L4m3r commited on
Commit
153ae74
1 Parent(s): 0e72a29

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: question_expand
6
+ dtype: string
7
+ - name: choices
8
+ sequence: string
9
+ - name: gt_ans
10
+ dtype: string
11
+ - name: supporting_facts
12
+ sequence: string
13
+ splits:
14
+ - name: train
15
+ num_bytes: 42469160
16
+ num_examples: 9534
17
+ download_size: 2892713
18
+ dataset_size: 42469160
19
+ ---