sileod commited on
Commit
c81199b
·
verified ·
1 Parent(s): 6baf401

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: WP
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: question
8
+ dtype: string
9
+ - name: answer
10
+ dtype: string
11
+ - name: distractor1
12
+ dtype: string
13
+ - name: distractor2
14
+ dtype: string
15
+ - name: distractor(unsure)
16
+ dtype: string
17
+ - name: label
18
+ dtype: int64
19
+ - name: choice_list
20
+ dtype: string
21
+ - name: choice_order
22
+ sequence: int64
23
+ splits:
24
+ - name: train
25
+ num_bytes: 302659
26
+ num_examples: 507
27
+ download_size: 131983
28
+ dataset_size: 302659
29
+ configs:
30
+ - config_name: WP
31
+ data_files:
32
+ - split: train
33
+ path: WP/train-*
34
+ ---
35
+ # Dataset Card for "brainteasers"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)