Datasets:

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

Add 'high_school_statistics' config data files

Browse files
README.md CHANGED
@@ -956,6 +956,8 @@ dataset_info:
956
  features:
957
  - name: question
958
  dtype: string
 
 
959
  - name: choices
960
  sequence: string
961
  - name: answer
@@ -968,19 +970,19 @@ dataset_info:
968
  '3': D
969
  splits:
970
  - name: auxiliary_train
971
- num_bytes: 160601377
972
  num_examples: 99842
973
  - name: test
974
- num_bytes: 110702
975
  num_examples: 216
976
  - name: validation
977
- num_bytes: 9997
978
  num_examples: 23
979
  - name: dev
980
- num_bytes: 2528
981
  num_examples: 5
982
- download_size: 166184960
983
- dataset_size: 160724604
984
  - config_name: high_school_us_history
985
  features:
986
  - name: question
@@ -2065,6 +2067,16 @@ configs:
2065
  path: high_school_psychology/validation-*
2066
  - split: dev
2067
  path: high_school_psychology/dev-*
 
 
 
 
 
 
 
 
 
 
2068
  ---
2069
 
2070
  # Dataset Card for MMLU
 
956
  features:
957
  - name: question
958
  dtype: string
959
+ - name: subject
960
+ dtype: string
961
  - name: choices
962
  sequence: string
963
  - name: answer
 
970
  '3': D
971
  splits:
972
  - name: auxiliary_train
973
+ num_bytes: 161000625
974
  num_examples: 99842
975
  - name: test
976
+ num_bytes: 116306
977
  num_examples: 216
978
  - name: validation
979
+ num_bytes: 10583
980
  num_examples: 23
981
  - name: dev
982
+ num_bytes: 2646
983
  num_examples: 5
984
+ download_size: 47236110
985
+ dataset_size: 161130160
986
  - config_name: high_school_us_history
987
  features:
988
  - name: question
 
2067
  path: high_school_psychology/validation-*
2068
  - split: dev
2069
  path: high_school_psychology/dev-*
2070
+ - config_name: high_school_statistics
2071
+ data_files:
2072
+ - split: auxiliary_train
2073
+ path: high_school_statistics/auxiliary_train-*
2074
+ - split: test
2075
+ path: high_school_statistics/test-*
2076
+ - split: validation
2077
+ path: high_school_statistics/validation-*
2078
+ - split: dev
2079
+ path: high_school_statistics/dev-*
2080
  ---
2081
 
2082
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -2037,39 +2037,34 @@
2037
  "features": {
2038
  "question": {
2039
  "dtype": "string",
2040
- "id": null,
 
 
 
2041
  "_type": "Value"
2042
  },
2043
  "choices": {
2044
  "feature": {
2045
  "dtype": "string",
2046
- "id": null,
2047
  "_type": "Value"
2048
  },
2049
- "length": -1,
2050
- "id": null,
2051
  "_type": "Sequence"
2052
  },
2053
  "answer": {
2054
- "num_classes": 4,
2055
  "names": [
2056
  "A",
2057
  "B",
2058
  "C",
2059
  "D"
2060
  ],
2061
- "id": null,
2062
  "_type": "ClassLabel"
2063
  }
2064
  },
2065
- "post_processed": null,
2066
- "supervised_keys": null,
2067
- "task_templates": null,
2068
- "builder_name": "mmlu",
2069
  "config_name": "high_school_statistics",
2070
  "version": {
2071
  "version_str": "1.0.0",
2072
- "description": null,
2073
  "major": 1,
2074
  "minor": 0,
2075
  "patch": 0
@@ -2077,39 +2072,32 @@
2077
  "splits": {
2078
  "auxiliary_train": {
2079
  "name": "auxiliary_train",
2080
- "num_bytes": 160601257,
2081
  "num_examples": 99842,
2082
- "dataset_name": "mmlu"
2083
  },
2084
  "test": {
2085
  "name": "test",
2086
- "num_bytes": 110690,
2087
  "num_examples": 216,
2088
- "dataset_name": "mmlu"
2089
  },
2090
  "validation": {
2091
  "name": "validation",
2092
- "num_bytes": 9985,
2093
  "num_examples": 23,
2094
- "dataset_name": "mmlu"
2095
  },
2096
  "dev": {
2097
  "name": "dev",
2098
- "num_bytes": 2516,
2099
  "num_examples": 5,
2100
- "dataset_name": "mmlu"
2101
- }
2102
- },
2103
- "download_checksums": {
2104
- "data.tar": {
2105
- "num_bytes": 166184960,
2106
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
2107
  }
2108
  },
2109
- "download_size": 166184960,
2110
- "post_processing_size": null,
2111
- "dataset_size": 160724448,
2112
- "size_in_bytes": 326909408
2113
  },
2114
  "high_school_us_history": {
2115
  "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",
 
2037
  "features": {
2038
  "question": {
2039
  "dtype": "string",
2040
+ "_type": "Value"
2041
+ },
2042
+ "subject": {
2043
+ "dtype": "string",
2044
  "_type": "Value"
2045
  },
2046
  "choices": {
2047
  "feature": {
2048
  "dtype": "string",
 
2049
  "_type": "Value"
2050
  },
 
 
2051
  "_type": "Sequence"
2052
  },
2053
  "answer": {
 
2054
  "names": [
2055
  "A",
2056
  "B",
2057
  "C",
2058
  "D"
2059
  ],
 
2060
  "_type": "ClassLabel"
2061
  }
2062
  },
2063
+ "builder_name": "parquet",
2064
+ "dataset_name": "mmlu",
 
 
2065
  "config_name": "high_school_statistics",
2066
  "version": {
2067
  "version_str": "1.0.0",
 
2068
  "major": 1,
2069
  "minor": 0,
2070
  "patch": 0
 
2072
  "splits": {
2073
  "auxiliary_train": {
2074
  "name": "auxiliary_train",
2075
+ "num_bytes": 161000625,
2076
  "num_examples": 99842,
2077
+ "dataset_name": null
2078
  },
2079
  "test": {
2080
  "name": "test",
2081
+ "num_bytes": 116306,
2082
  "num_examples": 216,
2083
+ "dataset_name": null
2084
  },
2085
  "validation": {
2086
  "name": "validation",
2087
+ "num_bytes": 10583,
2088
  "num_examples": 23,
2089
+ "dataset_name": null
2090
  },
2091
  "dev": {
2092
  "name": "dev",
2093
+ "num_bytes": 2646,
2094
  "num_examples": 5,
2095
+ "dataset_name": null
 
 
 
 
 
 
2096
  }
2097
  },
2098
+ "download_size": 47236110,
2099
+ "dataset_size": 161130160,
2100
+ "size_in_bytes": 208366270
 
2101
  },
2102
  "high_school_us_history": {
2103
  "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_statistics/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_statistics/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4de1b914ab66c1564a27725311e23865c2eb8c52decacd6a0a0e1cdb9db3236b
3
+ size 5044
high_school_statistics/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7efaa3c59848bce966288ac3886d1d87d4f46492d8c345c31d39cbe97d2d1363
3
+ size 57348
high_school_statistics/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:989f235b7a8513f40da0d4e7b67b2c867ebf1d1e3867c10cdbb3f69e40a63f51
3
+ size 9763