cmeraki commited on
Commit
00d8079
1 Parent(s): 9eea356

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: PASSAGE
6
+ dtype: string
7
+ - name: QUESTION
8
+ dtype: string
9
+ - name: TYPE
10
+ dtype: string
11
+ - name: CHOICES
12
+ dtype: string
13
+ - name: TARGET
14
+ dtype: int64
15
+ - name: PASSAGE_HASH
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 2252591
20
+ num_examples: 288
21
+ download_size: 192402
22
+ dataset_size: 2252591
23
+ configs:
24
+ - config_name: default
25
+ data_files:
26
+ - split: train
27
+ path: data/train-*
28
  ---