Elfsong commited on
Commit
d2986ba
·
verified ·
1 Parent(s): dd33dbb

Upload dataset

Browse files
Files changed (2) hide show
  1. English/test-00000-of-00001.parquet +3 -0
  2. README.md +30 -0
English/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7df9f191b9267e5c8a0375c05dc9f0fb58fe598c4b41e43af45a6ce212f3aff6
3
+ size 118826
README.md CHANGED
@@ -78,6 +78,32 @@ dataset_info:
78
  num_examples: 200
79
  download_size: 62820
80
  dataset_size: 138001
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  configs:
82
  - config_name: Biology
83
  data_files:
@@ -91,4 +117,8 @@ configs:
91
  data_files:
92
  - split: test
93
  path: CivicEducation/test-*
 
 
 
 
94
  ---
 
78
  num_examples: 200
79
  download_size: 62820
80
  dataset_size: 138001
81
+ - config_name: English
82
+ features:
83
+ - name: id
84
+ dtype: string
85
+ - name: question
86
+ dtype: string
87
+ - name: choice
88
+ dtype: string
89
+ - name: explanation
90
+ dtype: string
91
+ - name: image_question
92
+ dtype: image
93
+ - name: image_answer
94
+ dtype: image
95
+ - name: subject
96
+ dtype: string
97
+ - name: year
98
+ dtype: string
99
+ - name: file_name
100
+ dtype: string
101
+ splits:
102
+ - name: test
103
+ num_bytes: 348549
104
+ num_examples: 250
105
+ download_size: 118826
106
+ dataset_size: 348549
107
  configs:
108
  - config_name: Biology
109
  data_files:
 
117
  data_files:
118
  - split: test
119
  path: CivicEducation/test-*
120
+ - config_name: English
121
+ data_files:
122
+ - split: test
123
+ path: English/test-*
124
  ---