Datasets:

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

Add 'us_foreign_policy' config data files

Browse files
README.md CHANGED
@@ -1731,6 +1731,8 @@ dataset_info:
1731
  features:
1732
  - name: question
1733
  dtype: string
 
 
1734
  - name: choices
1735
  sequence: string
1736
  - name: answer
@@ -1743,19 +1745,19 @@ dataset_info:
1743
  '3': D
1744
  splits:
1745
  - name: auxiliary_train
1746
- num_bytes: 160601377
1747
  num_examples: 99842
1748
  - name: test
1749
- num_bytes: 28443
1750
  num_examples: 100
1751
  - name: validation
1752
- num_bytes: 3264
1753
  num_examples: 11
1754
  - name: dev
1755
- num_bytes: 1611
1756
  num_examples: 5
1757
- download_size: 166184960
1758
- dataset_size: 160634695
1759
  - config_name: virology
1760
  features:
1761
  - name: question
@@ -2365,6 +2367,16 @@ configs:
2365
  path: sociology/validation-*
2366
  - split: dev
2367
  path: sociology/dev-*
 
 
 
 
 
 
 
 
 
 
2368
  ---
2369
 
2370
  # Dataset Card for MMLU
 
1731
  features:
1732
  - name: question
1733
  dtype: string
1734
+ - name: subject
1735
+ dtype: string
1736
  - name: choices
1737
  sequence: string
1738
  - name: answer
 
1745
  '3': D
1746
  splits:
1747
  - name: auxiliary_train
1748
+ num_bytes: 161000625
1749
  num_examples: 99842
1750
  - name: test
1751
+ num_bytes: 30531
1752
  num_examples: 100
1753
  - name: validation
1754
+ num_bytes: 3483
1755
  num_examples: 11
1756
  - name: dev
1757
+ num_bytes: 1704
1758
  num_examples: 5
1759
+ download_size: 47191346
1760
+ dataset_size: 161036343
1761
  - config_name: virology
1762
  features:
1763
  - name: question
 
2367
  path: sociology/validation-*
2368
  - split: dev
2369
  path: sociology/dev-*
2370
+ - config_name: us_foreign_policy
2371
+ data_files:
2372
+ - split: auxiliary_train
2373
+ path: us_foreign_policy/auxiliary_train-*
2374
+ - split: test
2375
+ path: us_foreign_policy/test-*
2376
+ - split: validation
2377
+ path: us_foreign_policy/validation-*
2378
+ - split: dev
2379
+ path: us_foreign_policy/dev-*
2380
  ---
2381
 
2382
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -3787,39 +3787,34 @@
3787
  "features": {
3788
  "question": {
3789
  "dtype": "string",
3790
- "id": null,
 
 
 
3791
  "_type": "Value"
3792
  },
3793
  "choices": {
3794
  "feature": {
3795
  "dtype": "string",
3796
- "id": null,
3797
  "_type": "Value"
3798
  },
3799
- "length": -1,
3800
- "id": null,
3801
  "_type": "Sequence"
3802
  },
3803
  "answer": {
3804
- "num_classes": 4,
3805
  "names": [
3806
  "A",
3807
  "B",
3808
  "C",
3809
  "D"
3810
  ],
3811
- "id": null,
3812
  "_type": "ClassLabel"
3813
  }
3814
  },
3815
- "post_processed": null,
3816
- "supervised_keys": null,
3817
- "task_templates": null,
3818
- "builder_name": "mmlu",
3819
  "config_name": "us_foreign_policy",
3820
  "version": {
3821
  "version_str": "1.0.0",
3822
- "description": null,
3823
  "major": 1,
3824
  "minor": 0,
3825
  "patch": 0
@@ -3827,39 +3822,32 @@
3827
  "splits": {
3828
  "auxiliary_train": {
3829
  "name": "auxiliary_train",
3830
- "num_bytes": 160601257,
3831
  "num_examples": 99842,
3832
- "dataset_name": "mmlu"
3833
  },
3834
  "test": {
3835
  "name": "test",
3836
- "num_bytes": 28431,
3837
  "num_examples": 100,
3838
- "dataset_name": "mmlu"
3839
  },
3840
  "validation": {
3841
  "name": "validation",
3842
- "num_bytes": 3252,
3843
  "num_examples": 11,
3844
- "dataset_name": "mmlu"
3845
  },
3846
  "dev": {
3847
  "name": "dev",
3848
- "num_bytes": 1599,
3849
  "num_examples": 5,
3850
- "dataset_name": "mmlu"
3851
- }
3852
- },
3853
- "download_checksums": {
3854
- "data.tar": {
3855
- "num_bytes": 166184960,
3856
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
3857
  }
3858
  },
3859
- "download_size": 166184960,
3860
- "post_processing_size": null,
3861
- "dataset_size": 160634539,
3862
- "size_in_bytes": 326819499
3863
  },
3864
  "virology": {
3865
  "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",
 
3787
  "features": {
3788
  "question": {
3789
  "dtype": "string",
3790
+ "_type": "Value"
3791
+ },
3792
+ "subject": {
3793
+ "dtype": "string",
3794
  "_type": "Value"
3795
  },
3796
  "choices": {
3797
  "feature": {
3798
  "dtype": "string",
 
3799
  "_type": "Value"
3800
  },
 
 
3801
  "_type": "Sequence"
3802
  },
3803
  "answer": {
 
3804
  "names": [
3805
  "A",
3806
  "B",
3807
  "C",
3808
  "D"
3809
  ],
 
3810
  "_type": "ClassLabel"
3811
  }
3812
  },
3813
+ "builder_name": "parquet",
3814
+ "dataset_name": "mmlu",
 
 
3815
  "config_name": "us_foreign_policy",
3816
  "version": {
3817
  "version_str": "1.0.0",
 
3818
  "major": 1,
3819
  "minor": 0,
3820
  "patch": 0
 
3822
  "splits": {
3823
  "auxiliary_train": {
3824
  "name": "auxiliary_train",
3825
+ "num_bytes": 161000625,
3826
  "num_examples": 99842,
3827
+ "dataset_name": null
3828
  },
3829
  "test": {
3830
  "name": "test",
3831
+ "num_bytes": 30531,
3832
  "num_examples": 100,
3833
+ "dataset_name": null
3834
  },
3835
  "validation": {
3836
  "name": "validation",
3837
+ "num_bytes": 3483,
3838
  "num_examples": 11,
3839
+ "dataset_name": null
3840
  },
3841
  "dev": {
3842
  "name": "dev",
3843
+ "num_bytes": 1704,
3844
  "num_examples": 5,
3845
+ "dataset_name": null
 
 
 
 
 
 
3846
  }
3847
  },
3848
+ "download_size": 47191346,
3849
+ "dataset_size": 161036343,
3850
+ "size_in_bytes": 208227689
 
3851
  },
3852
  "virology": {
3853
  "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",
us_foreign_policy/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
us_foreign_policy/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccea1f4411a786168b19ed306be0e19e5b908048f12bf3b421716adc8788ddf1
3
+ size 3665
us_foreign_policy/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40ee46e8bd29638686eb687c5513b3bac908e461aabb83ce570e139fb4d7debf
3
+ size 18980
us_foreign_policy/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:927a31292a7c78622e4a19c728245469e464e61ed6768536e86ed89b1e2e85f6
3
+ size 4746