Datasets:

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

Add 'human_aging' config data files

Browse files
README.md CHANGED
@@ -1049,6 +1049,8 @@ dataset_info:
1049
  features:
1050
  - name: question
1051
  dtype: string
 
 
1052
  - name: choices
1053
  sequence: string
1054
  - name: answer
@@ -1061,19 +1063,19 @@ dataset_info:
1061
  '3': D
1062
  splits:
1063
  - name: auxiliary_train
1064
- num_bytes: 160601377
1065
  num_examples: 99842
1066
  - name: test
1067
- num_bytes: 46098
1068
  num_examples: 223
1069
  - name: validation
1070
- num_bytes: 4707
1071
  num_examples: 23
1072
  - name: dev
1073
- num_bytes: 1008
1074
  num_examples: 5
1075
- download_size: 166184960
1076
- dataset_size: 160653190
1077
  - config_name: human_sexuality
1078
  features:
1079
  - name: question
@@ -2101,6 +2103,16 @@ configs:
2101
  path: high_school_world_history/validation-*
2102
  - split: dev
2103
  path: high_school_world_history/dev-*
 
 
 
 
 
 
 
 
 
 
2104
  ---
2105
 
2106
  # Dataset Card for MMLU
 
1049
  features:
1050
  - name: question
1051
  dtype: string
1052
+ - name: subject
1053
+ dtype: string
1054
  - name: choices
1055
  sequence: string
1056
  - name: answer
 
1063
  '3': D
1064
  splits:
1065
  - name: auxiliary_train
1066
+ num_bytes: 161000625
1067
  num_examples: 99842
1068
  - name: test
1069
+ num_bytes: 49431
1070
  num_examples: 223
1071
  - name: validation
1072
+ num_bytes: 5040
1073
  num_examples: 23
1074
  - name: dev
1075
+ num_bytes: 1071
1076
  num_examples: 5
1077
+ download_size: 47203557
1078
+ dataset_size: 161056167
1079
  - config_name: human_sexuality
1080
  features:
1081
  - name: question
 
2103
  path: high_school_world_history/validation-*
2104
  - split: dev
2105
  path: high_school_world_history/dev-*
2106
+ - config_name: human_aging
2107
+ data_files:
2108
+ - split: auxiliary_train
2109
+ path: human_aging/auxiliary_train-*
2110
+ - split: test
2111
+ path: human_aging/test-*
2112
+ - split: validation
2113
+ path: human_aging/validation-*
2114
+ - split: dev
2115
+ path: human_aging/dev-*
2116
  ---
2117
 
2118
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -2247,39 +2247,34 @@
2247
  "features": {
2248
  "question": {
2249
  "dtype": "string",
2250
- "id": null,
 
 
 
2251
  "_type": "Value"
2252
  },
2253
  "choices": {
2254
  "feature": {
2255
  "dtype": "string",
2256
- "id": null,
2257
  "_type": "Value"
2258
  },
2259
- "length": -1,
2260
- "id": null,
2261
  "_type": "Sequence"
2262
  },
2263
  "answer": {
2264
- "num_classes": 4,
2265
  "names": [
2266
  "A",
2267
  "B",
2268
  "C",
2269
  "D"
2270
  ],
2271
- "id": null,
2272
  "_type": "ClassLabel"
2273
  }
2274
  },
2275
- "post_processed": null,
2276
- "supervised_keys": null,
2277
- "task_templates": null,
2278
- "builder_name": "mmlu",
2279
  "config_name": "human_aging",
2280
  "version": {
2281
  "version_str": "1.0.0",
2282
- "description": null,
2283
  "major": 1,
2284
  "minor": 0,
2285
  "patch": 0
@@ -2287,39 +2282,32 @@
2287
  "splits": {
2288
  "auxiliary_train": {
2289
  "name": "auxiliary_train",
2290
- "num_bytes": 160601257,
2291
  "num_examples": 99842,
2292
- "dataset_name": "mmlu"
2293
  },
2294
  "test": {
2295
  "name": "test",
2296
- "num_bytes": 46086,
2297
  "num_examples": 223,
2298
- "dataset_name": "mmlu"
2299
  },
2300
  "validation": {
2301
  "name": "validation",
2302
- "num_bytes": 4695,
2303
  "num_examples": 23,
2304
- "dataset_name": "mmlu"
2305
  },
2306
  "dev": {
2307
  "name": "dev",
2308
- "num_bytes": 996,
2309
  "num_examples": 5,
2310
- "dataset_name": "mmlu"
2311
- }
2312
- },
2313
- "download_checksums": {
2314
- "data.tar": {
2315
- "num_bytes": 166184960,
2316
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
2317
  }
2318
  },
2319
- "download_size": 166184960,
2320
- "post_processing_size": null,
2321
- "dataset_size": 160653034,
2322
- "size_in_bytes": 326837994
2323
  },
2324
  "human_sexuality": {
2325
  "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",
 
2247
  "features": {
2248
  "question": {
2249
  "dtype": "string",
2250
+ "_type": "Value"
2251
+ },
2252
+ "subject": {
2253
+ "dtype": "string",
2254
  "_type": "Value"
2255
  },
2256
  "choices": {
2257
  "feature": {
2258
  "dtype": "string",
 
2259
  "_type": "Value"
2260
  },
 
 
2261
  "_type": "Sequence"
2262
  },
2263
  "answer": {
 
2264
  "names": [
2265
  "A",
2266
  "B",
2267
  "C",
2268
  "D"
2269
  ],
 
2270
  "_type": "ClassLabel"
2271
  }
2272
  },
2273
+ "builder_name": "parquet",
2274
+ "dataset_name": "mmlu",
 
 
2275
  "config_name": "human_aging",
2276
  "version": {
2277
  "version_str": "1.0.0",
 
2278
  "major": 1,
2279
  "minor": 0,
2280
  "patch": 0
 
2282
  "splits": {
2283
  "auxiliary_train": {
2284
  "name": "auxiliary_train",
2285
+ "num_bytes": 161000625,
2286
  "num_examples": 99842,
2287
+ "dataset_name": null
2288
  },
2289
  "test": {
2290
  "name": "test",
2291
+ "num_bytes": 49431,
2292
  "num_examples": 223,
2293
+ "dataset_name": null
2294
  },
2295
  "validation": {
2296
  "name": "validation",
2297
+ "num_bytes": 5040,
2298
  "num_examples": 23,
2299
+ "dataset_name": null
2300
  },
2301
  "dev": {
2302
  "name": "dev",
2303
+ "num_bytes": 1071,
2304
  "num_examples": 5,
2305
+ "dataset_name": null
 
 
 
 
 
 
2306
  }
2307
  },
2308
+ "download_size": 47203557,
2309
+ "dataset_size": 161056167,
2310
+ "size_in_bytes": 208259724
 
2311
  },
2312
  "human_sexuality": {
2313
  "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",
human_aging/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
human_aging/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c4756e50b0cdf86ad46b169723cffb1f6746af74ceceea6b47314d1f8a90f82
3
+ size 3150
human_aging/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:286b4cfe0fd65a7b82beee67c41a89b4ff8ad66d8c8ff51571a0be4d9ab7b159
3
+ size 30661
human_aging/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb15b3fd23c069ba722f9dd3316844ca5e1dbc9f6911ee53b2a716b19417f626
3
+ size 5791