Datasets:

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

Add 'high_school_physics' config data files

Browse files
README.md CHANGED
@@ -894,6 +894,8 @@ dataset_info:
894
  features:
895
  - name: question
896
  dtype: string
 
 
897
  - name: choices
898
  sequence: string
899
  - name: answer
@@ -906,19 +908,19 @@ dataset_info:
906
  '3': D
907
  splits:
908
  - name: auxiliary_train
909
- num_bytes: 160601377
910
  num_examples: 99842
911
  - name: test
912
- num_bytes: 59538
913
  num_examples: 151
914
  - name: validation
915
- num_bytes: 6771
916
  num_examples: 17
917
  - name: dev
918
- num_bytes: 1489
919
  num_examples: 5
920
- download_size: 166184960
921
- dataset_size: 160669175
922
  - config_name: high_school_psychology
923
  features:
924
  - name: question
@@ -2041,6 +2043,16 @@ configs:
2041
  path: high_school_microeconomics/validation-*
2042
  - split: dev
2043
  path: high_school_microeconomics/dev-*
 
 
 
 
 
 
 
 
 
 
2044
  ---
2045
 
2046
  # Dataset Card for MMLU
 
894
  features:
895
  - name: question
896
  dtype: string
897
+ - name: subject
898
+ dtype: string
899
  - name: choices
900
  sequence: string
901
  - name: answer
 
908
  '3': D
909
  splits:
910
  - name: auxiliary_train
911
+ num_bytes: 161000625
912
  num_examples: 99842
913
  - name: test
914
+ num_bytes: 62999
915
  num_examples: 151
916
  - name: validation
917
+ num_bytes: 7150
918
  num_examples: 17
919
  - name: dev
920
+ num_bytes: 1592
921
  num_examples: 5
922
+ download_size: 47207223
923
+ dataset_size: 161072366
924
  - config_name: high_school_psychology
925
  features:
926
  - name: question
 
2043
  path: high_school_microeconomics/validation-*
2044
  - split: dev
2045
  path: high_school_microeconomics/dev-*
2046
+ - config_name: high_school_physics
2047
+ data_files:
2048
+ - split: auxiliary_train
2049
+ path: high_school_physics/auxiliary_train-*
2050
+ - split: test
2051
+ path: high_school_physics/test-*
2052
+ - split: validation
2053
+ path: high_school_physics/validation-*
2054
+ - split: dev
2055
+ path: high_school_physics/dev-*
2056
  ---
2057
 
2058
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -1897,39 +1897,34 @@
1897
  "features": {
1898
  "question": {
1899
  "dtype": "string",
1900
- "id": null,
 
 
 
1901
  "_type": "Value"
1902
  },
1903
  "choices": {
1904
  "feature": {
1905
  "dtype": "string",
1906
- "id": null,
1907
  "_type": "Value"
1908
  },
1909
- "length": -1,
1910
- "id": null,
1911
  "_type": "Sequence"
1912
  },
1913
  "answer": {
1914
- "num_classes": 4,
1915
  "names": [
1916
  "A",
1917
  "B",
1918
  "C",
1919
  "D"
1920
  ],
1921
- "id": null,
1922
  "_type": "ClassLabel"
1923
  }
1924
  },
1925
- "post_processed": null,
1926
- "supervised_keys": null,
1927
- "task_templates": null,
1928
- "builder_name": "mmlu",
1929
  "config_name": "high_school_physics",
1930
  "version": {
1931
  "version_str": "1.0.0",
1932
- "description": null,
1933
  "major": 1,
1934
  "minor": 0,
1935
  "patch": 0
@@ -1937,39 +1932,32 @@
1937
  "splits": {
1938
  "auxiliary_train": {
1939
  "name": "auxiliary_train",
1940
- "num_bytes": 160601257,
1941
  "num_examples": 99842,
1942
- "dataset_name": "mmlu"
1943
  },
1944
  "test": {
1945
  "name": "test",
1946
- "num_bytes": 59526,
1947
  "num_examples": 151,
1948
- "dataset_name": "mmlu"
1949
  },
1950
  "validation": {
1951
  "name": "validation",
1952
- "num_bytes": 6759,
1953
  "num_examples": 17,
1954
- "dataset_name": "mmlu"
1955
  },
1956
  "dev": {
1957
  "name": "dev",
1958
- "num_bytes": 1477,
1959
  "num_examples": 5,
1960
- "dataset_name": "mmlu"
1961
- }
1962
- },
1963
- "download_checksums": {
1964
- "data.tar": {
1965
- "num_bytes": 166184960,
1966
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
1967
  }
1968
  },
1969
- "download_size": 166184960,
1970
- "post_processing_size": null,
1971
- "dataset_size": 160669019,
1972
- "size_in_bytes": 326853979
1973
  },
1974
  "high_school_psychology": {
1975
  "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",
 
1897
  "features": {
1898
  "question": {
1899
  "dtype": "string",
1900
+ "_type": "Value"
1901
+ },
1902
+ "subject": {
1903
+ "dtype": "string",
1904
  "_type": "Value"
1905
  },
1906
  "choices": {
1907
  "feature": {
1908
  "dtype": "string",
 
1909
  "_type": "Value"
1910
  },
 
 
1911
  "_type": "Sequence"
1912
  },
1913
  "answer": {
 
1914
  "names": [
1915
  "A",
1916
  "B",
1917
  "C",
1918
  "D"
1919
  ],
 
1920
  "_type": "ClassLabel"
1921
  }
1922
  },
1923
+ "builder_name": "parquet",
1924
+ "dataset_name": "mmlu",
 
 
1925
  "config_name": "high_school_physics",
1926
  "version": {
1927
  "version_str": "1.0.0",
 
1928
  "major": 1,
1929
  "minor": 0,
1930
  "patch": 0
 
1932
  "splits": {
1933
  "auxiliary_train": {
1934
  "name": "auxiliary_train",
1935
+ "num_bytes": 161000625,
1936
  "num_examples": 99842,
1937
+ "dataset_name": null
1938
  },
1939
  "test": {
1940
  "name": "test",
1941
+ "num_bytes": 62999,
1942
  "num_examples": 151,
1943
+ "dataset_name": null
1944
  },
1945
  "validation": {
1946
  "name": "validation",
1947
+ "num_bytes": 7150,
1948
  "num_examples": 17,
1949
+ "dataset_name": null
1950
  },
1951
  "dev": {
1952
  "name": "dev",
1953
+ "num_bytes": 1592,
1954
  "num_examples": 5,
1955
+ "dataset_name": null
 
 
 
 
 
 
1956
  }
1957
  },
1958
+ "download_size": 47207223,
1959
+ "dataset_size": 161072366,
1960
+ "size_in_bytes": 208279589
 
1961
  },
1962
  "high_school_psychology": {
1963
  "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_physics/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_physics/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf44471d66aa7d40a24d942073565b47a3bc471eed2036d6c79f782c90acb83a
3
+ size 3845
high_school_physics/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de1a000fa139d24c25d7d75633341b859a3f38f076e84d45b8d393b1aa030768
3
+ size 32248
high_school_physics/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fe852a82d6abb458d31a5ce64c4d2bf81fb008cc0891fa78d51868901ba2445
3
+ size 7175