Datasets:

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

Add 'machine_learning' config data files

Browse files
README.md CHANGED
@@ -1204,6 +1204,8 @@ dataset_info:
1204
  features:
1205
  - name: question
1206
  dtype: string
 
 
1207
  - name: choices
1208
  sequence: string
1209
  - name: answer
@@ -1216,19 +1218,19 @@ dataset_info:
1216
  '3': D
1217
  splits:
1218
  - name: auxiliary_train
1219
- num_bytes: 160601377
1220
  num_examples: 99842
1221
  - name: test
1222
- num_bytes: 33880
1223
  num_examples: 112
1224
  - name: validation
1225
- num_bytes: 3232
1226
  num_examples: 11
1227
  - name: dev
1228
- num_bytes: 2323
1229
  num_examples: 5
1230
- download_size: 166184960
1231
- dataset_size: 160640812
1232
  - config_name: management
1233
  features:
1234
  - name: question
@@ -2161,6 +2163,16 @@ configs:
2161
  path: logical_fallacies/validation-*
2162
  - split: dev
2163
  path: logical_fallacies/dev-*
 
 
 
 
 
 
 
 
 
 
2164
  ---
2165
 
2166
  # Dataset Card for MMLU
 
1204
  features:
1205
  - name: question
1206
  dtype: string
1207
+ - name: subject
1208
+ dtype: string
1209
  - name: choices
1210
  sequence: string
1211
  - name: answer
 
1218
  '3': D
1219
  splits:
1220
  - name: auxiliary_train
1221
+ num_bytes: 161000625
1222
  num_examples: 99842
1223
  - name: test
1224
+ num_bytes: 36108
1225
  num_examples: 112
1226
  - name: validation
1227
+ num_bytes: 3440
1228
  num_examples: 11
1229
  - name: dev
1230
+ num_bytes: 2411
1231
  num_examples: 5
1232
+ download_size: 47192772
1233
+ dataset_size: 161042584
1234
  - config_name: management
1235
  features:
1236
  - name: question
 
2163
  path: logical_fallacies/validation-*
2164
  - split: dev
2165
  path: logical_fallacies/dev-*
2166
+ - config_name: machine_learning
2167
+ data_files:
2168
+ - split: auxiliary_train
2169
+ path: machine_learning/auxiliary_train-*
2170
+ - split: test
2171
+ path: machine_learning/test-*
2172
+ - split: validation
2173
+ path: machine_learning/validation-*
2174
+ - split: dev
2175
+ path: machine_learning/dev-*
2176
  ---
2177
 
2178
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -2597,39 +2597,34 @@
2597
  "features": {
2598
  "question": {
2599
  "dtype": "string",
2600
- "id": null,
 
 
 
2601
  "_type": "Value"
2602
  },
2603
  "choices": {
2604
  "feature": {
2605
  "dtype": "string",
2606
- "id": null,
2607
  "_type": "Value"
2608
  },
2609
- "length": -1,
2610
- "id": null,
2611
  "_type": "Sequence"
2612
  },
2613
  "answer": {
2614
- "num_classes": 4,
2615
  "names": [
2616
  "A",
2617
  "B",
2618
  "C",
2619
  "D"
2620
  ],
2621
- "id": null,
2622
  "_type": "ClassLabel"
2623
  }
2624
  },
2625
- "post_processed": null,
2626
- "supervised_keys": null,
2627
- "task_templates": null,
2628
- "builder_name": "mmlu",
2629
  "config_name": "machine_learning",
2630
  "version": {
2631
  "version_str": "1.0.0",
2632
- "description": null,
2633
  "major": 1,
2634
  "minor": 0,
2635
  "patch": 0
@@ -2637,39 +2632,32 @@
2637
  "splits": {
2638
  "auxiliary_train": {
2639
  "name": "auxiliary_train",
2640
- "num_bytes": 160601257,
2641
  "num_examples": 99842,
2642
- "dataset_name": "mmlu"
2643
  },
2644
  "test": {
2645
  "name": "test",
2646
- "num_bytes": 33868,
2647
  "num_examples": 112,
2648
- "dataset_name": "mmlu"
2649
  },
2650
  "validation": {
2651
  "name": "validation",
2652
- "num_bytes": 3220,
2653
  "num_examples": 11,
2654
- "dataset_name": "mmlu"
2655
  },
2656
  "dev": {
2657
  "name": "dev",
2658
- "num_bytes": 2311,
2659
  "num_examples": 5,
2660
- "dataset_name": "mmlu"
2661
- }
2662
- },
2663
- "download_checksums": {
2664
- "data.tar": {
2665
- "num_bytes": 166184960,
2666
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
2667
  }
2668
  },
2669
- "download_size": 166184960,
2670
- "post_processing_size": null,
2671
- "dataset_size": 160640656,
2672
- "size_in_bytes": 326825616
2673
  },
2674
  "management": {
2675
  "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",
 
2597
  "features": {
2598
  "question": {
2599
  "dtype": "string",
2600
+ "_type": "Value"
2601
+ },
2602
+ "subject": {
2603
+ "dtype": "string",
2604
  "_type": "Value"
2605
  },
2606
  "choices": {
2607
  "feature": {
2608
  "dtype": "string",
 
2609
  "_type": "Value"
2610
  },
 
 
2611
  "_type": "Sequence"
2612
  },
2613
  "answer": {
 
2614
  "names": [
2615
  "A",
2616
  "B",
2617
  "C",
2618
  "D"
2619
  ],
 
2620
  "_type": "ClassLabel"
2621
  }
2622
  },
2623
+ "builder_name": "parquet",
2624
+ "dataset_name": "mmlu",
 
 
2625
  "config_name": "machine_learning",
2626
  "version": {
2627
  "version_str": "1.0.0",
 
2628
  "major": 1,
2629
  "minor": 0,
2630
  "patch": 0
 
2632
  "splits": {
2633
  "auxiliary_train": {
2634
  "name": "auxiliary_train",
2635
+ "num_bytes": 161000625,
2636
  "num_examples": 99842,
2637
+ "dataset_name": null
2638
  },
2639
  "test": {
2640
  "name": "test",
2641
+ "num_bytes": 36108,
2642
  "num_examples": 112,
2643
+ "dataset_name": null
2644
  },
2645
  "validation": {
2646
  "name": "validation",
2647
+ "num_bytes": 3440,
2648
  "num_examples": 11,
2649
+ "dataset_name": null
2650
  },
2651
  "dev": {
2652
  "name": "dev",
2653
+ "num_bytes": 2411,
2654
  "num_examples": 5,
2655
+ "dataset_name": null
 
 
 
 
 
 
2656
  }
2657
  },
2658
+ "download_size": 47192772,
2659
+ "dataset_size": 161042584,
2660
+ "size_in_bytes": 208235356
 
2661
  },
2662
  "management": {
2663
  "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",
machine_learning/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
machine_learning/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8826481d03264a8eb4fcfa4f72ee32521d2b9c49660f59eaffcbaf072037defb
3
+ size 4453
machine_learning/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aa57fed5c9eadac5c23f9770c5ca3144610da64fd715e6efa38535ac9aa9ef3
3
+ size 19061
machine_learning/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6061ec24ead2e3f9d9347c51a2cd7537c1427a2d6cb0eeee1f219db87ff7ca1a
3
+ size 5303