nikchar commited on
Commit
84a4de9
·
1 Parent(s): 53f528b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int32
6
+ - name: label
7
+ dtype: string
8
+ - name: claim
9
+ dtype: string
10
+ - name: evidence_annotation_id
11
+ dtype: int32
12
+ - name: evidence_id
13
+ dtype: int32
14
+ - name: evidence_wiki_url
15
+ dtype: string
16
+ - name: evidence_sentence_id
17
+ dtype: int32
18
+ - name: __index_level_0__
19
+ dtype: int64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 2086271
23
+ num_examples: 19998
24
+ download_size: 1366415
25
+ dataset_size: 2086271
26
+ ---
27
+ # Dataset Card for "20k_claims_train"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)