Datasets:

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

Add 'high_school_european_history' config data files

Browse files
README.md CHANGED
@@ -708,6 +708,8 @@ dataset_info:
708
  features:
709
  - name: question
710
  dtype: string
 
 
711
  - name: choices
712
  sequence: string
713
  - name: answer
@@ -720,19 +722,19 @@ dataset_info:
720
  '3': D
721
  splits:
722
  - name: auxiliary_train
723
- num_bytes: 160601377
724
  num_examples: 99842
725
  - name: test
726
- num_bytes: 270300
727
  num_examples: 165
728
  - name: validation
729
- num_bytes: 29632
730
  num_examples: 18
731
  - name: dev
732
- num_bytes: 11564
733
  num_examples: 5
734
- download_size: 166184960
735
- dataset_size: 160912873
736
  - config_name: high_school_geography
737
  features:
738
  - name: question
@@ -1969,6 +1971,16 @@ configs:
1969
  path: high_school_computer_science/validation-*
1970
  - split: dev
1971
  path: high_school_computer_science/dev-*
 
 
 
 
 
 
 
 
 
 
1972
  ---
1973
 
1974
  # Dataset Card for MMLU
 
708
  features:
709
  - name: question
710
  dtype: string
711
+ - name: subject
712
+ dtype: string
713
  - name: choices
714
  sequence: string
715
  - name: answer
 
722
  '3': D
723
  splits:
724
  - name: auxiliary_train
725
+ num_bytes: 161000625
726
  num_examples: 99842
727
  - name: test
728
+ num_bytes: 275568
729
  num_examples: 165
730
  - name: validation
731
+ num_bytes: 30196
732
  num_examples: 18
733
  - name: dev
734
+ num_bytes: 11712
735
  num_examples: 5
736
+ download_size: 47349494
737
+ dataset_size: 161318101
738
  - config_name: high_school_geography
739
  features:
740
  - name: question
 
1971
  path: high_school_computer_science/validation-*
1972
  - split: dev
1973
  path: high_school_computer_science/dev-*
1974
+ - config_name: high_school_european_history
1975
+ data_files:
1976
+ - split: auxiliary_train
1977
+ path: high_school_european_history/auxiliary_train-*
1978
+ - split: test
1979
+ path: high_school_european_history/test-*
1980
+ - split: validation
1981
+ path: high_school_european_history/validation-*
1982
+ - split: dev
1983
+ path: high_school_european_history/dev-*
1984
  ---
1985
 
1986
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -1477,39 +1477,34 @@
1477
  "features": {
1478
  "question": {
1479
  "dtype": "string",
1480
- "id": null,
 
 
 
1481
  "_type": "Value"
1482
  },
1483
  "choices": {
1484
  "feature": {
1485
  "dtype": "string",
1486
- "id": null,
1487
  "_type": "Value"
1488
  },
1489
- "length": -1,
1490
- "id": null,
1491
  "_type": "Sequence"
1492
  },
1493
  "answer": {
1494
- "num_classes": 4,
1495
  "names": [
1496
  "A",
1497
  "B",
1498
  "C",
1499
  "D"
1500
  ],
1501
- "id": null,
1502
  "_type": "ClassLabel"
1503
  }
1504
  },
1505
- "post_processed": null,
1506
- "supervised_keys": null,
1507
- "task_templates": null,
1508
- "builder_name": "mmlu",
1509
  "config_name": "high_school_european_history",
1510
  "version": {
1511
  "version_str": "1.0.0",
1512
- "description": null,
1513
  "major": 1,
1514
  "minor": 0,
1515
  "patch": 0
@@ -1517,39 +1512,32 @@
1517
  "splits": {
1518
  "auxiliary_train": {
1519
  "name": "auxiliary_train",
1520
- "num_bytes": 160601257,
1521
  "num_examples": 99842,
1522
- "dataset_name": "mmlu"
1523
  },
1524
  "test": {
1525
  "name": "test",
1526
- "num_bytes": 270288,
1527
  "num_examples": 165,
1528
- "dataset_name": "mmlu"
1529
  },
1530
  "validation": {
1531
  "name": "validation",
1532
- "num_bytes": 29620,
1533
  "num_examples": 18,
1534
- "dataset_name": "mmlu"
1535
  },
1536
  "dev": {
1537
  "name": "dev",
1538
- "num_bytes": 11552,
1539
  "num_examples": 5,
1540
- "dataset_name": "mmlu"
1541
- }
1542
- },
1543
- "download_checksums": {
1544
- "data.tar": {
1545
- "num_bytes": 166184960,
1546
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
1547
  }
1548
  },
1549
- "download_size": 166184960,
1550
- "post_processing_size": null,
1551
- "dataset_size": 160912717,
1552
- "size_in_bytes": 327097677
1553
  },
1554
  "high_school_geography": {
1555
  "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",
 
1477
  "features": {
1478
  "question": {
1479
  "dtype": "string",
1480
+ "_type": "Value"
1481
+ },
1482
+ "subject": {
1483
+ "dtype": "string",
1484
  "_type": "Value"
1485
  },
1486
  "choices": {
1487
  "feature": {
1488
  "dtype": "string",
 
1489
  "_type": "Value"
1490
  },
 
 
1491
  "_type": "Sequence"
1492
  },
1493
  "answer": {
 
1494
  "names": [
1495
  "A",
1496
  "B",
1497
  "C",
1498
  "D"
1499
  ],
 
1500
  "_type": "ClassLabel"
1501
  }
1502
  },
1503
+ "builder_name": "parquet",
1504
+ "dataset_name": "mmlu",
 
 
1505
  "config_name": "high_school_european_history",
1506
  "version": {
1507
  "version_str": "1.0.0",
 
1508
  "major": 1,
1509
  "minor": 0,
1510
  "patch": 0
 
1512
  "splits": {
1513
  "auxiliary_train": {
1514
  "name": "auxiliary_train",
1515
+ "num_bytes": 161000625,
1516
  "num_examples": 99842,
1517
+ "dataset_name": null
1518
  },
1519
  "test": {
1520
  "name": "test",
1521
+ "num_bytes": 275568,
1522
  "num_examples": 165,
1523
+ "dataset_name": null
1524
  },
1525
  "validation": {
1526
  "name": "validation",
1527
+ "num_bytes": 30196,
1528
  "num_examples": 18,
1529
+ "dataset_name": null
1530
  },
1531
  "dev": {
1532
  "name": "dev",
1533
+ "num_bytes": 11712,
1534
  "num_examples": 5,
1535
+ "dataset_name": null
 
 
 
 
 
 
1536
  }
1537
  },
1538
+ "download_size": 47349494,
1539
+ "dataset_size": 161318101,
1540
+ "size_in_bytes": 208667595
 
1541
  },
1542
  "high_school_geography": {
1543
  "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_european_history/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_european_history/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1a3443ce2305cc8b00e5bd49c9b59c48a1ad27a0a3f86899d00296988744b4a
3
+ size 17800
high_school_european_history/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfcd59174317aa9e7e22efc58db624fe8f5eab64e3b205face0427f11835b13e
3
+ size 139850
high_school_european_history/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab18763d2d6d07a189d4b3fbf9b296f6250672648307e59525f8108e63c24799
3
+ size 27889