skrishna commited on
Commit
ecb655f
1 Parent(s): dff3bdf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: validation
10
+ path: data/validation-*
11
+ dataset_info:
12
+ features:
13
+ - name: goal
14
+ dtype: string
15
+ - name: sol1
16
+ dtype: string
17
+ - name: sol2
18
+ dtype: string
19
+ - name: label
20
+ dtype:
21
+ class_label:
22
+ names:
23
+ '0': '0'
24
+ '1': '1'
25
+ splits:
26
+ - name: train
27
+ num_bytes: 4104002
28
+ num_examples: 16113
29
+ - name: test
30
+ num_bytes: 761509
31
+ num_examples: 3084
32
+ - name: validation
33
+ num_bytes: 464309
34
+ num_examples: 1838
35
+ download_size: 3460529
36
+ dataset_size: 5329820
37
+ ---
38
+ # Dataset Card for "piqa_preop"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)