Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
Libraries:
Datasets
pandas
License:
xiangr commited on
Commit
498b41b
·
verified ·
1 Parent(s): e0cfd69

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -1,3 +1,44 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: exam_source
8
+ dtype: string
9
+ - name: exam_date
10
+ dtype: string
11
+ - name: question_number
12
+ dtype: int32
13
+ - name: question_text
14
+ dtype: string
15
+ - name: context
16
+ dtype: string
17
+ - name: options
18
+ sequence: string
19
+ - name: answer
20
+ struct:
21
+ - name: type
22
+ dtype: string
23
+ - name: correct_answer
24
+ dtype: string
25
+ - name: correct_answers
26
+ sequence:
27
+ - name: statement
28
+ dtype: string
29
+ - name: value
30
+ dtype: string
31
+ - name: raw_answer_text
32
+ dtype: string
33
+ splits:
34
+ - name: train
35
+ num_bytes: 457634
36
+ num_examples: 364
37
+ download_size: 187798
38
+ dataset_size: 457634
39
+ configs:
40
+ - config_name: default
41
+ data_files:
42
+ - split: train
43
+ path: data/train-*
44
  ---