Datasets:

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

Add 'philosophy' config data files

Browse files
README.md CHANGED
@@ -1452,6 +1452,8 @@ dataset_info:
1452
  features:
1453
  - name: question
1454
  dtype: string
 
 
1455
  - name: choices
1456
  sequence: string
1457
  - name: answer
@@ -1464,19 +1466,19 @@ dataset_info:
1464
  '3': D
1465
  splits:
1466
  - name: auxiliary_train
1467
- num_bytes: 160601377
1468
  num_examples: 99842
1469
  - name: test
1470
- num_bytes: 80073
1471
  num_examples: 311
1472
  - name: validation
1473
- num_bytes: 9184
1474
  num_examples: 34
1475
  - name: dev
1476
- num_bytes: 988
1477
  num_examples: 5
1478
- download_size: 166184960
1479
- dataset_size: 160691622
1480
  - config_name: prehistory
1481
  features:
1482
  - name: question
@@ -2257,6 +2259,16 @@ configs:
2257
  path: nutrition/validation-*
2258
  - split: dev
2259
  path: nutrition/dev-*
 
 
 
 
 
 
 
 
 
 
2260
  ---
2261
 
2262
  # Dataset Card for MMLU
 
1452
  features:
1453
  - name: question
1454
  dtype: string
1455
+ - name: subject
1456
+ dtype: string
1457
  - name: choices
1458
  sequence: string
1459
  - name: answer
 
1466
  '3': D
1467
  splits:
1468
  - name: auxiliary_train
1469
+ num_bytes: 161000625
1470
  num_examples: 99842
1471
  - name: test
1472
+ num_bytes: 84415
1473
  num_examples: 311
1474
  - name: validation
1475
+ num_bytes: 9648
1476
  num_examples: 34
1477
  - name: dev
1478
+ num_bytes: 1046
1479
  num_examples: 5
1480
+ download_size: 47223948
1481
+ dataset_size: 161095734
1482
  - config_name: prehistory
1483
  features:
1484
  - name: question
 
2259
  path: nutrition/validation-*
2260
  - split: dev
2261
  path: nutrition/dev-*
2262
+ - config_name: philosophy
2263
+ data_files:
2264
+ - split: auxiliary_train
2265
+ path: philosophy/auxiliary_train-*
2266
+ - split: test
2267
+ path: philosophy/test-*
2268
+ - split: validation
2269
+ path: philosophy/validation-*
2270
+ - split: dev
2271
+ path: philosophy/dev-*
2272
  ---
2273
 
2274
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -3157,39 +3157,34 @@
3157
  "features": {
3158
  "question": {
3159
  "dtype": "string",
3160
- "id": null,
 
 
 
3161
  "_type": "Value"
3162
  },
3163
  "choices": {
3164
  "feature": {
3165
  "dtype": "string",
3166
- "id": null,
3167
  "_type": "Value"
3168
  },
3169
- "length": -1,
3170
- "id": null,
3171
  "_type": "Sequence"
3172
  },
3173
  "answer": {
3174
- "num_classes": 4,
3175
  "names": [
3176
  "A",
3177
  "B",
3178
  "C",
3179
  "D"
3180
  ],
3181
- "id": null,
3182
  "_type": "ClassLabel"
3183
  }
3184
  },
3185
- "post_processed": null,
3186
- "supervised_keys": null,
3187
- "task_templates": null,
3188
- "builder_name": "mmlu",
3189
  "config_name": "philosophy",
3190
  "version": {
3191
  "version_str": "1.0.0",
3192
- "description": null,
3193
  "major": 1,
3194
  "minor": 0,
3195
  "patch": 0
@@ -3197,39 +3192,32 @@
3197
  "splits": {
3198
  "auxiliary_train": {
3199
  "name": "auxiliary_train",
3200
- "num_bytes": 160601257,
3201
  "num_examples": 99842,
3202
- "dataset_name": "mmlu"
3203
  },
3204
  "test": {
3205
  "name": "test",
3206
- "num_bytes": 80061,
3207
  "num_examples": 311,
3208
- "dataset_name": "mmlu"
3209
  },
3210
  "validation": {
3211
  "name": "validation",
3212
- "num_bytes": 9172,
3213
  "num_examples": 34,
3214
- "dataset_name": "mmlu"
3215
  },
3216
  "dev": {
3217
  "name": "dev",
3218
- "num_bytes": 976,
3219
  "num_examples": 5,
3220
- "dataset_name": "mmlu"
3221
- }
3222
- },
3223
- "download_checksums": {
3224
- "data.tar": {
3225
- "num_bytes": 166184960,
3226
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
3227
  }
3228
  },
3229
- "download_size": 166184960,
3230
- "post_processing_size": null,
3231
- "dataset_size": 160691466,
3232
- "size_in_bytes": 326876426
3233
  },
3234
  "prehistory": {
3235
  "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",
 
3157
  "features": {
3158
  "question": {
3159
  "dtype": "string",
3160
+ "_type": "Value"
3161
+ },
3162
+ "subject": {
3163
+ "dtype": "string",
3164
  "_type": "Value"
3165
  },
3166
  "choices": {
3167
  "feature": {
3168
  "dtype": "string",
 
3169
  "_type": "Value"
3170
  },
 
 
3171
  "_type": "Sequence"
3172
  },
3173
  "answer": {
 
3174
  "names": [
3175
  "A",
3176
  "B",
3177
  "C",
3178
  "D"
3179
  ],
 
3180
  "_type": "ClassLabel"
3181
  }
3182
  },
3183
+ "builder_name": "parquet",
3184
+ "dataset_name": "mmlu",
 
 
3185
  "config_name": "philosophy",
3186
  "version": {
3187
  "version_str": "1.0.0",
 
3188
  "major": 1,
3189
  "minor": 0,
3190
  "patch": 0
 
3192
  "splits": {
3193
  "auxiliary_train": {
3194
  "name": "auxiliary_train",
3195
+ "num_bytes": 161000625,
3196
  "num_examples": 99842,
3197
+ "dataset_name": null
3198
  },
3199
  "test": {
3200
  "name": "test",
3201
+ "num_bytes": 84415,
3202
  "num_examples": 311,
3203
+ "dataset_name": null
3204
  },
3205
  "validation": {
3206
  "name": "validation",
3207
+ "num_bytes": 9648,
3208
  "num_examples": 34,
3209
+ "dataset_name": null
3210
  },
3211
  "dev": {
3212
  "name": "dev",
3213
+ "num_bytes": 1046,
3214
  "num_examples": 5,
3215
+ "dataset_name": null
 
 
 
 
 
 
3216
  }
3217
  },
3218
+ "download_size": 47223948,
3219
+ "dataset_size": 161095734,
3220
+ "size_in_bytes": 208319682
 
3221
  },
3222
  "prehistory": {
3223
  "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",
philosophy/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
philosophy/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15f8c07a834ce731f43159db2ed97c6ea9099b822234b301a81dbfcb65c38c74
3
+ size 3551
philosophy/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:478e83a4325f9bb1c49f60fc04104344f0239ba61d89f83c924e03596ff000a3
3
+ size 47900
philosophy/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d69cab9da7d5aa9f1ab17945d04a4aa5ce15b6f680d3bb4d99654ca26fc0cf56
3
+ size 8542