Datasets:

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

Add 'virology' config data files

Browse files
README.md CHANGED
@@ -1762,6 +1762,8 @@ dataset_info:
1762
  features:
1763
  - name: question
1764
  dtype: string
 
 
1765
  - name: choices
1766
  sequence: string
1767
  - name: answer
@@ -1774,19 +1776,19 @@ dataset_info:
1774
  '3': D
1775
  splits:
1776
  - name: auxiliary_train
1777
- num_bytes: 160601377
1778
  num_examples: 99842
1779
  - name: test
1780
- num_bytes: 38759
1781
  num_examples: 166
1782
  - name: validation
1783
- num_bytes: 5463
1784
  num_examples: 18
1785
  - name: dev
1786
- num_bytes: 1096
1787
  num_examples: 5
1788
- download_size: 166184960
1789
- dataset_size: 160646695
1790
  - config_name: world_religions
1791
  features:
1792
  - name: question
@@ -2377,6 +2379,16 @@ configs:
2377
  path: us_foreign_policy/validation-*
2378
  - split: dev
2379
  path: us_foreign_policy/dev-*
 
 
 
 
 
 
 
 
 
 
2380
  ---
2381
 
2382
  # Dataset Card for MMLU
 
1762
  features:
1763
  - name: question
1764
  dtype: string
1765
+ - name: subject
1766
+ dtype: string
1767
  - name: choices
1768
  sequence: string
1769
  - name: answer
 
1776
  '3': D
1777
  splits:
1778
  - name: auxiliary_train
1779
+ num_bytes: 161000625
1780
  num_examples: 99842
1781
  - name: test
1782
+ num_bytes: 40739
1783
  num_examples: 166
1784
  - name: validation
1785
+ num_bytes: 5667
1786
  num_examples: 18
1787
  - name: dev
1788
+ num_bytes: 1144
1789
  num_examples: 5
1790
+ download_size: 47200276
1791
+ dataset_size: 161048175
1792
  - config_name: world_religions
1793
  features:
1794
  - name: question
 
2379
  path: us_foreign_policy/validation-*
2380
  - split: dev
2381
  path: us_foreign_policy/dev-*
2382
+ - config_name: virology
2383
+ data_files:
2384
+ - split: auxiliary_train
2385
+ path: virology/auxiliary_train-*
2386
+ - split: test
2387
+ path: virology/test-*
2388
+ - split: validation
2389
+ path: virology/validation-*
2390
+ - split: dev
2391
+ path: virology/dev-*
2392
  ---
2393
 
2394
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -3857,39 +3857,34 @@
3857
  "features": {
3858
  "question": {
3859
  "dtype": "string",
3860
- "id": null,
 
 
 
3861
  "_type": "Value"
3862
  },
3863
  "choices": {
3864
  "feature": {
3865
  "dtype": "string",
3866
- "id": null,
3867
  "_type": "Value"
3868
  },
3869
- "length": -1,
3870
- "id": null,
3871
  "_type": "Sequence"
3872
  },
3873
  "answer": {
3874
- "num_classes": 4,
3875
  "names": [
3876
  "A",
3877
  "B",
3878
  "C",
3879
  "D"
3880
  ],
3881
- "id": null,
3882
  "_type": "ClassLabel"
3883
  }
3884
  },
3885
- "post_processed": null,
3886
- "supervised_keys": null,
3887
- "task_templates": null,
3888
- "builder_name": "mmlu",
3889
  "config_name": "virology",
3890
  "version": {
3891
  "version_str": "1.0.0",
3892
- "description": null,
3893
  "major": 1,
3894
  "minor": 0,
3895
  "patch": 0
@@ -3897,39 +3892,32 @@
3897
  "splits": {
3898
  "auxiliary_train": {
3899
  "name": "auxiliary_train",
3900
- "num_bytes": 160601257,
3901
  "num_examples": 99842,
3902
- "dataset_name": "mmlu"
3903
  },
3904
  "test": {
3905
  "name": "test",
3906
- "num_bytes": 38747,
3907
  "num_examples": 166,
3908
- "dataset_name": "mmlu"
3909
  },
3910
  "validation": {
3911
  "name": "validation",
3912
- "num_bytes": 5451,
3913
  "num_examples": 18,
3914
- "dataset_name": "mmlu"
3915
  },
3916
  "dev": {
3917
  "name": "dev",
3918
- "num_bytes": 1084,
3919
  "num_examples": 5,
3920
- "dataset_name": "mmlu"
3921
- }
3922
- },
3923
- "download_checksums": {
3924
- "data.tar": {
3925
- "num_bytes": 166184960,
3926
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
3927
  }
3928
  },
3929
- "download_size": 166184960,
3930
- "post_processing_size": null,
3931
- "dataset_size": 160646539,
3932
- "size_in_bytes": 326831499
3933
  },
3934
  "world_religions": {
3935
  "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",
 
3857
  "features": {
3858
  "question": {
3859
  "dtype": "string",
3860
+ "_type": "Value"
3861
+ },
3862
+ "subject": {
3863
+ "dtype": "string",
3864
  "_type": "Value"
3865
  },
3866
  "choices": {
3867
  "feature": {
3868
  "dtype": "string",
 
3869
  "_type": "Value"
3870
  },
 
 
3871
  "_type": "Sequence"
3872
  },
3873
  "answer": {
 
3874
  "names": [
3875
  "A",
3876
  "B",
3877
  "C",
3878
  "D"
3879
  ],
 
3880
  "_type": "ClassLabel"
3881
  }
3882
  },
3883
+ "builder_name": "parquet",
3884
+ "dataset_name": "mmlu",
 
 
3885
  "config_name": "virology",
3886
  "version": {
3887
  "version_str": "1.0.0",
 
3888
  "major": 1,
3889
  "minor": 0,
3890
  "patch": 0
 
3892
  "splits": {
3893
  "auxiliary_train": {
3894
  "name": "auxiliary_train",
3895
+ "num_bytes": 161000625,
3896
  "num_examples": 99842,
3897
+ "dataset_name": null
3898
  },
3899
  "test": {
3900
  "name": "test",
3901
+ "num_bytes": 40739,
3902
  "num_examples": 166,
3903
+ "dataset_name": null
3904
  },
3905
  "validation": {
3906
  "name": "validation",
3907
+ "num_bytes": 5667,
3908
  "num_examples": 18,
3909
+ "dataset_name": null
3910
  },
3911
  "dev": {
3912
  "name": "dev",
3913
+ "num_bytes": 1144,
3914
  "num_examples": 5,
3915
+ "dataset_name": null
 
 
 
 
 
 
3916
  }
3917
  },
3918
+ "download_size": 47200276,
3919
+ "dataset_size": 161048175,
3920
+ "size_in_bytes": 208248451
 
3921
  },
3922
  "world_religions": {
3923
  "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",
virology/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
virology/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9250819b7de9ba964dd5892d951e3896cf3d4b531c41926c466db9acc5777ce
3
+ size 3359
virology/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72aa28218b3406b468188f7e2b4deed61d289787a86183c9f1d0b3d4bf89d754
3
+ size 26603
virology/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25ddc4e993dda216e1c31a1c12a2699f300858d775bcb95b156c1b6b73c9cacc
3
+ size 6359