Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
SaylorTwift HF Staff commited on
Commit
3185a2d
·
verified ·
1 Parent(s): 13be70f

Add 'elementary_mathematics' config data files

Browse files
README.md CHANGED
@@ -522,6 +522,8 @@ dataset_info:
522
  features:
523
  - name: question
524
  dtype: string
 
 
525
  - name: choices
526
  sequence: string
527
  - name: answer
@@ -534,19 +536,19 @@ dataset_info:
534
  '3': D
535
  splits:
536
  - name: auxiliary_train
537
- num_bytes: 160601377
538
  num_examples: 99842
539
  - name: test
540
- num_bytes: 70108
541
  num_examples: 378
542
  - name: validation
543
- num_bytes: 8988
544
  num_examples: 41
545
  - name: dev
546
- num_bytes: 1440
547
  num_examples: 5
548
- download_size: 166184960
549
- dataset_size: 160681913
550
  - config_name: formal_logic
551
  features:
552
  - name: question
@@ -1897,6 +1899,16 @@ configs:
1897
  path: electrical_engineering/validation-*
1898
  - split: dev
1899
  path: electrical_engineering/dev-*
 
 
 
 
 
 
 
 
 
 
1900
  ---
1901
 
1902
  # Dataset Card for MMLU
 
522
  features:
523
  - name: question
524
  dtype: string
525
+ - name: subject
526
+ dtype: string
527
  - name: choices
528
  sequence: string
529
  - name: answer
 
536
  '3': D
537
  splits:
538
  - name: auxiliary_train
539
+ num_bytes: 161000625
540
  num_examples: 99842
541
  - name: test
542
+ num_bytes: 79924
543
  num_examples: 378
544
  - name: validation
545
+ num_bytes: 10042
546
  num_examples: 41
547
  - name: dev
548
+ num_bytes: 1558
549
  num_examples: 5
550
+ download_size: 47216972
551
+ dataset_size: 161092149
552
  - config_name: formal_logic
553
  features:
554
  - name: question
 
1899
  path: electrical_engineering/validation-*
1900
  - split: dev
1901
  path: electrical_engineering/dev-*
1902
+ - config_name: elementary_mathematics
1903
+ data_files:
1904
+ - split: auxiliary_train
1905
+ path: elementary_mathematics/auxiliary_train-*
1906
+ - split: test
1907
+ path: elementary_mathematics/test-*
1908
+ - split: validation
1909
+ path: elementary_mathematics/validation-*
1910
+ - split: dev
1911
+ path: elementary_mathematics/dev-*
1912
  ---
1913
 
1914
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -1057,39 +1057,34 @@
1057
  "features": {
1058
  "question": {
1059
  "dtype": "string",
1060
- "id": null,
 
 
 
1061
  "_type": "Value"
1062
  },
1063
  "choices": {
1064
  "feature": {
1065
  "dtype": "string",
1066
- "id": null,
1067
  "_type": "Value"
1068
  },
1069
- "length": -1,
1070
- "id": null,
1071
  "_type": "Sequence"
1072
  },
1073
  "answer": {
1074
- "num_classes": 4,
1075
  "names": [
1076
  "A",
1077
  "B",
1078
  "C",
1079
  "D"
1080
  ],
1081
- "id": null,
1082
  "_type": "ClassLabel"
1083
  }
1084
  },
1085
- "post_processed": null,
1086
- "supervised_keys": null,
1087
- "task_templates": null,
1088
- "builder_name": "mmlu",
1089
  "config_name": "elementary_mathematics",
1090
  "version": {
1091
  "version_str": "1.0.0",
1092
- "description": null,
1093
  "major": 1,
1094
  "minor": 0,
1095
  "patch": 0
@@ -1097,39 +1092,32 @@
1097
  "splits": {
1098
  "auxiliary_train": {
1099
  "name": "auxiliary_train",
1100
- "num_bytes": 160601257,
1101
  "num_examples": 99842,
1102
- "dataset_name": "mmlu"
1103
  },
1104
  "test": {
1105
  "name": "test",
1106
- "num_bytes": 70096,
1107
  "num_examples": 378,
1108
- "dataset_name": "mmlu"
1109
  },
1110
  "validation": {
1111
  "name": "validation",
1112
- "num_bytes": 8976,
1113
  "num_examples": 41,
1114
- "dataset_name": "mmlu"
1115
  },
1116
  "dev": {
1117
  "name": "dev",
1118
- "num_bytes": 1428,
1119
  "num_examples": 5,
1120
- "dataset_name": "mmlu"
1121
- }
1122
- },
1123
- "download_checksums": {
1124
- "data.tar": {
1125
- "num_bytes": 166184960,
1126
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
1127
  }
1128
  },
1129
- "download_size": 166184960,
1130
- "post_processing_size": null,
1131
- "dataset_size": 160681757,
1132
- "size_in_bytes": 326866717
1133
  },
1134
  "formal_logic": {
1135
  "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",
 
1057
  "features": {
1058
  "question": {
1059
  "dtype": "string",
1060
+ "_type": "Value"
1061
+ },
1062
+ "subject": {
1063
+ "dtype": "string",
1064
  "_type": "Value"
1065
  },
1066
  "choices": {
1067
  "feature": {
1068
  "dtype": "string",
 
1069
  "_type": "Value"
1070
  },
 
 
1071
  "_type": "Sequence"
1072
  },
1073
  "answer": {
 
1074
  "names": [
1075
  "A",
1076
  "B",
1077
  "C",
1078
  "D"
1079
  ],
 
1080
  "_type": "ClassLabel"
1081
  }
1082
  },
1083
+ "builder_name": "parquet",
1084
+ "dataset_name": "mmlu",
 
 
1085
  "config_name": "elementary_mathematics",
1086
  "version": {
1087
  "version_str": "1.0.0",
 
1088
  "major": 1,
1089
  "minor": 0,
1090
  "patch": 0
 
1092
  "splits": {
1093
  "auxiliary_train": {
1094
  "name": "auxiliary_train",
1095
+ "num_bytes": 161000625,
1096
  "num_examples": 99842,
1097
+ "dataset_name": null
1098
  },
1099
  "test": {
1100
  "name": "test",
1101
+ "num_bytes": 79924,
1102
  "num_examples": 378,
1103
+ "dataset_name": null
1104
  },
1105
  "validation": {
1106
  "name": "validation",
1107
+ "num_bytes": 10042,
1108
  "num_examples": 41,
1109
+ "dataset_name": null
1110
  },
1111
  "dev": {
1112
  "name": "dev",
1113
+ "num_bytes": 1558,
1114
  "num_examples": 5,
1115
+ "dataset_name": null
 
 
 
 
 
 
1116
  }
1117
  },
1118
+ "download_size": 47216972,
1119
+ "dataset_size": 161092149,
1120
+ "size_in_bytes": 208309121
 
1121
  },
1122
  "formal_logic": {
1123
  "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",
elementary_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
elementary_mathematics/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:678c76c7e08f1b3574813c907036dc3136a15dddd7a8760155da3811e31078d7
3
+ size 3831
elementary_mathematics/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10e527669c820dfcfcacc7c73a597bcb4b34f542b1d14b94cc809cb6a1409d42
3
+ size 40650
elementary_mathematics/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c418d15f743a60cbb9110219e1fb58a3ec89bec32522d6f71baed46d9cf83e7
3
+ size 8536