Datasets:

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

Add 'high_school_macroeconomics' config data files

Browse files
README.md CHANGED
@@ -801,6 +801,8 @@ dataset_info:
801
  features:
802
  - name: question
803
  dtype: string
 
 
804
  - name: choices
805
  sequence: string
806
  - name: answer
@@ -813,19 +815,19 @@ dataset_info:
813
  '3': D
814
  splits:
815
  - name: auxiliary_train
816
- num_bytes: 160601377
817
  num_examples: 99842
818
  - name: test
819
- num_bytes: 117687
820
  num_examples: 390
821
  - name: validation
822
- num_bytes: 13020
823
  num_examples: 43
824
  - name: dev
825
- num_bytes: 1328
826
  num_examples: 5
827
- download_size: 166184960
828
- dataset_size: 160733412
829
  - config_name: high_school_mathematics
830
  features:
831
  - name: question
@@ -2005,6 +2007,16 @@ configs:
2005
  path: high_school_government_and_politics/validation-*
2006
  - split: dev
2007
  path: high_school_government_and_politics/dev-*
 
 
 
 
 
 
 
 
 
 
2008
  ---
2009
 
2010
  # Dataset Card for MMLU
 
801
  features:
802
  - name: question
803
  dtype: string
804
+ - name: subject
805
+ dtype: string
806
  - name: choices
807
  sequence: string
808
  - name: answer
 
815
  '3': D
816
  splits:
817
  - name: auxiliary_train
818
+ num_bytes: 161000625
819
  num_examples: 99842
820
  - name: test
821
+ num_bytes: 129375
822
  num_examples: 390
823
  - name: validation
824
+ num_bytes: 14298
825
  num_examples: 43
826
  - name: dev
827
+ num_bytes: 1466
828
  num_examples: 5
829
+ download_size: 47231078
830
+ dataset_size: 161145764
831
  - config_name: high_school_mathematics
832
  features:
833
  - name: question
 
2007
  path: high_school_government_and_politics/validation-*
2008
  - split: dev
2009
  path: high_school_government_and_politics/dev-*
2010
+ - config_name: high_school_macroeconomics
2011
+ data_files:
2012
+ - split: auxiliary_train
2013
+ path: high_school_macroeconomics/auxiliary_train-*
2014
+ - split: test
2015
+ path: high_school_macroeconomics/test-*
2016
+ - split: validation
2017
+ path: high_school_macroeconomics/validation-*
2018
+ - split: dev
2019
+ path: high_school_macroeconomics/dev-*
2020
  ---
2021
 
2022
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -1687,39 +1687,34 @@
1687
  "features": {
1688
  "question": {
1689
  "dtype": "string",
1690
- "id": null,
 
 
 
1691
  "_type": "Value"
1692
  },
1693
  "choices": {
1694
  "feature": {
1695
  "dtype": "string",
1696
- "id": null,
1697
  "_type": "Value"
1698
  },
1699
- "length": -1,
1700
- "id": null,
1701
  "_type": "Sequence"
1702
  },
1703
  "answer": {
1704
- "num_classes": 4,
1705
  "names": [
1706
  "A",
1707
  "B",
1708
  "C",
1709
  "D"
1710
  ],
1711
- "id": null,
1712
  "_type": "ClassLabel"
1713
  }
1714
  },
1715
- "post_processed": null,
1716
- "supervised_keys": null,
1717
- "task_templates": null,
1718
- "builder_name": "mmlu",
1719
  "config_name": "high_school_macroeconomics",
1720
  "version": {
1721
  "version_str": "1.0.0",
1722
- "description": null,
1723
  "major": 1,
1724
  "minor": 0,
1725
  "patch": 0
@@ -1727,39 +1722,32 @@
1727
  "splits": {
1728
  "auxiliary_train": {
1729
  "name": "auxiliary_train",
1730
- "num_bytes": 160601257,
1731
  "num_examples": 99842,
1732
- "dataset_name": "mmlu"
1733
  },
1734
  "test": {
1735
  "name": "test",
1736
- "num_bytes": 117675,
1737
  "num_examples": 390,
1738
- "dataset_name": "mmlu"
1739
  },
1740
  "validation": {
1741
  "name": "validation",
1742
- "num_bytes": 13008,
1743
  "num_examples": 43,
1744
- "dataset_name": "mmlu"
1745
  },
1746
  "dev": {
1747
  "name": "dev",
1748
- "num_bytes": 1316,
1749
  "num_examples": 5,
1750
- "dataset_name": "mmlu"
1751
- }
1752
- },
1753
- "download_checksums": {
1754
- "data.tar": {
1755
- "num_bytes": 166184960,
1756
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
1757
  }
1758
  },
1759
- "download_size": 166184960,
1760
- "post_processing_size": null,
1761
- "dataset_size": 160733256,
1762
- "size_in_bytes": 326918216
1763
  },
1764
  "high_school_mathematics": {
1765
  "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",
 
1687
  "features": {
1688
  "question": {
1689
  "dtype": "string",
1690
+ "_type": "Value"
1691
+ },
1692
+ "subject": {
1693
+ "dtype": "string",
1694
  "_type": "Value"
1695
  },
1696
  "choices": {
1697
  "feature": {
1698
  "dtype": "string",
 
1699
  "_type": "Value"
1700
  },
 
 
1701
  "_type": "Sequence"
1702
  },
1703
  "answer": {
 
1704
  "names": [
1705
  "A",
1706
  "B",
1707
  "C",
1708
  "D"
1709
  ],
 
1710
  "_type": "ClassLabel"
1711
  }
1712
  },
1713
+ "builder_name": "parquet",
1714
+ "dataset_name": "mmlu",
 
 
1715
  "config_name": "high_school_macroeconomics",
1716
  "version": {
1717
  "version_str": "1.0.0",
 
1718
  "major": 1,
1719
  "minor": 0,
1720
  "patch": 0
 
1722
  "splits": {
1723
  "auxiliary_train": {
1724
  "name": "auxiliary_train",
1725
+ "num_bytes": 161000625,
1726
  "num_examples": 99842,
1727
+ "dataset_name": null
1728
  },
1729
  "test": {
1730
  "name": "test",
1731
+ "num_bytes": 129375,
1732
  "num_examples": 390,
1733
+ "dataset_name": null
1734
  },
1735
  "validation": {
1736
  "name": "validation",
1737
+ "num_bytes": 14298,
1738
  "num_examples": 43,
1739
+ "dataset_name": null
1740
  },
1741
  "dev": {
1742
  "name": "dev",
1743
+ "num_bytes": 1466,
1744
  "num_examples": 5,
1745
+ "dataset_name": null
 
 
 
 
 
 
1746
  }
1747
  },
1748
+ "download_size": 47231078,
1749
+ "dataset_size": 161145764,
1750
+ "size_in_bytes": 208376842
 
1751
  },
1752
  "high_school_mathematics": {
1753
  "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_macroeconomics/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_macroeconomics/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3fbfb70717d6dabe1ee1e7a29397f527de51ba1a270102b5a101e5b62ca45da
3
+ size 3482
high_school_macroeconomics/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:586fb112139a54ed3cb2561df195219a8ed28917d703742d3659cbeff2e0dad6
3
+ size 54279
high_school_macroeconomics/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61039fcfd2a20da8054da59d1f547cf7d7144f48ee51d7093d1f687b6f620d48
3
+ size 9362