Datasets:

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

Add 'high_school_psychology' config data files

Browse files
README.md CHANGED
@@ -925,6 +925,8 @@ dataset_info:
925
  features:
926
  - name: question
927
  dtype: string
 
 
928
  - name: choices
929
  sequence: string
930
  - name: answer
@@ -937,19 +939,19 @@ dataset_info:
937
  '3': D
938
  splits:
939
  - name: auxiliary_train
940
- num_bytes: 160601377
941
  num_examples: 99842
942
  - name: test
943
- num_bytes: 159407
944
  num_examples: 545
945
  - name: validation
946
- num_bytes: 17269
947
  num_examples: 60
948
  - name: dev
949
- num_bytes: 1905
950
  num_examples: 5
951
- download_size: 166184960
952
- dataset_size: 160779958
953
  - config_name: high_school_statistics
954
  features:
955
  - name: question
@@ -2053,6 +2055,16 @@ configs:
2053
  path: high_school_physics/validation-*
2054
  - split: dev
2055
  path: high_school_physics/dev-*
 
 
 
 
 
 
 
 
 
 
2056
  ---
2057
 
2058
  # Dataset Card for MMLU
 
925
  features:
926
  - name: question
927
  dtype: string
928
+ - name: subject
929
+ dtype: string
930
  - name: choices
931
  sequence: string
932
  - name: answer
 
939
  '3': D
940
  splits:
941
  - name: auxiliary_train
942
+ num_bytes: 161000625
943
  num_examples: 99842
944
  - name: test
945
+ num_bytes: 173565
946
  num_examples: 545
947
  - name: validation
948
+ num_bytes: 18817
949
  num_examples: 60
950
  - name: dev
951
+ num_bytes: 2023
952
  num_examples: 5
953
+ download_size: 47274794
954
+ dataset_size: 161195030
955
  - config_name: high_school_statistics
956
  features:
957
  - name: question
 
2055
  path: high_school_physics/validation-*
2056
  - split: dev
2057
  path: high_school_physics/dev-*
2058
+ - config_name: high_school_psychology
2059
+ data_files:
2060
+ - split: auxiliary_train
2061
+ path: high_school_psychology/auxiliary_train-*
2062
+ - split: test
2063
+ path: high_school_psychology/test-*
2064
+ - split: validation
2065
+ path: high_school_psychology/validation-*
2066
+ - split: dev
2067
+ path: high_school_psychology/dev-*
2068
  ---
2069
 
2070
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -1967,39 +1967,34 @@
1967
  "features": {
1968
  "question": {
1969
  "dtype": "string",
1970
- "id": null,
 
 
 
1971
  "_type": "Value"
1972
  },
1973
  "choices": {
1974
  "feature": {
1975
  "dtype": "string",
1976
- "id": null,
1977
  "_type": "Value"
1978
  },
1979
- "length": -1,
1980
- "id": null,
1981
  "_type": "Sequence"
1982
  },
1983
  "answer": {
1984
- "num_classes": 4,
1985
  "names": [
1986
  "A",
1987
  "B",
1988
  "C",
1989
  "D"
1990
  ],
1991
- "id": null,
1992
  "_type": "ClassLabel"
1993
  }
1994
  },
1995
- "post_processed": null,
1996
- "supervised_keys": null,
1997
- "task_templates": null,
1998
- "builder_name": "mmlu",
1999
  "config_name": "high_school_psychology",
2000
  "version": {
2001
  "version_str": "1.0.0",
2002
- "description": null,
2003
  "major": 1,
2004
  "minor": 0,
2005
  "patch": 0
@@ -2007,39 +2002,32 @@
2007
  "splits": {
2008
  "auxiliary_train": {
2009
  "name": "auxiliary_train",
2010
- "num_bytes": 160601257,
2011
  "num_examples": 99842,
2012
- "dataset_name": "mmlu"
2013
  },
2014
  "test": {
2015
  "name": "test",
2016
- "num_bytes": 159395,
2017
  "num_examples": 545,
2018
- "dataset_name": "mmlu"
2019
  },
2020
  "validation": {
2021
  "name": "validation",
2022
- "num_bytes": 17257,
2023
  "num_examples": 60,
2024
- "dataset_name": "mmlu"
2025
  },
2026
  "dev": {
2027
  "name": "dev",
2028
- "num_bytes": 1893,
2029
  "num_examples": 5,
2030
- "dataset_name": "mmlu"
2031
- }
2032
- },
2033
- "download_checksums": {
2034
- "data.tar": {
2035
- "num_bytes": 166184960,
2036
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
2037
  }
2038
  },
2039
- "download_size": 166184960,
2040
- "post_processing_size": null,
2041
- "dataset_size": 160779802,
2042
- "size_in_bytes": 326964762
2043
  },
2044
  "high_school_statistics": {
2045
  "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",
 
1967
  "features": {
1968
  "question": {
1969
  "dtype": "string",
1970
+ "_type": "Value"
1971
+ },
1972
+ "subject": {
1973
+ "dtype": "string",
1974
  "_type": "Value"
1975
  },
1976
  "choices": {
1977
  "feature": {
1978
  "dtype": "string",
 
1979
  "_type": "Value"
1980
  },
 
 
1981
  "_type": "Sequence"
1982
  },
1983
  "answer": {
 
1984
  "names": [
1985
  "A",
1986
  "B",
1987
  "C",
1988
  "D"
1989
  ],
 
1990
  "_type": "ClassLabel"
1991
  }
1992
  },
1993
+ "builder_name": "parquet",
1994
+ "dataset_name": "mmlu",
 
 
1995
  "config_name": "high_school_psychology",
1996
  "version": {
1997
  "version_str": "1.0.0",
 
1998
  "major": 1,
1999
  "minor": 0,
2000
  "patch": 0
 
2002
  "splits": {
2003
  "auxiliary_train": {
2004
  "name": "auxiliary_train",
2005
+ "num_bytes": 161000625,
2006
  "num_examples": 99842,
2007
+ "dataset_name": null
2008
  },
2009
  "test": {
2010
  "name": "test",
2011
+ "num_bytes": 173565,
2012
  "num_examples": 545,
2013
+ "dataset_name": null
2014
  },
2015
  "validation": {
2016
  "name": "validation",
2017
+ "num_bytes": 18817,
2018
  "num_examples": 60,
2019
+ "dataset_name": null
2020
  },
2021
  "dev": {
2022
  "name": "dev",
2023
+ "num_bytes": 2023,
2024
  "num_examples": 5,
2025
+ "dataset_name": null
 
 
 
 
 
 
2026
  }
2027
  },
2028
+ "download_size": 47274794,
2029
+ "dataset_size": 161195030,
2030
+ "size_in_bytes": 208469824
 
2031
  },
2032
  "high_school_statistics": {
2033
  "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_psychology/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_psychology/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c15b0cb986cd6d4905b7d2abdda732feaec8f7fc085e2303aff269b45a9b35b
3
+ size 4416
high_school_psychology/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8813f69670bfd397552c168a778cd7fc43ea346b96b7c19dce1459c251804630
3
+ size 92004
high_school_psychology/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d4608772647c6c7d784a7a90b6f3674aaef234bb02ac7d02e49f7c134cbeef5
3
+ size 14419