Datasets:

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

Add 'high_school_mathematics' config data files

Browse files
README.md CHANGED
@@ -832,6 +832,8 @@ dataset_info:
832
  features:
833
  - name: question
834
  dtype: string
 
 
835
  - name: choices
836
  sequence: string
837
  - name: answer
@@ -844,19 +846,19 @@ dataset_info:
844
  '3': D
845
  splits:
846
  - name: auxiliary_train
847
- num_bytes: 160601377
848
  num_examples: 99842
849
  - name: test
850
- num_bytes: 54854
851
  num_examples: 270
852
  - name: validation
853
- num_bytes: 5765
854
  num_examples: 29
855
  - name: dev
856
- num_bytes: 1297
857
  num_examples: 5
858
- download_size: 166184960
859
- dataset_size: 160663293
860
  - config_name: high_school_microeconomics
861
  features:
862
  - name: question
@@ -2017,6 +2019,16 @@ configs:
2017
  path: high_school_macroeconomics/validation-*
2018
  - split: dev
2019
  path: high_school_macroeconomics/dev-*
 
 
 
 
 
 
 
 
 
 
2020
  ---
2021
 
2022
  # Dataset Card for MMLU
 
832
  features:
833
  - name: question
834
  dtype: string
835
+ - name: subject
836
+ dtype: string
837
  - name: choices
838
  sequence: string
839
  - name: answer
 
846
  '3': D
847
  splits:
848
  - name: auxiliary_train
849
+ num_bytes: 161000625
850
  num_examples: 99842
851
  - name: test
852
+ num_bytes: 62132
853
  num_examples: 270
854
  - name: validation
855
+ num_bytes: 6536
856
  num_examples: 29
857
  - name: dev
858
+ num_bytes: 1420
859
  num_examples: 5
860
+ download_size: 47207019
861
+ dataset_size: 161070713
862
  - config_name: high_school_microeconomics
863
  features:
864
  - name: question
 
2019
  path: high_school_macroeconomics/validation-*
2020
  - split: dev
2021
  path: high_school_macroeconomics/dev-*
2022
+ - config_name: high_school_mathematics
2023
+ data_files:
2024
+ - split: auxiliary_train
2025
+ path: high_school_mathematics/auxiliary_train-*
2026
+ - split: test
2027
+ path: high_school_mathematics/test-*
2028
+ - split: validation
2029
+ path: high_school_mathematics/validation-*
2030
+ - split: dev
2031
+ path: high_school_mathematics/dev-*
2032
  ---
2033
 
2034
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -1757,39 +1757,34 @@
1757
  "features": {
1758
  "question": {
1759
  "dtype": "string",
1760
- "id": null,
 
 
 
1761
  "_type": "Value"
1762
  },
1763
  "choices": {
1764
  "feature": {
1765
  "dtype": "string",
1766
- "id": null,
1767
  "_type": "Value"
1768
  },
1769
- "length": -1,
1770
- "id": null,
1771
  "_type": "Sequence"
1772
  },
1773
  "answer": {
1774
- "num_classes": 4,
1775
  "names": [
1776
  "A",
1777
  "B",
1778
  "C",
1779
  "D"
1780
  ],
1781
- "id": null,
1782
  "_type": "ClassLabel"
1783
  }
1784
  },
1785
- "post_processed": null,
1786
- "supervised_keys": null,
1787
- "task_templates": null,
1788
- "builder_name": "mmlu",
1789
  "config_name": "high_school_mathematics",
1790
  "version": {
1791
  "version_str": "1.0.0",
1792
- "description": null,
1793
  "major": 1,
1794
  "minor": 0,
1795
  "patch": 0
@@ -1797,39 +1792,32 @@
1797
  "splits": {
1798
  "auxiliary_train": {
1799
  "name": "auxiliary_train",
1800
- "num_bytes": 160601257,
1801
  "num_examples": 99842,
1802
- "dataset_name": "mmlu"
1803
  },
1804
  "test": {
1805
  "name": "test",
1806
- "num_bytes": 54842,
1807
  "num_examples": 270,
1808
- "dataset_name": "mmlu"
1809
  },
1810
  "validation": {
1811
  "name": "validation",
1812
- "num_bytes": 5753,
1813
  "num_examples": 29,
1814
- "dataset_name": "mmlu"
1815
  },
1816
  "dev": {
1817
  "name": "dev",
1818
- "num_bytes": 1285,
1819
  "num_examples": 5,
1820
- "dataset_name": "mmlu"
1821
- }
1822
- },
1823
- "download_checksums": {
1824
- "data.tar": {
1825
- "num_bytes": 166184960,
1826
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
1827
  }
1828
  },
1829
- "download_size": 166184960,
1830
- "post_processing_size": null,
1831
- "dataset_size": 160663137,
1832
- "size_in_bytes": 326848097
1833
  },
1834
  "high_school_microeconomics": {
1835
  "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",
 
1757
  "features": {
1758
  "question": {
1759
  "dtype": "string",
1760
+ "_type": "Value"
1761
+ },
1762
+ "subject": {
1763
+ "dtype": "string",
1764
  "_type": "Value"
1765
  },
1766
  "choices": {
1767
  "feature": {
1768
  "dtype": "string",
 
1769
  "_type": "Value"
1770
  },
 
 
1771
  "_type": "Sequence"
1772
  },
1773
  "answer": {
 
1774
  "names": [
1775
  "A",
1776
  "B",
1777
  "C",
1778
  "D"
1779
  ],
 
1780
  "_type": "ClassLabel"
1781
  }
1782
  },
1783
+ "builder_name": "parquet",
1784
+ "dataset_name": "mmlu",
 
 
1785
  "config_name": "high_school_mathematics",
1786
  "version": {
1787
  "version_str": "1.0.0",
 
1788
  "major": 1,
1789
  "minor": 0,
1790
  "patch": 0
 
1792
  "splits": {
1793
  "auxiliary_train": {
1794
  "name": "auxiliary_train",
1795
+ "num_bytes": 161000625,
1796
  "num_examples": 99842,
1797
+ "dataset_name": null
1798
  },
1799
  "test": {
1800
  "name": "test",
1801
+ "num_bytes": 62132,
1802
  "num_examples": 270,
1803
+ "dataset_name": null
1804
  },
1805
  "validation": {
1806
  "name": "validation",
1807
+ "num_bytes": 6536,
1808
  "num_examples": 29,
1809
+ "dataset_name": null
1810
  },
1811
  "dev": {
1812
  "name": "dev",
1813
+ "num_bytes": 1420,
1814
  "num_examples": 5,
1815
+ "dataset_name": null
 
 
 
 
 
 
1816
  }
1817
  },
1818
+ "download_size": 47207019,
1819
+ "dataset_size": 161070713,
1820
+ "size_in_bytes": 208277732
 
1821
  },
1822
  "high_school_microeconomics": {
1823
  "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",
high_school_mathematics/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
high_school_mathematics/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a07979520b6387ed5e6002a0dc593694b017fbfb91ba89760f7cd821ec0d775a
3
+ size 3777
high_school_mathematics/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaeee814b52230d9e45131708af0bb105e4aca608f9e7dca7830d1a2e19de132
3
+ size 32915
high_school_mathematics/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcbf3b3e99b61c53f5e6a7dcafd2c7508554522aa2b89fb2f923ab0b31b9b8ff
3
+ size 6372