mtc commited on
Commit
37947ef
·
1 Parent(s): 723795f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: claim
5
+ dtype: string
6
+ - name: label
7
+ dtype: string
8
+ - name: filepath
9
+ dtype: string
10
+ - name: id
11
+ dtype: string
12
+ - name: text
13
+ dtype: string
14
+ splits:
15
+ - name: validation
16
+ num_bytes: 3261639
17
+ num_examples: 931
18
+ - name: test
19
+ num_bytes: 2060131
20
+ num_examples: 503
21
+ download_size: 1191194
22
+ dataset_size: 5321770
23
+ ---
24
+ # Dataset Card for "factcc_annotated_eval_data"
25
+
26
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)