Upload folder using huggingface_hub
Browse files- All/emma_all_subjects.parquet +3 -0
- README.md +44 -0
All/emma_all_subjects.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f16e5b2f89a660bfb87317096ed3fe8c29aacfd242dcc5e74134698688e43a0
|
3 |
+
size 264142530
|
README.md
CHANGED
@@ -168,6 +168,46 @@ dataset_info:
|
|
168 |
num_examples: 156
|
169 |
download_size: 13597019
|
170 |
dataset_size: 20512520.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
configs:
|
172 |
- config_name: Chemistry
|
173 |
data_files:
|
@@ -185,6 +225,10 @@ configs:
|
|
185 |
data_files:
|
186 |
- split: test
|
187 |
path: Physics/test-*
|
|
|
|
|
|
|
|
|
188 |
tags:
|
189 |
- chemistry
|
190 |
- physics
|
|
|
168 |
num_examples: 156
|
169 |
download_size: 13597019
|
170 |
dataset_size: 20512520.0
|
171 |
+
- config_name: All
|
172 |
+
features:
|
173 |
+
- name: pid
|
174 |
+
dtype: string
|
175 |
+
- name: question
|
176 |
+
dtype: string
|
177 |
+
- name: options
|
178 |
+
sequence: string
|
179 |
+
- name: answer
|
180 |
+
dtype: string
|
181 |
+
- name: image_1
|
182 |
+
dtype: image
|
183 |
+
- name: image_2
|
184 |
+
dtype: image
|
185 |
+
- name: image_3
|
186 |
+
dtype: image
|
187 |
+
- name: image_4
|
188 |
+
dtype: image
|
189 |
+
- name: image_5
|
190 |
+
dtype: image
|
191 |
+
- name: solution
|
192 |
+
dtype: string
|
193 |
+
- name: subject
|
194 |
+
dtype: string
|
195 |
+
- name: task
|
196 |
+
dtype: string
|
197 |
+
- name: category
|
198 |
+
dtype: string
|
199 |
+
- name: source
|
200 |
+
dtype: string
|
201 |
+
- name: type
|
202 |
+
dtype: string
|
203 |
+
- name: context
|
204 |
+
dtype: string
|
205 |
+
splits:
|
206 |
+
- name: test
|
207 |
+
num_bytes: 326623776.36
|
208 |
+
num_examples: 2788
|
209 |
+
download_size: 258203107
|
210 |
+
dataset_size: 326623776.36
|
211 |
configs:
|
212 |
- config_name: Chemistry
|
213 |
data_files:
|
|
|
225 |
data_files:
|
226 |
- split: test
|
227 |
path: Physics/test-*
|
228 |
+
- config_name: All
|
229 |
+
data_files:
|
230 |
+
- split: test
|
231 |
+
path: All/*.parquet
|
232 |
tags:
|
233 |
- chemistry
|
234 |
- physics
|