Datasets:

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

Add 'human_sexuality' config data files

Browse files
README.md CHANGED
@@ -1080,6 +1080,8 @@ dataset_info:
1080
  features:
1081
  - name: question
1082
  dtype: string
 
 
1083
  - name: choices
1084
  sequence: string
1085
  - name: answer
@@ -1092,19 +1094,19 @@ dataset_info:
1092
  '3': D
1093
  splits:
1094
  - name: auxiliary_train
1095
- num_bytes: 160601377
1096
  num_examples: 99842
1097
  - name: test
1098
- num_bytes: 32110
1099
  num_examples: 131
1100
  - name: validation
1101
- num_bytes: 2421
1102
  num_examples: 12
1103
  - name: dev
1104
- num_bytes: 1077
1105
  num_examples: 5
1106
- download_size: 166184960
1107
- dataset_size: 160636985
1108
  - config_name: international_law
1109
  features:
1110
  - name: question
@@ -2113,6 +2115,16 @@ configs:
2113
  path: human_aging/validation-*
2114
  - split: dev
2115
  path: human_aging/dev-*
 
 
 
 
 
 
 
 
 
 
2116
  ---
2117
 
2118
  # Dataset Card for MMLU
 
1080
  features:
1081
  - name: question
1082
  dtype: string
1083
+ - name: subject
1084
+ dtype: string
1085
  - name: choices
1086
  sequence: string
1087
  - name: answer
 
1094
  '3': D
1095
  splits:
1096
  - name: auxiliary_train
1097
+ num_bytes: 161000625
1098
  num_examples: 99842
1099
  - name: test
1100
+ num_bytes: 34587
1101
  num_examples: 131
1102
  - name: validation
1103
+ num_bytes: 2637
1104
  num_examples: 12
1105
  - name: dev
1106
+ num_bytes: 1160
1107
  num_examples: 5
1108
+ download_size: 47194557
1109
+ dataset_size: 161039009
1110
  - config_name: international_law
1111
  features:
1112
  - name: question
 
2115
  path: human_aging/validation-*
2116
  - split: dev
2117
  path: human_aging/dev-*
2118
+ - config_name: human_sexuality
2119
+ data_files:
2120
+ - split: auxiliary_train
2121
+ path: human_sexuality/auxiliary_train-*
2122
+ - split: test
2123
+ path: human_sexuality/test-*
2124
+ - split: validation
2125
+ path: human_sexuality/validation-*
2126
+ - split: dev
2127
+ path: human_sexuality/dev-*
2128
  ---
2129
 
2130
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -2317,39 +2317,34 @@
2317
  "features": {
2318
  "question": {
2319
  "dtype": "string",
2320
- "id": null,
 
 
 
2321
  "_type": "Value"
2322
  },
2323
  "choices": {
2324
  "feature": {
2325
  "dtype": "string",
2326
- "id": null,
2327
  "_type": "Value"
2328
  },
2329
- "length": -1,
2330
- "id": null,
2331
  "_type": "Sequence"
2332
  },
2333
  "answer": {
2334
- "num_classes": 4,
2335
  "names": [
2336
  "A",
2337
  "B",
2338
  "C",
2339
  "D"
2340
  ],
2341
- "id": null,
2342
  "_type": "ClassLabel"
2343
  }
2344
  },
2345
- "post_processed": null,
2346
- "supervised_keys": null,
2347
- "task_templates": null,
2348
- "builder_name": "mmlu",
2349
  "config_name": "human_sexuality",
2350
  "version": {
2351
  "version_str": "1.0.0",
2352
- "description": null,
2353
  "major": 1,
2354
  "minor": 0,
2355
  "patch": 0
@@ -2357,39 +2352,32 @@
2357
  "splits": {
2358
  "auxiliary_train": {
2359
  "name": "auxiliary_train",
2360
- "num_bytes": 160601257,
2361
  "num_examples": 99842,
2362
- "dataset_name": "mmlu"
2363
  },
2364
  "test": {
2365
  "name": "test",
2366
- "num_bytes": 32098,
2367
  "num_examples": 131,
2368
- "dataset_name": "mmlu"
2369
  },
2370
  "validation": {
2371
  "name": "validation",
2372
- "num_bytes": 2409,
2373
  "num_examples": 12,
2374
- "dataset_name": "mmlu"
2375
  },
2376
  "dev": {
2377
  "name": "dev",
2378
- "num_bytes": 1065,
2379
  "num_examples": 5,
2380
- "dataset_name": "mmlu"
2381
- }
2382
- },
2383
- "download_checksums": {
2384
- "data.tar": {
2385
- "num_bytes": 166184960,
2386
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
2387
  }
2388
  },
2389
- "download_size": 166184960,
2390
- "post_processing_size": null,
2391
- "dataset_size": 160636829,
2392
- "size_in_bytes": 326821789
2393
  },
2394
  "international_law": {
2395
  "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",
 
2317
  "features": {
2318
  "question": {
2319
  "dtype": "string",
2320
+ "_type": "Value"
2321
+ },
2322
+ "subject": {
2323
+ "dtype": "string",
2324
  "_type": "Value"
2325
  },
2326
  "choices": {
2327
  "feature": {
2328
  "dtype": "string",
 
2329
  "_type": "Value"
2330
  },
 
 
2331
  "_type": "Sequence"
2332
  },
2333
  "answer": {
 
2334
  "names": [
2335
  "A",
2336
  "B",
2337
  "C",
2338
  "D"
2339
  ],
 
2340
  "_type": "ClassLabel"
2341
  }
2342
  },
2343
+ "builder_name": "parquet",
2344
+ "dataset_name": "mmlu",
 
 
2345
  "config_name": "human_sexuality",
2346
  "version": {
2347
  "version_str": "1.0.0",
 
2348
  "major": 1,
2349
  "minor": 0,
2350
  "patch": 0
 
2352
  "splits": {
2353
  "auxiliary_train": {
2354
  "name": "auxiliary_train",
2355
+ "num_bytes": 161000625,
2356
  "num_examples": 99842,
2357
+ "dataset_name": null
2358
  },
2359
  "test": {
2360
  "name": "test",
2361
+ "num_bytes": 34587,
2362
  "num_examples": 131,
2363
+ "dataset_name": null
2364
  },
2365
  "validation": {
2366
  "name": "validation",
2367
+ "num_bytes": 2637,
2368
  "num_examples": 12,
2369
+ "dataset_name": null
2370
  },
2371
  "dev": {
2372
  "name": "dev",
2373
+ "num_bytes": 1160,
2374
  "num_examples": 5,
2375
+ "dataset_name": null
 
 
 
 
 
 
2376
  }
2377
  },
2378
+ "download_size": 47194557,
2379
+ "dataset_size": 161039009,
2380
+ "size_in_bytes": 208233566
 
2381
  },
2382
  "international_law": {
2383
  "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_sexuality/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_sexuality/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96927ada0fc3fef5191bfd885dc9cdc6824b97de0e8a40fe3eaf99c4d3bd0b0e
3
+ size 3490
human_sexuality/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b61021d0c7cb57c011fd26757e330535d8b5876f3fe000e00d99cd45820aa4a0
3
+ size 22511
human_sexuality/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2d16e278a4dc367d1c993f5fd9961e54a59218a4cc2e1f8454e4d7e62163bbf
3
+ size 4601