sileod commited on
Commit
bb1ac73
·
1 Parent(s): 8053cbc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: evidence
5
+ dtype: string
6
+ - name: claim
7
+ dtype: string
8
+ - name: label
9
+ dtype: string
10
+ - name: __index_level_0__
11
+ dtype: int64
12
+ splits:
13
+ - name: train
14
+ num_bytes: 44491426
15
+ num_examples: 30162
16
+ - name: dev
17
+ num_bytes: 3520254
18
+ num_examples: 2393
19
+ - name: test
20
+ num_bytes: 5243333
21
+ num_examples: 3597
22
+ download_size: 30172524
23
+ dataset_size: 53255013
24
+ ---
25
+ # Dataset Card for "x-fact"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)