Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
SaylorTwift HF Staff commited on
Commit
c41bc44
·
verified ·
1 Parent(s): b44839c

Add 'high_school_biology' config data files

Browse files
README.md CHANGED
@@ -615,6 +615,8 @@ dataset_info:
615
  features:
616
  - name: question
617
  dtype: string
 
 
618
  - name: choices
619
  sequence: string
620
  - name: answer
@@ -627,19 +629,19 @@ dataset_info:
627
  '3': D
628
  splits:
629
  - name: auxiliary_train
630
- num_bytes: 160601377
631
  num_examples: 99842
632
  - name: test
633
- num_bytes: 109732
634
  num_examples: 310
635
  - name: validation
636
- num_bytes: 11022
637
  num_examples: 32
638
  - name: dev
639
- num_bytes: 1673
640
  num_examples: 5
641
- download_size: 166184960
642
- dataset_size: 160723804
643
  - config_name: high_school_chemistry
644
  features:
645
  - name: question
@@ -1933,6 +1935,16 @@ configs:
1933
  path: global_facts/validation-*
1934
  - split: dev
1935
  path: global_facts/dev-*
 
 
 
 
 
 
 
 
 
 
1936
  ---
1937
 
1938
  # Dataset Card for MMLU
 
615
  features:
616
  - name: question
617
  dtype: string
618
+ - name: subject
619
+ dtype: string
620
  - name: choices
621
  sequence: string
622
  - name: answer
 
629
  '3': D
630
  splits:
631
  - name: auxiliary_train
632
+ num_bytes: 161000625
633
  num_examples: 99842
634
  - name: test
635
+ num_bytes: 116850
636
  num_examples: 310
637
  - name: validation
638
+ num_bytes: 11746
639
  num_examples: 32
640
  - name: dev
641
+ num_bytes: 1776
642
  num_examples: 5
643
+ download_size: 47239946
644
+ dataset_size: 161130997
645
  - config_name: high_school_chemistry
646
  features:
647
  - name: question
 
1935
  path: global_facts/validation-*
1936
  - split: dev
1937
  path: global_facts/dev-*
1938
+ - config_name: high_school_biology
1939
+ data_files:
1940
+ - split: auxiliary_train
1941
+ path: high_school_biology/auxiliary_train-*
1942
+ - split: test
1943
+ path: high_school_biology/test-*
1944
+ - split: validation
1945
+ path: high_school_biology/validation-*
1946
+ - split: dev
1947
+ path: high_school_biology/dev-*
1948
  ---
1949
 
1950
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -1267,39 +1267,34 @@
1267
  "features": {
1268
  "question": {
1269
  "dtype": "string",
1270
- "id": null,
 
 
 
1271
  "_type": "Value"
1272
  },
1273
  "choices": {
1274
  "feature": {
1275
  "dtype": "string",
1276
- "id": null,
1277
  "_type": "Value"
1278
  },
1279
- "length": -1,
1280
- "id": null,
1281
  "_type": "Sequence"
1282
  },
1283
  "answer": {
1284
- "num_classes": 4,
1285
  "names": [
1286
  "A",
1287
  "B",
1288
  "C",
1289
  "D"
1290
  ],
1291
- "id": null,
1292
  "_type": "ClassLabel"
1293
  }
1294
  },
1295
- "post_processed": null,
1296
- "supervised_keys": null,
1297
- "task_templates": null,
1298
- "builder_name": "mmlu",
1299
  "config_name": "high_school_biology",
1300
  "version": {
1301
  "version_str": "1.0.0",
1302
- "description": null,
1303
  "major": 1,
1304
  "minor": 0,
1305
  "patch": 0
@@ -1307,39 +1302,32 @@
1307
  "splits": {
1308
  "auxiliary_train": {
1309
  "name": "auxiliary_train",
1310
- "num_bytes": 160601257,
1311
  "num_examples": 99842,
1312
- "dataset_name": "mmlu"
1313
  },
1314
  "test": {
1315
  "name": "test",
1316
- "num_bytes": 109720,
1317
  "num_examples": 310,
1318
- "dataset_name": "mmlu"
1319
  },
1320
  "validation": {
1321
  "name": "validation",
1322
- "num_bytes": 11010,
1323
  "num_examples": 32,
1324
- "dataset_name": "mmlu"
1325
  },
1326
  "dev": {
1327
  "name": "dev",
1328
- "num_bytes": 1661,
1329
  "num_examples": 5,
1330
- "dataset_name": "mmlu"
1331
- }
1332
- },
1333
- "download_checksums": {
1334
- "data.tar": {
1335
- "num_bytes": 166184960,
1336
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
1337
  }
1338
  },
1339
- "download_size": 166184960,
1340
- "post_processing_size": null,
1341
- "dataset_size": 160723648,
1342
- "size_in_bytes": 326908608
1343
  },
1344
  "high_school_chemistry": {
1345
  "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",
 
1267
  "features": {
1268
  "question": {
1269
  "dtype": "string",
1270
+ "_type": "Value"
1271
+ },
1272
+ "subject": {
1273
+ "dtype": "string",
1274
  "_type": "Value"
1275
  },
1276
  "choices": {
1277
  "feature": {
1278
  "dtype": "string",
 
1279
  "_type": "Value"
1280
  },
 
 
1281
  "_type": "Sequence"
1282
  },
1283
  "answer": {
 
1284
  "names": [
1285
  "A",
1286
  "B",
1287
  "C",
1288
  "D"
1289
  ],
 
1290
  "_type": "ClassLabel"
1291
  }
1292
  },
1293
+ "builder_name": "parquet",
1294
+ "dataset_name": "mmlu",
 
 
1295
  "config_name": "high_school_biology",
1296
  "version": {
1297
  "version_str": "1.0.0",
 
1298
  "major": 1,
1299
  "minor": 0,
1300
  "patch": 0
 
1302
  "splits": {
1303
  "auxiliary_train": {
1304
  "name": "auxiliary_train",
1305
+ "num_bytes": 161000625,
1306
  "num_examples": 99842,
1307
+ "dataset_name": null
1308
  },
1309
  "test": {
1310
  "name": "test",
1311
+ "num_bytes": 116850,
1312
  "num_examples": 310,
1313
+ "dataset_name": null
1314
  },
1315
  "validation": {
1316
  "name": "validation",
1317
+ "num_bytes": 11746,
1318
  "num_examples": 32,
1319
+ "dataset_name": null
1320
  },
1321
  "dev": {
1322
  "name": "dev",
1323
+ "num_bytes": 1776,
1324
  "num_examples": 5,
1325
+ "dataset_name": null
 
 
 
 
 
 
1326
  }
1327
  },
1328
+ "download_size": 47239946,
1329
+ "dataset_size": 161130997,
1330
+ "size_in_bytes": 208370943
 
1331
  },
1332
  "high_school_chemistry": {
1333
  "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",
high_school_biology/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
high_school_biology/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44064ef0b26b2a7e26918a08f5609bb0bd5dec92150662b63f4b296fc3fb699f
3
+ size 4138
high_school_biology/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fdeafef04c133837a83b80ce266e11427e3d7148becb1f3ef790affb6493ca3
3
+ size 62004
high_school_biology/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eaaca39dcb2506a3bb2bab1dfe0883f9e6a7b5275dbf3e8a50ce547bb2155b3
3
+ size 9849