rexarski commited on
Commit
7a21975
1 Parent(s): bc3ef69

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: claim_id
5
+ dtype: int64
6
+ - name: claim
7
+ dtype: string
8
+ - name: evidence
9
+ dtype: string
10
+ - name: evidence_label
11
+ dtype: string
12
+ - name: label
13
+ dtype: string
14
+ - name: category
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 1561492.8
19
+ num_examples: 4298
20
+ - name: test
21
+ num_bytes: 557676.0
22
+ num_examples: 1535
23
+ - name: valid
24
+ num_bytes: 669211.2
25
+ num_examples: 1842
26
+ download_size: 1375294
27
+ dataset_size: 2788380.0
28
+ ---
29
+ # Dataset Card for "climate_fever_fixed"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)