Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
michaelkrumdickkensho commited on
Commit
595a3b0
·
verified ·
1 Parent(s): 18e0759

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -1,3 +1,35 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: test
9
+ path: data/test-*
10
+ dataset_info:
11
+ features:
12
+ - name: question
13
+ dtype: string
14
+ - name: answer
15
+ dtype: string
16
+ - name: task
17
+ dtype: string
18
+ - name: context
19
+ dtype: string
20
+ - name: context_type
21
+ dtype: string
22
+ - name: options
23
+ sequence: string
24
+ - name: program
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 52823429
29
+ num_examples: 14377
30
+ - name: test
31
+ num_bytes: 15720371
32
+ num_examples: 4673
33
+ download_size: 23760863
34
+ dataset_size: 68543800
35
  ---