Datasets:

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

Add 'prehistory' config data files

Browse files
README.md CHANGED
@@ -1483,6 +1483,8 @@ dataset_info:
1483
  features:
1484
  - name: question
1485
  dtype: string
 
 
1486
  - name: choices
1487
  sequence: string
1488
  - name: answer
@@ -1495,19 +1497,19 @@ dataset_info:
1495
  '3': D
1496
  splits:
1497
  - name: auxiliary_train
1498
- num_bytes: 160601377
1499
  num_examples: 99842
1500
  - name: test
1501
- num_bytes: 89594
1502
  num_examples: 324
1503
  - name: validation
1504
- num_bytes: 10285
1505
  num_examples: 35
1506
  - name: dev
1507
- num_bytes: 1878
1508
  num_examples: 5
1509
- download_size: 166184960
1510
- dataset_size: 160703134
1511
  - config_name: professional_accounting
1512
  features:
1513
  - name: question
@@ -2269,6 +2271,16 @@ configs:
2269
  path: philosophy/validation-*
2270
  - split: dev
2271
  path: philosophy/dev-*
 
 
 
 
 
 
 
 
 
 
2272
  ---
2273
 
2274
  # Dataset Card for MMLU
 
1483
  features:
1484
  - name: question
1485
  dtype: string
1486
+ - name: subject
1487
+ dtype: string
1488
  - name: choices
1489
  sequence: string
1490
  - name: answer
 
1497
  '3': D
1498
  splits:
1499
  - name: auxiliary_train
1500
+ num_bytes: 161000625
1501
  num_examples: 99842
1502
  - name: test
1503
+ num_bytes: 94118
1504
  num_examples: 324
1505
  - name: validation
1506
+ num_bytes: 10763
1507
  num_examples: 35
1508
  - name: dev
1509
+ num_bytes: 1936
1510
  num_examples: 5
1511
+ download_size: 47231112
1512
+ dataset_size: 161107442
1513
  - config_name: professional_accounting
1514
  features:
1515
  - name: question
 
2271
  path: philosophy/validation-*
2272
  - split: dev
2273
  path: philosophy/dev-*
2274
+ - config_name: prehistory
2275
+ data_files:
2276
+ - split: auxiliary_train
2277
+ path: prehistory/auxiliary_train-*
2278
+ - split: test
2279
+ path: prehistory/test-*
2280
+ - split: validation
2281
+ path: prehistory/validation-*
2282
+ - split: dev
2283
+ path: prehistory/dev-*
2284
  ---
2285
 
2286
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -3227,39 +3227,34 @@
3227
  "features": {
3228
  "question": {
3229
  "dtype": "string",
3230
- "id": null,
 
 
 
3231
  "_type": "Value"
3232
  },
3233
  "choices": {
3234
  "feature": {
3235
  "dtype": "string",
3236
- "id": null,
3237
  "_type": "Value"
3238
  },
3239
- "length": -1,
3240
- "id": null,
3241
  "_type": "Sequence"
3242
  },
3243
  "answer": {
3244
- "num_classes": 4,
3245
  "names": [
3246
  "A",
3247
  "B",
3248
  "C",
3249
  "D"
3250
  ],
3251
- "id": null,
3252
  "_type": "ClassLabel"
3253
  }
3254
  },
3255
- "post_processed": null,
3256
- "supervised_keys": null,
3257
- "task_templates": null,
3258
- "builder_name": "mmlu",
3259
  "config_name": "prehistory",
3260
  "version": {
3261
  "version_str": "1.0.0",
3262
- "description": null,
3263
  "major": 1,
3264
  "minor": 0,
3265
  "patch": 0
@@ -3267,39 +3262,32 @@
3267
  "splits": {
3268
  "auxiliary_train": {
3269
  "name": "auxiliary_train",
3270
- "num_bytes": 160601257,
3271
  "num_examples": 99842,
3272
- "dataset_name": "mmlu"
3273
  },
3274
  "test": {
3275
  "name": "test",
3276
- "num_bytes": 89582,
3277
  "num_examples": 324,
3278
- "dataset_name": "mmlu"
3279
  },
3280
  "validation": {
3281
  "name": "validation",
3282
- "num_bytes": 10273,
3283
  "num_examples": 35,
3284
- "dataset_name": "mmlu"
3285
  },
3286
  "dev": {
3287
  "name": "dev",
3288
- "num_bytes": 1866,
3289
  "num_examples": 5,
3290
- "dataset_name": "mmlu"
3291
- }
3292
- },
3293
- "download_checksums": {
3294
- "data.tar": {
3295
- "num_bytes": 166184960,
3296
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
3297
  }
3298
  },
3299
- "download_size": 166184960,
3300
- "post_processing_size": null,
3301
- "dataset_size": 160702978,
3302
- "size_in_bytes": 326887938
3303
  },
3304
  "professional_accounting": {
3305
  "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",
 
3227
  "features": {
3228
  "question": {
3229
  "dtype": "string",
3230
+ "_type": "Value"
3231
+ },
3232
+ "subject": {
3233
+ "dtype": "string",
3234
  "_type": "Value"
3235
  },
3236
  "choices": {
3237
  "feature": {
3238
  "dtype": "string",
 
3239
  "_type": "Value"
3240
  },
 
 
3241
  "_type": "Sequence"
3242
  },
3243
  "answer": {
 
3244
  "names": [
3245
  "A",
3246
  "B",
3247
  "C",
3248
  "D"
3249
  ],
 
3250
  "_type": "ClassLabel"
3251
  }
3252
  },
3253
+ "builder_name": "parquet",
3254
+ "dataset_name": "mmlu",
 
 
3255
  "config_name": "prehistory",
3256
  "version": {
3257
  "version_str": "1.0.0",
 
3258
  "major": 1,
3259
  "minor": 0,
3260
  "patch": 0
 
3262
  "splits": {
3263
  "auxiliary_train": {
3264
  "name": "auxiliary_train",
3265
+ "num_bytes": 161000625,
3266
  "num_examples": 99842,
3267
+ "dataset_name": null
3268
  },
3269
  "test": {
3270
  "name": "test",
3271
+ "num_bytes": 94118,
3272
  "num_examples": 324,
3273
+ "dataset_name": null
3274
  },
3275
  "validation": {
3276
  "name": "validation",
3277
+ "num_bytes": 10763,
3278
  "num_examples": 35,
3279
+ "dataset_name": null
3280
  },
3281
  "dev": {
3282
  "name": "dev",
3283
+ "num_bytes": 1936,
3284
  "num_examples": 5,
3285
+ "dataset_name": null
 
 
 
 
 
 
3286
  }
3287
  },
3288
+ "download_size": 47231112,
3289
+ "dataset_size": 161107442,
3290
+ "size_in_bytes": 208338554
 
3291
  },
3292
  "professional_accounting": {
3293
  "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",
prehistory/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
prehistory/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da4804f66dfca504a4e862f8fb3e746d612c66d4b25718b48341ec74dd6c501b
3
+ size 4050
prehistory/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf85949cd66ba2f6270973c094e29dad72486f79eed0e02a48307ee24a68d32b
3
+ size 53771
prehistory/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:018d4b145f8ec3000d7adb3a97efb19c5b34b6d4de9971fa2e6f6dfe42b7a10f
3
+ size 9336