Datasets:

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

Add 'high_school_government_and_politics' config data files

Browse files
README.md CHANGED
@@ -770,6 +770,8 @@ dataset_info:
770
  features:
771
  - name: question
772
  dtype: string
 
 
773
  - name: choices
774
  sequence: string
775
  - name: answer
@@ -782,19 +784,19 @@ dataset_info:
782
  '3': D
783
  splits:
784
  - name: auxiliary_train
785
- num_bytes: 160601377
786
  num_examples: 99842
787
  - name: test
788
- num_bytes: 66074
789
  num_examples: 193
790
  - name: validation
791
- num_bytes: 7063
792
  num_examples: 21
793
  - name: dev
794
- num_bytes: 1779
795
  num_examples: 5
796
- download_size: 166184960
797
- dataset_size: 160676293
798
  - config_name: high_school_macroeconomics
799
  features:
800
  - name: question
@@ -1993,6 +1995,16 @@ configs:
1993
  path: high_school_geography/validation-*
1994
  - split: dev
1995
  path: high_school_geography/dev-*
 
 
 
 
 
 
 
 
 
 
1996
  ---
1997
 
1998
  # Dataset Card for MMLU
 
770
  features:
771
  - name: question
772
  dtype: string
773
+ - name: subject
774
+ dtype: string
775
  - name: choices
776
  sequence: string
777
  - name: answer
 
784
  '3': D
785
  splits:
786
  - name: auxiliary_train
787
+ num_bytes: 161000625
788
  num_examples: 99842
789
  - name: test
790
+ num_bytes: 73589
791
  num_examples: 193
792
  - name: validation
793
+ num_bytes: 7870
794
  num_examples: 21
795
  - name: dev
796
+ num_bytes: 1962
797
  num_examples: 5
798
+ download_size: 47214961
799
+ dataset_size: 161084046
800
  - config_name: high_school_macroeconomics
801
  features:
802
  - name: question
 
1995
  path: high_school_geography/validation-*
1996
  - split: dev
1997
  path: high_school_geography/dev-*
1998
+ - config_name: high_school_government_and_politics
1999
+ data_files:
2000
+ - split: auxiliary_train
2001
+ path: high_school_government_and_politics/auxiliary_train-*
2002
+ - split: test
2003
+ path: high_school_government_and_politics/test-*
2004
+ - split: validation
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
dataset_infos.json CHANGED
@@ -1617,39 +1617,34 @@
1617
  "features": {
1618
  "question": {
1619
  "dtype": "string",
1620
- "id": null,
 
 
 
1621
  "_type": "Value"
1622
  },
1623
  "choices": {
1624
  "feature": {
1625
  "dtype": "string",
1626
- "id": null,
1627
  "_type": "Value"
1628
  },
1629
- "length": -1,
1630
- "id": null,
1631
  "_type": "Sequence"
1632
  },
1633
  "answer": {
1634
- "num_classes": 4,
1635
  "names": [
1636
  "A",
1637
  "B",
1638
  "C",
1639
  "D"
1640
  ],
1641
- "id": null,
1642
  "_type": "ClassLabel"
1643
  }
1644
  },
1645
- "post_processed": null,
1646
- "supervised_keys": null,
1647
- "task_templates": null,
1648
- "builder_name": "mmlu",
1649
  "config_name": "high_school_government_and_politics",
1650
  "version": {
1651
  "version_str": "1.0.0",
1652
- "description": null,
1653
  "major": 1,
1654
  "minor": 0,
1655
  "patch": 0
@@ -1657,39 +1652,32 @@
1657
  "splits": {
1658
  "auxiliary_train": {
1659
  "name": "auxiliary_train",
1660
- "num_bytes": 160601257,
1661
  "num_examples": 99842,
1662
- "dataset_name": "mmlu"
1663
  },
1664
  "test": {
1665
  "name": "test",
1666
- "num_bytes": 66062,
1667
  "num_examples": 193,
1668
- "dataset_name": "mmlu"
1669
  },
1670
  "validation": {
1671
  "name": "validation",
1672
- "num_bytes": 7051,
1673
  "num_examples": 21,
1674
- "dataset_name": "mmlu"
1675
  },
1676
  "dev": {
1677
  "name": "dev",
1678
- "num_bytes": 1767,
1679
  "num_examples": 5,
1680
- "dataset_name": "mmlu"
1681
- }
1682
- },
1683
- "download_checksums": {
1684
- "data.tar": {
1685
- "num_bytes": 166184960,
1686
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
1687
  }
1688
  },
1689
- "download_size": 166184960,
1690
- "post_processing_size": null,
1691
- "dataset_size": 160676137,
1692
- "size_in_bytes": 326861097
1693
  },
1694
  "high_school_macroeconomics": {
1695
  "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",
 
1617
  "features": {
1618
  "question": {
1619
  "dtype": "string",
1620
+ "_type": "Value"
1621
+ },
1622
+ "subject": {
1623
+ "dtype": "string",
1624
  "_type": "Value"
1625
  },
1626
  "choices": {
1627
  "feature": {
1628
  "dtype": "string",
 
1629
  "_type": "Value"
1630
  },
 
 
1631
  "_type": "Sequence"
1632
  },
1633
  "answer": {
 
1634
  "names": [
1635
  "A",
1636
  "B",
1637
  "C",
1638
  "D"
1639
  ],
 
1640
  "_type": "ClassLabel"
1641
  }
1642
  },
1643
+ "builder_name": "parquet",
1644
+ "dataset_name": "mmlu",
 
 
1645
  "config_name": "high_school_government_and_politics",
1646
  "version": {
1647
  "version_str": "1.0.0",
 
1648
  "major": 1,
1649
  "minor": 0,
1650
  "patch": 0
 
1652
  "splits": {
1653
  "auxiliary_train": {
1654
  "name": "auxiliary_train",
1655
+ "num_bytes": 161000625,
1656
  "num_examples": 99842,
1657
+ "dataset_name": null
1658
  },
1659
  "test": {
1660
  "name": "test",
1661
+ "num_bytes": 73589,
1662
  "num_examples": 193,
1663
+ "dataset_name": null
1664
  },
1665
  "validation": {
1666
  "name": "validation",
1667
+ "num_bytes": 7870,
1668
  "num_examples": 21,
1669
+ "dataset_name": null
1670
  },
1671
  "dev": {
1672
  "name": "dev",
1673
+ "num_bytes": 1962,
1674
  "num_examples": 5,
1675
+ "dataset_name": null
 
 
 
 
 
 
1676
  }
1677
  },
1678
+ "download_size": 47214961,
1679
+ "dataset_size": 161084046,
1680
+ "size_in_bytes": 208299007
 
1681
  },
1682
  "high_school_macroeconomics": {
1683
  "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_government_and_politics/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_government_and_politics/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c39de5ee3db387caaa43814f2b006bc783a3217c32634823b4a5972ccf3ab397
3
+ size 3919
high_school_government_and_politics/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00dd810df6f248588e85544fd129c6f5badc71271d22019282046ec7a5d1c282
3
+ size 39522
high_school_government_and_politics/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5742db38103ebb5922b203611eb4ddae583d17dbe30ec62a5a952a1f0c87319
3
+ size 7565