Datasets:

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

Add 'all' config data files

Browse files
README.md CHANGED
@@ -53,6 +53,37 @@ dataset_info:
53
  num_examples: 5
54
  download_size: 47179638
55
  dataset_size: 161025091
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  - config_name: anatomy
57
  features:
58
  - name: question
@@ -1688,6 +1719,16 @@ configs:
1688
  path: abstract_algebra/validation-*
1689
  - split: dev
1690
  path: abstract_algebra/dev-*
 
 
 
 
 
 
 
 
 
 
1691
  ---
1692
 
1693
  # Dataset Card for MMLU
 
53
  num_examples: 5
54
  download_size: 47179638
55
  dataset_size: 161025091
56
+ - config_name: all
57
+ features:
58
+ - name: question
59
+ dtype: string
60
+ - name: subject
61
+ dtype: string
62
+ - name: choices
63
+ sequence: string
64
+ - name: answer
65
+ dtype:
66
+ class_label:
67
+ names:
68
+ '0': A
69
+ '1': B
70
+ '2': C
71
+ '3': D
72
+ splits:
73
+ - name: auxiliary_train
74
+ num_bytes: 161000625
75
+ num_examples: 99842
76
+ - name: test
77
+ num_bytes: 6967453
78
+ num_examples: 14042
79
+ - name: validation
80
+ num_bytes: 763484
81
+ num_examples: 1531
82
+ - name: dev
83
+ num_bytes: 125353
84
+ num_examples: 285
85
+ download_size: 51132212
86
+ dataset_size: 168856915
87
  - config_name: anatomy
88
  features:
89
  - name: question
 
1719
  path: abstract_algebra/validation-*
1720
  - split: dev
1721
  path: abstract_algebra/dev-*
1722
+ - config_name: all
1723
+ data_files:
1724
+ - split: auxiliary_train
1725
+ path: all/auxiliary_train-*
1726
+ - split: test
1727
+ path: all/test-*
1728
+ - split: validation
1729
+ path: all/validation-*
1730
+ - split: dev
1731
+ path: all/dev-*
1732
  ---
1733
 
1734
  # Dataset Card for MMLU
all/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
all/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe12a6b67efba3305c8aa397028f8596fd1968f6eb7fe9e93033fc0f3bbd5acb
3
+ size 75910
all/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28aaa6445a394922deca70f8ba22baaa1aa5b0d65464e5133b7cbed5468887b6
3
+ size 3485812
all/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f20355a02ce253a23a3c7f06ea83d55435ed77fe11a40ee432ddf0f7fa32d0b2
3
+ size 406535
dataset_infos.json CHANGED
@@ -4660,5 +4660,75 @@
4660
  "post_processing_size": null,
4661
  "dataset_size": 160629930,
4662
  "size_in_bytes": 326814890
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4663
  }
4664
  }
 
4660
  "post_processing_size": null,
4661
  "dataset_size": 160629930,
4662
  "size_in_bytes": 326814890
4663
+ },
4664
+ "all": {
4665
+ "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",
4666
+ "citation": "@article{hendryckstest2021,\n title={Measuring Massive Multitask Language Understanding},\n author={Dan Hendrycks and Collin Burns and Steven Basart and Andy Zou and Mantas Mazeika and Dawn Song and Jacob Steinhardt},\n journal={Proceedings of the International Conference on Learning Representations (ICLR)},\n year={2021}\n }\n",
4667
+ "homepage": "https://github.com/hendrycks/test",
4668
+ "license": "",
4669
+ "features": {
4670
+ "question": {
4671
+ "dtype": "string",
4672
+ "_type": "Value"
4673
+ },
4674
+ "subject": {
4675
+ "dtype": "string",
4676
+ "_type": "Value"
4677
+ },
4678
+ "choices": {
4679
+ "feature": {
4680
+ "dtype": "string",
4681
+ "_type": "Value"
4682
+ },
4683
+ "_type": "Sequence"
4684
+ },
4685
+ "answer": {
4686
+ "names": [
4687
+ "A",
4688
+ "B",
4689
+ "C",
4690
+ "D"
4691
+ ],
4692
+ "_type": "ClassLabel"
4693
+ }
4694
+ },
4695
+ "builder_name": "parquet",
4696
+ "dataset_name": "mmlu",
4697
+ "config_name": "all",
4698
+ "version": {
4699
+ "version_str": "1.0.0",
4700
+ "major": 1,
4701
+ "minor": 0,
4702
+ "patch": 0
4703
+ },
4704
+ "splits": {
4705
+ "auxiliary_train": {
4706
+ "name": "auxiliary_train",
4707
+ "num_bytes": 161000625,
4708
+ "num_examples": 99842,
4709
+ "dataset_name": null
4710
+ },
4711
+ "test": {
4712
+ "name": "test",
4713
+ "num_bytes": 6967453,
4714
+ "num_examples": 14042,
4715
+ "dataset_name": null
4716
+ },
4717
+ "validation": {
4718
+ "name": "validation",
4719
+ "num_bytes": 763484,
4720
+ "num_examples": 1531,
4721
+ "dataset_name": null
4722
+ },
4723
+ "dev": {
4724
+ "name": "dev",
4725
+ "num_bytes": 125353,
4726
+ "num_examples": 285,
4727
+ "dataset_name": null
4728
+ }
4729
+ },
4730
+ "download_size": 51132212,
4731
+ "dataset_size": 168856915,
4732
+ "size_in_bytes": 219989127
4733
  }
4734
  }