Datasets:

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

Add 'sociology' config data files

Browse files
README.md CHANGED
@@ -1700,6 +1700,8 @@ dataset_info:
1700
  features:
1701
  - name: question
1702
  dtype: string
 
 
1703
  - name: choices
1704
  sequence: string
1705
  - name: answer
@@ -1712,19 +1714,19 @@ dataset_info:
1712
  '3': D
1713
  splits:
1714
  - name: auxiliary_train
1715
- num_bytes: 160601377
1716
  num_examples: 99842
1717
  - name: test
1718
- num_bytes: 66243
1719
  num_examples: 201
1720
  - name: validation
1721
- num_bytes: 7184
1722
  num_examples: 22
1723
  - name: dev
1724
- num_bytes: 1613
1725
  num_examples: 5
1726
- download_size: 166184960
1727
- dataset_size: 160676417
1728
  - config_name: us_foreign_policy
1729
  features:
1730
  - name: question
@@ -2353,6 +2355,16 @@ configs:
2353
  path: security_studies/validation-*
2354
  - split: dev
2355
  path: security_studies/dev-*
 
 
 
 
 
 
 
 
 
 
2356
  ---
2357
 
2358
  # Dataset Card for MMLU
 
1700
  features:
1701
  - name: question
1702
  dtype: string
1703
+ - name: subject
1704
+ dtype: string
1705
  - name: choices
1706
  sequence: string
1707
  - name: answer
 
1714
  '3': D
1715
  splits:
1716
  - name: auxiliary_train
1717
+ num_bytes: 161000625
1718
  num_examples: 99842
1719
  - name: test
1720
+ num_bytes: 68844
1721
  num_examples: 201
1722
  - name: validation
1723
+ num_bytes: 7458
1724
  num_examples: 22
1725
  - name: dev
1726
+ num_bytes: 1666
1727
  num_examples: 5
1728
+ download_size: 47218696
1729
+ dataset_size: 161078593
1730
  - config_name: us_foreign_policy
1731
  features:
1732
  - name: question
 
2355
  path: security_studies/validation-*
2356
  - split: dev
2357
  path: security_studies/dev-*
2358
+ - config_name: sociology
2359
+ data_files:
2360
+ - split: auxiliary_train
2361
+ path: sociology/auxiliary_train-*
2362
+ - split: test
2363
+ path: sociology/test-*
2364
+ - split: validation
2365
+ path: sociology/validation-*
2366
+ - split: dev
2367
+ path: sociology/dev-*
2368
  ---
2369
 
2370
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -3717,39 +3717,34 @@
3717
  "features": {
3718
  "question": {
3719
  "dtype": "string",
3720
- "id": null,
 
 
 
3721
  "_type": "Value"
3722
  },
3723
  "choices": {
3724
  "feature": {
3725
  "dtype": "string",
3726
- "id": null,
3727
  "_type": "Value"
3728
  },
3729
- "length": -1,
3730
- "id": null,
3731
  "_type": "Sequence"
3732
  },
3733
  "answer": {
3734
- "num_classes": 4,
3735
  "names": [
3736
  "A",
3737
  "B",
3738
  "C",
3739
  "D"
3740
  ],
3741
- "id": null,
3742
  "_type": "ClassLabel"
3743
  }
3744
  },
3745
- "post_processed": null,
3746
- "supervised_keys": null,
3747
- "task_templates": null,
3748
- "builder_name": "mmlu",
3749
  "config_name": "sociology",
3750
  "version": {
3751
  "version_str": "1.0.0",
3752
- "description": null,
3753
  "major": 1,
3754
  "minor": 0,
3755
  "patch": 0
@@ -3757,39 +3752,32 @@
3757
  "splits": {
3758
  "auxiliary_train": {
3759
  "name": "auxiliary_train",
3760
- "num_bytes": 160601257,
3761
  "num_examples": 99842,
3762
- "dataset_name": "mmlu"
3763
  },
3764
  "test": {
3765
  "name": "test",
3766
- "num_bytes": 66231,
3767
  "num_examples": 201,
3768
- "dataset_name": "mmlu"
3769
  },
3770
  "validation": {
3771
  "name": "validation",
3772
- "num_bytes": 7172,
3773
  "num_examples": 22,
3774
- "dataset_name": "mmlu"
3775
  },
3776
  "dev": {
3777
  "name": "dev",
3778
- "num_bytes": 1601,
3779
  "num_examples": 5,
3780
- "dataset_name": "mmlu"
3781
- }
3782
- },
3783
- "download_checksums": {
3784
- "data.tar": {
3785
- "num_bytes": 166184960,
3786
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
3787
  }
3788
  },
3789
- "download_size": 166184960,
3790
- "post_processing_size": null,
3791
- "dataset_size": 160676261,
3792
- "size_in_bytes": 326861221
3793
  },
3794
  "us_foreign_policy": {
3795
  "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",
 
3717
  "features": {
3718
  "question": {
3719
  "dtype": "string",
3720
+ "_type": "Value"
3721
+ },
3722
+ "subject": {
3723
+ "dtype": "string",
3724
  "_type": "Value"
3725
  },
3726
  "choices": {
3727
  "feature": {
3728
  "dtype": "string",
 
3729
  "_type": "Value"
3730
  },
 
 
3731
  "_type": "Sequence"
3732
  },
3733
  "answer": {
 
3734
  "names": [
3735
  "A",
3736
  "B",
3737
  "C",
3738
  "D"
3739
  ],
 
3740
  "_type": "ClassLabel"
3741
  }
3742
  },
3743
+ "builder_name": "parquet",
3744
+ "dataset_name": "mmlu",
 
 
3745
  "config_name": "sociology",
3746
  "version": {
3747
  "version_str": "1.0.0",
 
3748
  "major": 1,
3749
  "minor": 0,
3750
  "patch": 0
 
3752
  "splits": {
3753
  "auxiliary_train": {
3754
  "name": "auxiliary_train",
3755
+ "num_bytes": 161000625,
3756
  "num_examples": 99842,
3757
+ "dataset_name": null
3758
  },
3759
  "test": {
3760
  "name": "test",
3761
+ "num_bytes": 68844,
3762
  "num_examples": 201,
3763
+ "dataset_name": null
3764
  },
3765
  "validation": {
3766
  "name": "validation",
3767
+ "num_bytes": 7458,
3768
  "num_examples": 22,
3769
+ "dataset_name": null
3770
  },
3771
  "dev": {
3772
  "name": "dev",
3773
+ "num_bytes": 1666,
3774
  "num_examples": 5,
3775
+ "dataset_name": null
 
 
 
 
 
 
3776
  }
3777
  },
3778
+ "download_size": 47218696,
3779
+ "dataset_size": 161078593,
3780
+ "size_in_bytes": 208297289
 
3781
  },
3782
  "us_foreign_policy": {
3783
  "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",
sociology/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
sociology/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f71f44249d91c5ddcac81878f0aaf05c624deb7550ba60e023d753d7161c30c5
3
+ size 3710
sociology/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f575ff7f9b4a24a211cf3b79a9bc6acc632563b9f6fdd5c1af6a31aa3abe67e
3
+ size 43260
sociology/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c16d22e656cc9662412fcda3517a15c34dfdfbcb7206fc5260aeada77b2e1068
3
+ size 7771