Datasets:

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

Add 'high_school_us_history' config data files

Browse files
README.md CHANGED
@@ -987,6 +987,8 @@ dataset_info:
987
  features:
988
  - name: question
989
  dtype: string
 
 
990
  - name: choices
991
  sequence: string
992
  - name: answer
@@ -999,19 +1001,19 @@ dataset_info:
999
  '3': D
1000
  splits:
1001
  - name: auxiliary_train
1002
- num_bytes: 160601377
1003
  num_examples: 99842
1004
  - name: test
1005
- num_bytes: 296734
1006
  num_examples: 204
1007
  - name: validation
1008
- num_bytes: 31706
1009
  num_examples: 22
1010
  - name: dev
1011
- num_bytes: 8864
1012
  num_examples: 5
1013
- download_size: 166184960
1014
- dataset_size: 160938681
1015
  - config_name: high_school_world_history
1016
  features:
1017
  - name: question
@@ -2077,6 +2079,16 @@ configs:
2077
  path: high_school_statistics/validation-*
2078
  - split: dev
2079
  path: high_school_statistics/dev-*
 
 
 
 
 
 
 
 
 
 
2080
  ---
2081
 
2082
  # Dataset Card for MMLU
 
987
  features:
988
  - name: question
989
  dtype: string
990
+ - name: subject
991
+ dtype: string
992
  - name: choices
993
  sequence: string
994
  - name: answer
 
1001
  '3': D
1002
  splits:
1003
  - name: auxiliary_train
1004
+ num_bytes: 161000625
1005
  num_examples: 99842
1006
  - name: test
1007
+ num_bytes: 302026
1008
  num_examples: 204
1009
  - name: validation
1010
+ num_bytes: 32266
1011
  num_examples: 22
1012
  - name: dev
1013
+ num_bytes: 8982
1014
  num_examples: 5
1015
+ download_size: 47355390
1016
+ dataset_size: 161343899
1017
  - config_name: high_school_world_history
1018
  features:
1019
  - name: question
 
2079
  path: high_school_statistics/validation-*
2080
  - split: dev
2081
  path: high_school_statistics/dev-*
2082
+ - config_name: high_school_us_history
2083
+ data_files:
2084
+ - split: auxiliary_train
2085
+ path: high_school_us_history/auxiliary_train-*
2086
+ - split: test
2087
+ path: high_school_us_history/test-*
2088
+ - split: validation
2089
+ path: high_school_us_history/validation-*
2090
+ - split: dev
2091
+ path: high_school_us_history/dev-*
2092
  ---
2093
 
2094
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -2107,39 +2107,34 @@
2107
  "features": {
2108
  "question": {
2109
  "dtype": "string",
2110
- "id": null,
 
 
 
2111
  "_type": "Value"
2112
  },
2113
  "choices": {
2114
  "feature": {
2115
  "dtype": "string",
2116
- "id": null,
2117
  "_type": "Value"
2118
  },
2119
- "length": -1,
2120
- "id": null,
2121
  "_type": "Sequence"
2122
  },
2123
  "answer": {
2124
- "num_classes": 4,
2125
  "names": [
2126
  "A",
2127
  "B",
2128
  "C",
2129
  "D"
2130
  ],
2131
- "id": null,
2132
  "_type": "ClassLabel"
2133
  }
2134
  },
2135
- "post_processed": null,
2136
- "supervised_keys": null,
2137
- "task_templates": null,
2138
- "builder_name": "mmlu",
2139
  "config_name": "high_school_us_history",
2140
  "version": {
2141
  "version_str": "1.0.0",
2142
- "description": null,
2143
  "major": 1,
2144
  "minor": 0,
2145
  "patch": 0
@@ -2147,39 +2142,32 @@
2147
  "splits": {
2148
  "auxiliary_train": {
2149
  "name": "auxiliary_train",
2150
- "num_bytes": 160601257,
2151
  "num_examples": 99842,
2152
- "dataset_name": "mmlu"
2153
  },
2154
  "test": {
2155
  "name": "test",
2156
- "num_bytes": 296722,
2157
  "num_examples": 204,
2158
- "dataset_name": "mmlu"
2159
  },
2160
  "validation": {
2161
  "name": "validation",
2162
- "num_bytes": 31694,
2163
  "num_examples": 22,
2164
- "dataset_name": "mmlu"
2165
  },
2166
  "dev": {
2167
  "name": "dev",
2168
- "num_bytes": 8852,
2169
  "num_examples": 5,
2170
- "dataset_name": "mmlu"
2171
- }
2172
- },
2173
- "download_checksums": {
2174
- "data.tar": {
2175
- "num_bytes": 166184960,
2176
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
2177
  }
2178
  },
2179
- "download_size": 166184960,
2180
- "post_processing_size": null,
2181
- "dataset_size": 160938525,
2182
- "size_in_bytes": 327123485
2183
  },
2184
  "high_school_world_history": {
2185
  "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",
 
2107
  "features": {
2108
  "question": {
2109
  "dtype": "string",
2110
+ "_type": "Value"
2111
+ },
2112
+ "subject": {
2113
+ "dtype": "string",
2114
  "_type": "Value"
2115
  },
2116
  "choices": {
2117
  "feature": {
2118
  "dtype": "string",
 
2119
  "_type": "Value"
2120
  },
 
 
2121
  "_type": "Sequence"
2122
  },
2123
  "answer": {
 
2124
  "names": [
2125
  "A",
2126
  "B",
2127
  "C",
2128
  "D"
2129
  ],
 
2130
  "_type": "ClassLabel"
2131
  }
2132
  },
2133
+ "builder_name": "parquet",
2134
+ "dataset_name": "mmlu",
 
 
2135
  "config_name": "high_school_us_history",
2136
  "version": {
2137
  "version_str": "1.0.0",
 
2138
  "major": 1,
2139
  "minor": 0,
2140
  "patch": 0
 
2142
  "splits": {
2143
  "auxiliary_train": {
2144
  "name": "auxiliary_train",
2145
+ "num_bytes": 161000625,
2146
  "num_examples": 99842,
2147
+ "dataset_name": null
2148
  },
2149
  "test": {
2150
  "name": "test",
2151
+ "num_bytes": 302026,
2152
  "num_examples": 204,
2153
+ "dataset_name": null
2154
  },
2155
  "validation": {
2156
  "name": "validation",
2157
+ "num_bytes": 32266,
2158
  "num_examples": 22,
2159
+ "dataset_name": null
2160
  },
2161
  "dev": {
2162
  "name": "dev",
2163
+ "num_bytes": 8982,
2164
  "num_examples": 5,
2165
+ "dataset_name": null
 
 
 
 
 
 
2166
  }
2167
  },
2168
+ "download_size": 47355390,
2169
+ "dataset_size": 161343899,
2170
+ "size_in_bytes": 208699289
 
2171
  },
2172
  "high_school_world_history": {
2173
  "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_us_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_us_history/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cfae9c7ebc45ed9a2dc994664ebbaa26fa385623e7b9e2ae145360665850523
3
+ size 14424
high_school_us_history/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ba730d00893798998822359eb19f1bc8873ffe139c07a78854ebdf69f3db9bd
3
+ size 152232
high_school_us_history/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:339708dc2eaa961fb63bac71f715d6512106ef2e1cb6655d41cbbfb23c43233d
3
+ size 24779