Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
1M - 10M
ArXiv:
License:
Add 'medical_genetics' config data files
Browse files
README.md
CHANGED
@@ -1297,6 +1297,8 @@ dataset_info:
|
|
1297 |
features:
|
1298 |
- name: question
|
1299 |
dtype: string
|
|
|
|
|
1300 |
- name: choices
|
1301 |
sequence: string
|
1302 |
- name: answer
|
@@ -1309,19 +1311,19 @@ dataset_info:
|
|
1309 |
'3': D
|
1310 |
splits:
|
1311 |
- name: auxiliary_train
|
1312 |
-
num_bytes:
|
1313 |
num_examples: 99842
|
1314 |
- name: test
|
1315 |
-
num_bytes:
|
1316 |
num_examples: 100
|
1317 |
- name: validation
|
1318 |
-
num_bytes:
|
1319 |
num_examples: 11
|
1320 |
- name: dev
|
1321 |
-
num_bytes:
|
1322 |
num_examples: 5
|
1323 |
-
download_size:
|
1324 |
-
dataset_size:
|
1325 |
- config_name: miscellaneous
|
1326 |
features:
|
1327 |
- name: question
|
@@ -2197,6 +2199,16 @@ configs:
|
|
2197 |
path: marketing/validation-*
|
2198 |
- split: dev
|
2199 |
path: marketing/dev-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2200 |
---
|
2201 |
|
2202 |
# Dataset Card for MMLU
|
|
|
1297 |
features:
|
1298 |
- name: question
|
1299 |
dtype: string
|
1300 |
+
- name: subject
|
1301 |
+
dtype: string
|
1302 |
- name: choices
|
1303 |
sequence: string
|
1304 |
- name: answer
|
|
|
1311 |
'3': D
|
1312 |
splits:
|
1313 |
- name: auxiliary_train
|
1314 |
+
num_bytes: 161000625
|
1315 |
num_examples: 99842
|
1316 |
- name: test
|
1317 |
+
num_bytes: 22852
|
1318 |
num_examples: 100
|
1319 |
- name: validation
|
1320 |
+
num_bytes: 3213
|
1321 |
num_examples: 11
|
1322 |
- name: dev
|
1323 |
+
num_bytes: 1177
|
1324 |
num_examples: 5
|
1325 |
+
download_size: 47187825
|
1326 |
+
dataset_size: 161027867
|
1327 |
- config_name: miscellaneous
|
1328 |
features:
|
1329 |
- name: question
|
|
|
2199 |
path: marketing/validation-*
|
2200 |
- split: dev
|
2201 |
path: marketing/dev-*
|
2202 |
+
- config_name: medical_genetics
|
2203 |
+
data_files:
|
2204 |
+
- split: auxiliary_train
|
2205 |
+
path: medical_genetics/auxiliary_train-*
|
2206 |
+
- split: test
|
2207 |
+
path: medical_genetics/test-*
|
2208 |
+
- split: validation
|
2209 |
+
path: medical_genetics/validation-*
|
2210 |
+
- split: dev
|
2211 |
+
path: medical_genetics/dev-*
|
2212 |
---
|
2213 |
|
2214 |
# Dataset Card for MMLU
|
dataset_infos.json
CHANGED
@@ -2807,39 +2807,34 @@
|
|
2807 |
"features": {
|
2808 |
"question": {
|
2809 |
"dtype": "string",
|
2810 |
-
"
|
|
|
|
|
|
|
2811 |
"_type": "Value"
|
2812 |
},
|
2813 |
"choices": {
|
2814 |
"feature": {
|
2815 |
"dtype": "string",
|
2816 |
-
"id": null,
|
2817 |
"_type": "Value"
|
2818 |
},
|
2819 |
-
"length": -1,
|
2820 |
-
"id": null,
|
2821 |
"_type": "Sequence"
|
2822 |
},
|
2823 |
"answer": {
|
2824 |
-
"num_classes": 4,
|
2825 |
"names": [
|
2826 |
"A",
|
2827 |
"B",
|
2828 |
"C",
|
2829 |
"D"
|
2830 |
],
|
2831 |
-
"id": null,
|
2832 |
"_type": "ClassLabel"
|
2833 |
}
|
2834 |
},
|
2835 |
-
"
|
2836 |
-
"
|
2837 |
-
"task_templates": null,
|
2838 |
-
"builder_name": "mmlu",
|
2839 |
"config_name": "medical_genetics",
|
2840 |
"version": {
|
2841 |
"version_str": "1.0.0",
|
2842 |
-
"description": null,
|
2843 |
"major": 1,
|
2844 |
"minor": 0,
|
2845 |
"patch": 0
|
@@ -2847,39 +2842,32 @@
|
|
2847 |
"splits": {
|
2848 |
"auxiliary_train": {
|
2849 |
"name": "auxiliary_train",
|
2850 |
-
"num_bytes":
|
2851 |
"num_examples": 99842,
|
2852 |
-
"dataset_name":
|
2853 |
},
|
2854 |
"test": {
|
2855 |
"name": "test",
|
2856 |
-
"num_bytes":
|
2857 |
"num_examples": 100,
|
2858 |
-
"dataset_name":
|
2859 |
},
|
2860 |
"validation": {
|
2861 |
"name": "validation",
|
2862 |
-
"num_bytes":
|
2863 |
"num_examples": 11,
|
2864 |
-
"dataset_name":
|
2865 |
},
|
2866 |
"dev": {
|
2867 |
"name": "dev",
|
2868 |
-
"num_bytes":
|
2869 |
"num_examples": 5,
|
2870 |
-
"dataset_name":
|
2871 |
-
}
|
2872 |
-
},
|
2873 |
-
"download_checksums": {
|
2874 |
-
"data.tar": {
|
2875 |
-
"num_bytes": 166184960,
|
2876 |
-
"checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
|
2877 |
}
|
2878 |
},
|
2879 |
-
"download_size":
|
2880 |
-
"
|
2881 |
-
"
|
2882 |
-
"size_in_bytes": 326811139
|
2883 |
},
|
2884 |
"miscellaneous": {
|
2885 |
"description": "This is a massive multitask test consisting of multiple-choice questions from various branches of knowledge, covering 57 tasks including elementary mathematics, US history, computer science, law, and more.\n",
|
|
|
2807 |
"features": {
|
2808 |
"question": {
|
2809 |
"dtype": "string",
|
2810 |
+
"_type": "Value"
|
2811 |
+
},
|
2812 |
+
"subject": {
|
2813 |
+
"dtype": "string",
|
2814 |
"_type": "Value"
|
2815 |
},
|
2816 |
"choices": {
|
2817 |
"feature": {
|
2818 |
"dtype": "string",
|
|
|
2819 |
"_type": "Value"
|
2820 |
},
|
|
|
|
|
2821 |
"_type": "Sequence"
|
2822 |
},
|
2823 |
"answer": {
|
|
|
2824 |
"names": [
|
2825 |
"A",
|
2826 |
"B",
|
2827 |
"C",
|
2828 |
"D"
|
2829 |
],
|
|
|
2830 |
"_type": "ClassLabel"
|
2831 |
}
|
2832 |
},
|
2833 |
+
"builder_name": "parquet",
|
2834 |
+
"dataset_name": "mmlu",
|
|
|
|
|
2835 |
"config_name": "medical_genetics",
|
2836 |
"version": {
|
2837 |
"version_str": "1.0.0",
|
|
|
2838 |
"major": 1,
|
2839 |
"minor": 0,
|
2840 |
"patch": 0
|
|
|
2842 |
"splits": {
|
2843 |
"auxiliary_train": {
|
2844 |
"name": "auxiliary_train",
|
2845 |
+
"num_bytes": 161000625,
|
2846 |
"num_examples": 99842,
|
2847 |
+
"dataset_name": null
|
2848 |
},
|
2849 |
"test": {
|
2850 |
"name": "test",
|
2851 |
+
"num_bytes": 22852,
|
2852 |
"num_examples": 100,
|
2853 |
+
"dataset_name": null
|
2854 |
},
|
2855 |
"validation": {
|
2856 |
"name": "validation",
|
2857 |
+
"num_bytes": 3213,
|
2858 |
"num_examples": 11,
|
2859 |
+
"dataset_name": null
|
2860 |
},
|
2861 |
"dev": {
|
2862 |
"name": "dev",
|
2863 |
+
"num_bytes": 1177,
|
2864 |
"num_examples": 5,
|
2865 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
2866 |
}
|
2867 |
},
|
2868 |
+
"download_size": 47187825,
|
2869 |
+
"dataset_size": 161027867,
|
2870 |
+
"size_in_bytes": 208215692
|
|
|
2871 |
},
|
2872 |
"miscellaneous": {
|
2873 |
"description": "This is a massive multitask test consisting of multiple-choice questions from various branches of knowledge, covering 57 tasks including elementary mathematics, US history, computer science, law, and more.\n",
|
medical_genetics/auxiliary_train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2782fc860f57d9345a9233ab04f494b0af5ae85b893a27853f7014b14a3bd07
|
3 |
+
size 47163955
|
medical_genetics/dev-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:002bc4e68639e77a5b1175e6508544ffb0fd6af71ba63107d1c7d7406d6c55d4
|
3 |
+
size 3272
|
medical_genetics/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d6d0c9463d16228638ae00b43c9a36e6c87b111825f2bd64fb6ff0e95e39844
|
3 |
+
size 15615
|
medical_genetics/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32d543a2f6648c35f11f796a897b02bcee611ce52f5fcca71f00e272a146e284
|
3 |
+
size 4983
|