Datasets:

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

Add 'high_school_geography' config data files

Browse files
README.md CHANGED
@@ -739,6 +739,8 @@ dataset_info:
739
  features:
740
  - name: question
741
  dtype: string
 
 
742
  - name: choices
743
  sequence: string
744
  - name: answer
@@ -751,19 +753,19 @@ dataset_info:
751
  '3': D
752
  splits:
753
  - name: auxiliary_train
754
- num_bytes: 160601377
755
  num_examples: 99842
756
  - name: test
757
- num_bytes: 42034
758
  num_examples: 198
759
  - name: validation
760
- num_bytes: 4332
761
  num_examples: 22
762
  - name: dev
763
- num_bytes: 1403
764
  num_examples: 5
765
- download_size: 166184960
766
- dataset_size: 160649146
767
  - config_name: high_school_government_and_politics
768
  features:
769
  - name: question
@@ -1981,6 +1983,16 @@ configs:
1981
  path: high_school_european_history/validation-*
1982
  - split: dev
1983
  path: high_school_european_history/dev-*
 
 
 
 
 
 
 
 
 
 
1984
  ---
1985
 
1986
  # Dataset Card for MMLU
 
739
  features:
740
  - name: question
741
  dtype: string
742
+ - name: subject
743
+ dtype: string
744
  - name: choices
745
  sequence: string
746
  - name: answer
 
753
  '3': D
754
  splits:
755
  - name: auxiliary_train
756
+ num_bytes: 161000625
757
  num_examples: 99842
758
  - name: test
759
+ num_bytes: 46972
760
  num_examples: 198
761
  - name: validation
762
+ num_bytes: 4870
763
  num_examples: 22
764
  - name: dev
765
+ num_bytes: 1516
766
  num_examples: 5
767
+ download_size: 47200648
768
+ dataset_size: 161053983
769
  - config_name: high_school_government_and_politics
770
  features:
771
  - name: question
 
1983
  path: high_school_european_history/validation-*
1984
  - split: dev
1985
  path: high_school_european_history/dev-*
1986
+ - config_name: high_school_geography
1987
+ data_files:
1988
+ - split: auxiliary_train
1989
+ path: high_school_geography/auxiliary_train-*
1990
+ - split: test
1991
+ path: high_school_geography/test-*
1992
+ - split: validation
1993
+ path: high_school_geography/validation-*
1994
+ - split: dev
1995
+ path: high_school_geography/dev-*
1996
  ---
1997
 
1998
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -1547,39 +1547,34 @@
1547
  "features": {
1548
  "question": {
1549
  "dtype": "string",
1550
- "id": null,
 
 
 
1551
  "_type": "Value"
1552
  },
1553
  "choices": {
1554
  "feature": {
1555
  "dtype": "string",
1556
- "id": null,
1557
  "_type": "Value"
1558
  },
1559
- "length": -1,
1560
- "id": null,
1561
  "_type": "Sequence"
1562
  },
1563
  "answer": {
1564
- "num_classes": 4,
1565
  "names": [
1566
  "A",
1567
  "B",
1568
  "C",
1569
  "D"
1570
  ],
1571
- "id": null,
1572
  "_type": "ClassLabel"
1573
  }
1574
  },
1575
- "post_processed": null,
1576
- "supervised_keys": null,
1577
- "task_templates": null,
1578
- "builder_name": "mmlu",
1579
  "config_name": "high_school_geography",
1580
  "version": {
1581
  "version_str": "1.0.0",
1582
- "description": null,
1583
  "major": 1,
1584
  "minor": 0,
1585
  "patch": 0
@@ -1587,39 +1582,32 @@
1587
  "splits": {
1588
  "auxiliary_train": {
1589
  "name": "auxiliary_train",
1590
- "num_bytes": 160601257,
1591
  "num_examples": 99842,
1592
- "dataset_name": "mmlu"
1593
  },
1594
  "test": {
1595
  "name": "test",
1596
- "num_bytes": 42022,
1597
  "num_examples": 198,
1598
- "dataset_name": "mmlu"
1599
  },
1600
  "validation": {
1601
  "name": "validation",
1602
- "num_bytes": 4320,
1603
  "num_examples": 22,
1604
- "dataset_name": "mmlu"
1605
  },
1606
  "dev": {
1607
  "name": "dev",
1608
- "num_bytes": 1391,
1609
  "num_examples": 5,
1610
- "dataset_name": "mmlu"
1611
- }
1612
- },
1613
- "download_checksums": {
1614
- "data.tar": {
1615
- "num_bytes": 166184960,
1616
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
1617
  }
1618
  },
1619
- "download_size": 166184960,
1620
- "post_processing_size": null,
1621
- "dataset_size": 160648990,
1622
- "size_in_bytes": 326833950
1623
  },
1624
  "high_school_government_and_politics": {
1625
  "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",
 
1547
  "features": {
1548
  "question": {
1549
  "dtype": "string",
1550
+ "_type": "Value"
1551
+ },
1552
+ "subject": {
1553
+ "dtype": "string",
1554
  "_type": "Value"
1555
  },
1556
  "choices": {
1557
  "feature": {
1558
  "dtype": "string",
 
1559
  "_type": "Value"
1560
  },
 
 
1561
  "_type": "Sequence"
1562
  },
1563
  "answer": {
 
1564
  "names": [
1565
  "A",
1566
  "B",
1567
  "C",
1568
  "D"
1569
  ],
 
1570
  "_type": "ClassLabel"
1571
  }
1572
  },
1573
+ "builder_name": "parquet",
1574
+ "dataset_name": "mmlu",
 
 
1575
  "config_name": "high_school_geography",
1576
  "version": {
1577
  "version_str": "1.0.0",
 
1578
  "major": 1,
1579
  "minor": 0,
1580
  "patch": 0
 
1582
  "splits": {
1583
  "auxiliary_train": {
1584
  "name": "auxiliary_train",
1585
+ "num_bytes": 161000625,
1586
  "num_examples": 99842,
1587
+ "dataset_name": null
1588
  },
1589
  "test": {
1590
  "name": "test",
1591
+ "num_bytes": 46972,
1592
  "num_examples": 198,
1593
+ "dataset_name": null
1594
  },
1595
  "validation": {
1596
  "name": "validation",
1597
+ "num_bytes": 4870,
1598
  "num_examples": 22,
1599
+ "dataset_name": null
1600
  },
1601
  "dev": {
1602
  "name": "dev",
1603
+ "num_bytes": 1516,
1604
  "num_examples": 5,
1605
+ "dataset_name": null
 
 
 
 
 
 
1606
  }
1607
  },
1608
+ "download_size": 47200648,
1609
+ "dataset_size": 161053983,
1610
+ "size_in_bytes": 208254631
 
1611
  },
1612
  "high_school_government_and_politics": {
1613
  "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_geography/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_geography/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:363f83dbe11ebef618049b54ccca44c35caec5bbda25f5524cd5b6981a5d6350
3
+ size 3406
high_school_geography/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0c819342bf1f221b63e3495d1c4cfe876407ab78b1497fd5c179c1c58ac6362
3
+ size 27634
high_school_geography/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d58db056ca84df83dea06c43a574456f9a4f8447d0344b439d2615d11d0375d1
3
+ size 5653