Elfsong commited on
Commit
b26ecb6
·
verified ·
1 Parent(s): e364e18

Upload dataset

Browse files
Files changed (2) hide show
  1. Physics/test-00000-of-00001.parquet +3 -0
  2. README.md +30 -0
Physics/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60a1bfc97efd802a508e238937ec321cd2a14cf6aa98ed7332744310807125a2
3
+ size 12615035
README.md CHANGED
@@ -182,6 +182,32 @@ dataset_info:
182
  num_examples: 250
183
  download_size: 20818977
184
  dataset_size: 20907506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
  configs:
186
  - config_name: Biology
187
  data_files:
@@ -211,4 +237,8 @@ configs:
211
  data_files:
212
  - split: test
213
  path: Mathematics/test-*
 
 
 
 
214
  ---
 
182
  num_examples: 250
183
  download_size: 20818977
184
  dataset_size: 20907506
185
+ - config_name: Physics
186
+ features:
187
+ - name: id
188
+ dtype: string
189
+ - name: question
190
+ dtype: string
191
+ - name: choice
192
+ dtype: string
193
+ - name: explanation
194
+ dtype: string
195
+ - name: image_question
196
+ dtype: image
197
+ - name: image_answer
198
+ dtype: image
199
+ - name: subject
200
+ dtype: string
201
+ - name: year
202
+ dtype: string
203
+ - name: file_name
204
+ dtype: string
205
+ splits:
206
+ - name: test
207
+ num_bytes: 12702220
208
+ num_examples: 200
209
+ download_size: 12615035
210
+ dataset_size: 12702220
211
  configs:
212
  - config_name: Biology
213
  data_files:
 
237
  data_files:
238
  - split: test
239
  path: Mathematics/test-*
240
+ - config_name: Physics
241
+ data_files:
242
+ - split: test
243
+ path: Physics/test-*
244
  ---