Datasets:
Modalities:
Text
Formats:
parquet
Languages:
Chinese
Size:
10K - 100K
ArXiv:
Tags:
"llm-eval"
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -240,6 +240,30 @@ dataset_info:
|
|
240 |
num_examples: 5
|
241 |
download_size: 43029
|
242 |
dataset_size: 41483
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
243 |
- config_name: operating_system
|
244 |
features:
|
245 |
- name: id
|
@@ -365,6 +389,10 @@ configs:
|
|
365 |
path: discrete_mathematics/val-*
|
366 |
- split: dev
|
367 |
path: discrete_mathematics/dev-*
|
|
|
|
|
|
|
|
|
368 |
- config_name: operating_system
|
369 |
data_files:
|
370 |
- split: test
|
|
|
240 |
num_examples: 5
|
241 |
download_size: 43029
|
242 |
dataset_size: 41483
|
243 |
+
- config_name: electrical_engineer
|
244 |
+
features:
|
245 |
+
- name: id
|
246 |
+
dtype: int32
|
247 |
+
- name: question
|
248 |
+
dtype: string
|
249 |
+
- name: A
|
250 |
+
dtype: string
|
251 |
+
- name: B
|
252 |
+
dtype: string
|
253 |
+
- name: C
|
254 |
+
dtype: string
|
255 |
+
- name: D
|
256 |
+
dtype: string
|
257 |
+
- name: answer
|
258 |
+
dtype: string
|
259 |
+
- name: explanation
|
260 |
+
dtype: string
|
261 |
+
splits:
|
262 |
+
- name: test
|
263 |
+
num_bytes: 73769
|
264 |
+
num_examples: 339
|
265 |
+
download_size: 55955
|
266 |
+
dataset_size: 73769
|
267 |
- config_name: operating_system
|
268 |
features:
|
269 |
- name: id
|
|
|
389 |
path: discrete_mathematics/val-*
|
390 |
- split: dev
|
391 |
path: discrete_mathematics/dev-*
|
392 |
+
- config_name: electrical_engineer
|
393 |
+
data_files:
|
394 |
+
- split: test
|
395 |
+
path: electrical_engineer/test-*
|
396 |
- config_name: operating_system
|
397 |
data_files:
|
398 |
- split: test
|