azhx commited on
Commit
4244c40
1 Parent(s): 409021a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: subject
5
+ dtype: string
6
+ - name: proposition
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': 'False'
13
+ '1': 'True'
14
+ - name: case_id
15
+ dtype: int64
16
+ splits:
17
+ - name: train
18
+ num_bytes: 3112032.700396916
19
+ num_examples: 39455
20
+ - name: test
21
+ num_bytes: 345711.2996030841
22
+ num_examples: 4383
23
+ download_size: 1618051
24
+ dataset_size: 3457744.0
25
+ ---
26
+ # Dataset Card for "counterfact-easy"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)