Datasets:

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

Add 'nutrition' config data files

Browse files
README.md CHANGED
@@ -1421,6 +1421,8 @@ dataset_info:
1421
  features:
1422
  - name: question
1423
  dtype: string
 
 
1424
  - name: choices
1425
  sequence: string
1426
  - name: answer
@@ -1433,19 +1435,19 @@ dataset_info:
1433
  '3': D
1434
  splits:
1435
  - name: auxiliary_train
1436
- num_bytes: 160601377
1437
  num_examples: 99842
1438
  - name: test
1439
- num_bytes: 92410
1440
  num_examples: 306
1441
  - name: validation
1442
- num_bytes: 8436
1443
  num_examples: 33
1444
  - name: dev
1445
- num_bytes: 2085
1446
  num_examples: 5
1447
- download_size: 166184960
1448
- dataset_size: 160704308
1449
  - config_name: philosophy
1450
  features:
1451
  - name: question
@@ -2245,6 +2247,16 @@ configs:
2245
  path: moral_scenarios/validation-*
2246
  - split: dev
2247
  path: moral_scenarios/dev-*
 
 
 
 
 
 
 
 
 
 
2248
  ---
2249
 
2250
  # Dataset Card for MMLU
 
1421
  features:
1422
  - name: question
1423
  dtype: string
1424
+ - name: subject
1425
+ dtype: string
1426
  - name: choices
1427
  sequence: string
1428
  - name: answer
 
1435
  '3': D
1436
  splits:
1437
  - name: auxiliary_train
1438
+ num_bytes: 161000625
1439
  num_examples: 99842
1440
  - name: test
1441
+ num_bytes: 96376
1442
  num_examples: 306
1443
  - name: validation
1444
+ num_bytes: 8853
1445
  num_examples: 33
1446
  - name: dev
1447
+ num_bytes: 2138
1448
  num_examples: 5
1449
+ download_size: 47230622
1450
+ dataset_size: 161107992
1451
  - config_name: philosophy
1452
  features:
1453
  - name: question
 
2247
  path: moral_scenarios/validation-*
2248
  - split: dev
2249
  path: moral_scenarios/dev-*
2250
+ - config_name: nutrition
2251
+ data_files:
2252
+ - split: auxiliary_train
2253
+ path: nutrition/auxiliary_train-*
2254
+ - split: test
2255
+ path: nutrition/test-*
2256
+ - split: validation
2257
+ path: nutrition/validation-*
2258
+ - split: dev
2259
+ path: nutrition/dev-*
2260
  ---
2261
 
2262
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -3087,39 +3087,34 @@
3087
  "features": {
3088
  "question": {
3089
  "dtype": "string",
3090
- "id": null,
 
 
 
3091
  "_type": "Value"
3092
  },
3093
  "choices": {
3094
  "feature": {
3095
  "dtype": "string",
3096
- "id": null,
3097
  "_type": "Value"
3098
  },
3099
- "length": -1,
3100
- "id": null,
3101
  "_type": "Sequence"
3102
  },
3103
  "answer": {
3104
- "num_classes": 4,
3105
  "names": [
3106
  "A",
3107
  "B",
3108
  "C",
3109
  "D"
3110
  ],
3111
- "id": null,
3112
  "_type": "ClassLabel"
3113
  }
3114
  },
3115
- "post_processed": null,
3116
- "supervised_keys": null,
3117
- "task_templates": null,
3118
- "builder_name": "mmlu",
3119
  "config_name": "nutrition",
3120
  "version": {
3121
  "version_str": "1.0.0",
3122
- "description": null,
3123
  "major": 1,
3124
  "minor": 0,
3125
  "patch": 0
@@ -3127,39 +3122,32 @@
3127
  "splits": {
3128
  "auxiliary_train": {
3129
  "name": "auxiliary_train",
3130
- "num_bytes": 160601257,
3131
  "num_examples": 99842,
3132
- "dataset_name": "mmlu"
3133
  },
3134
  "test": {
3135
  "name": "test",
3136
- "num_bytes": 92398,
3137
  "num_examples": 306,
3138
- "dataset_name": "mmlu"
3139
  },
3140
  "validation": {
3141
  "name": "validation",
3142
- "num_bytes": 8424,
3143
  "num_examples": 33,
3144
- "dataset_name": "mmlu"
3145
  },
3146
  "dev": {
3147
  "name": "dev",
3148
- "num_bytes": 2073,
3149
  "num_examples": 5,
3150
- "dataset_name": "mmlu"
3151
- }
3152
- },
3153
- "download_checksums": {
3154
- "data.tar": {
3155
- "num_bytes": 166184960,
3156
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
3157
  }
3158
  },
3159
- "download_size": 166184960,
3160
- "post_processing_size": null,
3161
- "dataset_size": 160704152,
3162
- "size_in_bytes": 326889112
3163
  },
3164
  "philosophy": {
3165
  "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",
 
3087
  "features": {
3088
  "question": {
3089
  "dtype": "string",
3090
+ "_type": "Value"
3091
+ },
3092
+ "subject": {
3093
+ "dtype": "string",
3094
  "_type": "Value"
3095
  },
3096
  "choices": {
3097
  "feature": {
3098
  "dtype": "string",
 
3099
  "_type": "Value"
3100
  },
 
 
3101
  "_type": "Sequence"
3102
  },
3103
  "answer": {
 
3104
  "names": [
3105
  "A",
3106
  "B",
3107
  "C",
3108
  "D"
3109
  ],
 
3110
  "_type": "ClassLabel"
3111
  }
3112
  },
3113
+ "builder_name": "parquet",
3114
+ "dataset_name": "mmlu",
 
 
3115
  "config_name": "nutrition",
3116
  "version": {
3117
  "version_str": "1.0.0",
 
3118
  "major": 1,
3119
  "minor": 0,
3120
  "patch": 0
 
3122
  "splits": {
3123
  "auxiliary_train": {
3124
  "name": "auxiliary_train",
3125
+ "num_bytes": 161000625,
3126
  "num_examples": 99842,
3127
+ "dataset_name": null
3128
  },
3129
  "test": {
3130
  "name": "test",
3131
+ "num_bytes": 96376,
3132
  "num_examples": 306,
3133
+ "dataset_name": null
3134
  },
3135
  "validation": {
3136
  "name": "validation",
3137
+ "num_bytes": 8853,
3138
  "num_examples": 33,
3139
+ "dataset_name": null
3140
  },
3141
  "dev": {
3142
  "name": "dev",
3143
+ "num_bytes": 2138,
3144
  "num_examples": 5,
3145
+ "dataset_name": null
 
 
 
 
 
 
3146
  }
3147
  },
3148
+ "download_size": 47230622,
3149
+ "dataset_size": 161107992,
3150
+ "size_in_bytes": 208338614
 
3151
  },
3152
  "philosophy": {
3153
  "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",
nutrition/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
nutrition/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:039fe23b8e62b081637141722ee5a37b96f0e048ec0a928a01735075a94e0d30
3
+ size 4238
nutrition/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19576e3fd281041cbee9f00574b230d99983c1ad96ef057d2516ff6c69e6d81e
3
+ size 54081
nutrition/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1a9ad5587cf0b05c6f989e75d2aecd914c1d86f0b80203c591afdb62904f693
3
+ size 8348