Datasets:

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

Add 'management' config data files

Browse files
README.md CHANGED
@@ -1235,6 +1235,8 @@ dataset_info:
1235
  features:
1236
  - name: question
1237
  dtype: string
 
 
1238
  - name: choices
1239
  sequence: string
1240
  - name: answer
@@ -1247,19 +1249,19 @@ dataset_info:
1247
  '3': D
1248
  splits:
1249
  - name: auxiliary_train
1250
- num_bytes: 160601377
1251
  num_examples: 99842
1252
  - name: test
1253
- num_bytes: 20002
1254
  num_examples: 103
1255
  - name: validation
1256
- num_bytes: 1820
1257
  num_examples: 11
1258
  - name: dev
1259
- num_bytes: 898
1260
  num_examples: 5
1261
- download_size: 166184960
1262
- dataset_size: 160624097
1263
  - config_name: marketing
1264
  features:
1265
  - name: question
@@ -2173,6 +2175,16 @@ configs:
2173
  path: machine_learning/validation-*
2174
  - split: dev
2175
  path: machine_learning/dev-*
 
 
 
 
 
 
 
 
 
 
2176
  ---
2177
 
2178
  # Dataset Card for MMLU
 
1235
  features:
1236
  - name: question
1237
  dtype: string
1238
+ - name: subject
1239
+ dtype: string
1240
  - name: choices
1241
  sequence: string
1242
  - name: answer
 
1249
  '3': D
1250
  splits:
1251
  - name: auxiliary_train
1252
+ num_bytes: 161000625
1253
  num_examples: 99842
1254
  - name: test
1255
+ num_bytes: 21432
1256
  num_examples: 103
1257
  - name: validation
1258
+ num_bytes: 1962
1259
  num_examples: 11
1260
  - name: dev
1261
+ num_bytes: 956
1262
  num_examples: 5
1263
+ download_size: 47185208
1264
+ dataset_size: 161024975
1265
  - config_name: marketing
1266
  features:
1267
  - name: question
 
2175
  path: machine_learning/validation-*
2176
  - split: dev
2177
  path: machine_learning/dev-*
2178
+ - config_name: management
2179
+ data_files:
2180
+ - split: auxiliary_train
2181
+ path: management/auxiliary_train-*
2182
+ - split: test
2183
+ path: management/test-*
2184
+ - split: validation
2185
+ path: management/validation-*
2186
+ - split: dev
2187
+ path: management/dev-*
2188
  ---
2189
 
2190
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -2667,39 +2667,34 @@
2667
  "features": {
2668
  "question": {
2669
  "dtype": "string",
2670
- "id": null,
 
 
 
2671
  "_type": "Value"
2672
  },
2673
  "choices": {
2674
  "feature": {
2675
  "dtype": "string",
2676
- "id": null,
2677
  "_type": "Value"
2678
  },
2679
- "length": -1,
2680
- "id": null,
2681
  "_type": "Sequence"
2682
  },
2683
  "answer": {
2684
- "num_classes": 4,
2685
  "names": [
2686
  "A",
2687
  "B",
2688
  "C",
2689
  "D"
2690
  ],
2691
- "id": null,
2692
  "_type": "ClassLabel"
2693
  }
2694
  },
2695
- "post_processed": null,
2696
- "supervised_keys": null,
2697
- "task_templates": null,
2698
- "builder_name": "mmlu",
2699
  "config_name": "management",
2700
  "version": {
2701
  "version_str": "1.0.0",
2702
- "description": null,
2703
  "major": 1,
2704
  "minor": 0,
2705
  "patch": 0
@@ -2707,39 +2702,32 @@
2707
  "splits": {
2708
  "auxiliary_train": {
2709
  "name": "auxiliary_train",
2710
- "num_bytes": 160601257,
2711
  "num_examples": 99842,
2712
- "dataset_name": "mmlu"
2713
  },
2714
  "test": {
2715
  "name": "test",
2716
- "num_bytes": 19990,
2717
  "num_examples": 103,
2718
- "dataset_name": "mmlu"
2719
  },
2720
  "validation": {
2721
  "name": "validation",
2722
- "num_bytes": 1808,
2723
  "num_examples": 11,
2724
- "dataset_name": "mmlu"
2725
  },
2726
  "dev": {
2727
  "name": "dev",
2728
- "num_bytes": 886,
2729
  "num_examples": 5,
2730
- "dataset_name": "mmlu"
2731
- }
2732
- },
2733
- "download_checksums": {
2734
- "data.tar": {
2735
- "num_bytes": 166184960,
2736
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
2737
  }
2738
  },
2739
- "download_size": 166184960,
2740
- "post_processing_size": null,
2741
- "dataset_size": 160623941,
2742
- "size_in_bytes": 326808901
2743
  },
2744
  "marketing": {
2745
  "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",
 
2667
  "features": {
2668
  "question": {
2669
  "dtype": "string",
2670
+ "_type": "Value"
2671
+ },
2672
+ "subject": {
2673
+ "dtype": "string",
2674
  "_type": "Value"
2675
  },
2676
  "choices": {
2677
  "feature": {
2678
  "dtype": "string",
 
2679
  "_type": "Value"
2680
  },
 
 
2681
  "_type": "Sequence"
2682
  },
2683
  "answer": {
 
2684
  "names": [
2685
  "A",
2686
  "B",
2687
  "C",
2688
  "D"
2689
  ],
 
2690
  "_type": "ClassLabel"
2691
  }
2692
  },
2693
+ "builder_name": "parquet",
2694
+ "dataset_name": "mmlu",
 
 
2695
  "config_name": "management",
2696
  "version": {
2697
  "version_str": "1.0.0",
 
2698
  "major": 1,
2699
  "minor": 0,
2700
  "patch": 0
 
2702
  "splits": {
2703
  "auxiliary_train": {
2704
  "name": "auxiliary_train",
2705
+ "num_bytes": 161000625,
2706
  "num_examples": 99842,
2707
+ "dataset_name": null
2708
  },
2709
  "test": {
2710
  "name": "test",
2711
+ "num_bytes": 21432,
2712
  "num_examples": 103,
2713
+ "dataset_name": null
2714
  },
2715
  "validation": {
2716
  "name": "validation",
2717
+ "num_bytes": 1962,
2718
  "num_examples": 11,
2719
+ "dataset_name": null
2720
  },
2721
  "dev": {
2722
  "name": "dev",
2723
+ "num_bytes": 956,
2724
  "num_examples": 5,
2725
+ "dataset_name": null
 
 
 
 
 
 
2726
  }
2727
  },
2728
+ "download_size": 47185208,
2729
+ "dataset_size": 161024975,
2730
+ "size_in_bytes": 208210183
 
2731
  },
2732
  "marketing": {
2733
  "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",
management/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
management/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25a5ca83a99d49b82f603ffa89c34c4512630f7bb96e8cc821b495f025d84d0f
3
+ size 3106
management/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d3297ec431709220a2d12c04d754e6b4c2090e859429a704ef932df23ce37c3
3
+ size 14220
management/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9b0c3ed2c0282eee103b7554ec96c22cbc28411503f2169514afe3b67f09102
3
+ size 3927