Datasets:

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

Add 'world_religions' config data files

Browse files
README.md CHANGED
@@ -1793,6 +1793,8 @@ dataset_info:
1793
  features:
1794
  - name: question
1795
  dtype: string
 
 
1796
  - name: choices
1797
  sequence: string
1798
  - name: answer
@@ -1805,19 +1807,19 @@ dataset_info:
1805
  '3': D
1806
  splits:
1807
  - name: auxiliary_train
1808
- num_bytes: 160601377
1809
  num_examples: 99842
1810
  - name: test
1811
- num_bytes: 25274
1812
  num_examples: 171
1813
  - name: validation
1814
- num_bytes: 2765
1815
  num_examples: 19
1816
  - name: dev
1817
- num_bytes: 670
1818
  num_examples: 5
1819
- download_size: 166184960
1820
- dataset_size: 160630086
1821
  configs:
1822
  - config_name: abstract_algebra
1823
  data_files:
@@ -2389,6 +2391,16 @@ configs:
2389
  path: virology/validation-*
2390
  - split: dev
2391
  path: virology/dev-*
 
 
 
 
 
 
 
 
 
 
2392
  ---
2393
 
2394
  # Dataset Card for MMLU
 
1793
  features:
1794
  - name: question
1795
  dtype: string
1796
+ - name: subject
1797
+ dtype: string
1798
  - name: choices
1799
  sequence: string
1800
  - name: answer
 
1807
  '3': D
1808
  splits:
1809
  - name: auxiliary_train
1810
+ num_bytes: 161000625
1811
  num_examples: 99842
1812
  - name: test
1813
+ num_bytes: 28511
1814
  num_examples: 171
1815
  - name: validation
1816
+ num_bytes: 3114
1817
  num_examples: 19
1818
  - name: dev
1819
+ num_bytes: 753
1820
  num_examples: 5
1821
+ download_size: 47189681
1822
+ dataset_size: 161033003
1823
  configs:
1824
  - config_name: abstract_algebra
1825
  data_files:
 
2391
  path: virology/validation-*
2392
  - split: dev
2393
  path: virology/dev-*
2394
+ - config_name: world_religions
2395
+ data_files:
2396
+ - split: auxiliary_train
2397
+ path: world_religions/auxiliary_train-*
2398
+ - split: test
2399
+ path: world_religions/test-*
2400
+ - split: validation
2401
+ path: world_religions/validation-*
2402
+ - split: dev
2403
+ path: world_religions/dev-*
2404
  ---
2405
 
2406
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -3927,39 +3927,34 @@
3927
  "features": {
3928
  "question": {
3929
  "dtype": "string",
3930
- "id": null,
 
 
 
3931
  "_type": "Value"
3932
  },
3933
  "choices": {
3934
  "feature": {
3935
  "dtype": "string",
3936
- "id": null,
3937
  "_type": "Value"
3938
  },
3939
- "length": -1,
3940
- "id": null,
3941
  "_type": "Sequence"
3942
  },
3943
  "answer": {
3944
- "num_classes": 4,
3945
  "names": [
3946
  "A",
3947
  "B",
3948
  "C",
3949
  "D"
3950
  ],
3951
- "id": null,
3952
  "_type": "ClassLabel"
3953
  }
3954
  },
3955
- "post_processed": null,
3956
- "supervised_keys": null,
3957
- "task_templates": null,
3958
- "builder_name": "mmlu",
3959
  "config_name": "world_religions",
3960
  "version": {
3961
  "version_str": "1.0.0",
3962
- "description": null,
3963
  "major": 1,
3964
  "minor": 0,
3965
  "patch": 0
@@ -3967,39 +3962,32 @@
3967
  "splits": {
3968
  "auxiliary_train": {
3969
  "name": "auxiliary_train",
3970
- "num_bytes": 160601257,
3971
  "num_examples": 99842,
3972
- "dataset_name": "mmlu"
3973
  },
3974
  "test": {
3975
  "name": "test",
3976
- "num_bytes": 25262,
3977
  "num_examples": 171,
3978
- "dataset_name": "mmlu"
3979
  },
3980
  "validation": {
3981
  "name": "validation",
3982
- "num_bytes": 2753,
3983
  "num_examples": 19,
3984
- "dataset_name": "mmlu"
3985
  },
3986
  "dev": {
3987
  "name": "dev",
3988
- "num_bytes": 658,
3989
  "num_examples": 5,
3990
- "dataset_name": "mmlu"
3991
- }
3992
- },
3993
- "download_checksums": {
3994
- "data.tar": {
3995
- "num_bytes": 166184960,
3996
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
3997
  }
3998
  },
3999
- "download_size": 166184960,
4000
- "post_processing_size": null,
4001
- "dataset_size": 160629930,
4002
- "size_in_bytes": 326814890
4003
  },
4004
  "all": {
4005
  "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",
 
3927
  "features": {
3928
  "question": {
3929
  "dtype": "string",
3930
+ "_type": "Value"
3931
+ },
3932
+ "subject": {
3933
+ "dtype": "string",
3934
  "_type": "Value"
3935
  },
3936
  "choices": {
3937
  "feature": {
3938
  "dtype": "string",
 
3939
  "_type": "Value"
3940
  },
 
 
3941
  "_type": "Sequence"
3942
  },
3943
  "answer": {
 
3944
  "names": [
3945
  "A",
3946
  "B",
3947
  "C",
3948
  "D"
3949
  ],
 
3950
  "_type": "ClassLabel"
3951
  }
3952
  },
3953
+ "builder_name": "parquet",
3954
+ "dataset_name": "mmlu",
 
 
3955
  "config_name": "world_religions",
3956
  "version": {
3957
  "version_str": "1.0.0",
 
3958
  "major": 1,
3959
  "minor": 0,
3960
  "patch": 0
 
3962
  "splits": {
3963
  "auxiliary_train": {
3964
  "name": "auxiliary_train",
3965
+ "num_bytes": 161000625,
3966
  "num_examples": 99842,
3967
+ "dataset_name": null
3968
  },
3969
  "test": {
3970
  "name": "test",
3971
+ "num_bytes": 28511,
3972
  "num_examples": 171,
3973
+ "dataset_name": null
3974
  },
3975
  "validation": {
3976
  "name": "validation",
3977
+ "num_bytes": 3114,
3978
  "num_examples": 19,
3979
+ "dataset_name": null
3980
  },
3981
  "dev": {
3982
  "name": "dev",
3983
+ "num_bytes": 753,
3984
  "num_examples": 5,
3985
+ "dataset_name": null
 
 
 
 
 
 
3986
  }
3987
  },
3988
+ "download_size": 47189681,
3989
+ "dataset_size": 161033003,
3990
+ "size_in_bytes": 208222684
 
3991
  },
3992
  "all": {
3993
  "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",
world_religions/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
world_religions/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bdb152242964d7b390ebb5c21da5eef53ba6cde594ae108493289e03cb65d6a
3
+ size 2847
world_religions/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17c85ae041b79f4b44e5c544af8de82e2b03867ec82bb76aaa4fdfe178873953
3
+ size 18423
world_religions/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63b5db41ddf7c72e85239d6d89c474e46a3849ca87298f4fa32dcff2c21275dd
3
+ size 4456