Datasets:

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

Add 'public_relations' config data files

Browse files
README.md CHANGED
@@ -1638,6 +1638,8 @@ dataset_info:
1638
  features:
1639
  - name: question
1640
  dtype: string
 
 
1641
  - name: choices
1642
  sequence: string
1643
  - name: answer
@@ -1650,19 +1652,19 @@ dataset_info:
1650
  '3': D
1651
  splits:
1652
  - name: auxiliary_train
1653
- num_bytes: 160601377
1654
  num_examples: 99842
1655
  - name: test
1656
- num_bytes: 28760
1657
  num_examples: 110
1658
  - name: validation
1659
- num_bytes: 4566
1660
  num_examples: 12
1661
  - name: dev
1662
- num_bytes: 1496
1663
  num_examples: 5
1664
- download_size: 166184960
1665
- dataset_size: 160636199
1666
  - config_name: security_studies
1667
  features:
1668
  - name: question
@@ -2329,6 +2331,16 @@ configs:
2329
  path: professional_psychology/validation-*
2330
  - split: dev
2331
  path: professional_psychology/dev-*
 
 
 
 
 
 
 
 
 
 
2332
  ---
2333
 
2334
  # Dataset Card for MMLU
 
1638
  features:
1639
  - name: question
1640
  dtype: string
1641
+ - name: subject
1642
+ dtype: string
1643
  - name: choices
1644
  sequence: string
1645
  - name: answer
 
1652
  '3': D
1653
  splits:
1654
  - name: auxiliary_train
1655
+ num_bytes: 161000625
1656
  num_examples: 99842
1657
  - name: test
1658
+ num_bytes: 30948
1659
  num_examples: 110
1660
  - name: validation
1661
+ num_bytes: 4794
1662
  num_examples: 12
1663
  - name: dev
1664
+ num_bytes: 1584
1665
  num_examples: 5
1666
+ download_size: 47193575
1667
+ dataset_size: 161037951
1668
  - config_name: security_studies
1669
  features:
1670
  - name: question
 
2331
  path: professional_psychology/validation-*
2332
  - split: dev
2333
  path: professional_psychology/dev-*
2334
+ - config_name: public_relations
2335
+ data_files:
2336
+ - split: auxiliary_train
2337
+ path: public_relations/auxiliary_train-*
2338
+ - split: test
2339
+ path: public_relations/test-*
2340
+ - split: validation
2341
+ path: public_relations/validation-*
2342
+ - split: dev
2343
+ path: public_relations/dev-*
2344
  ---
2345
 
2346
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -3577,39 +3577,34 @@
3577
  "features": {
3578
  "question": {
3579
  "dtype": "string",
3580
- "id": null,
 
 
 
3581
  "_type": "Value"
3582
  },
3583
  "choices": {
3584
  "feature": {
3585
  "dtype": "string",
3586
- "id": null,
3587
  "_type": "Value"
3588
  },
3589
- "length": -1,
3590
- "id": null,
3591
  "_type": "Sequence"
3592
  },
3593
  "answer": {
3594
- "num_classes": 4,
3595
  "names": [
3596
  "A",
3597
  "B",
3598
  "C",
3599
  "D"
3600
  ],
3601
- "id": null,
3602
  "_type": "ClassLabel"
3603
  }
3604
  },
3605
- "post_processed": null,
3606
- "supervised_keys": null,
3607
- "task_templates": null,
3608
- "builder_name": "mmlu",
3609
  "config_name": "public_relations",
3610
  "version": {
3611
  "version_str": "1.0.0",
3612
- "description": null,
3613
  "major": 1,
3614
  "minor": 0,
3615
  "patch": 0
@@ -3617,39 +3612,32 @@
3617
  "splits": {
3618
  "auxiliary_train": {
3619
  "name": "auxiliary_train",
3620
- "num_bytes": 160601257,
3621
  "num_examples": 99842,
3622
- "dataset_name": "mmlu"
3623
  },
3624
  "test": {
3625
  "name": "test",
3626
- "num_bytes": 28748,
3627
  "num_examples": 110,
3628
- "dataset_name": "mmlu"
3629
  },
3630
  "validation": {
3631
  "name": "validation",
3632
- "num_bytes": 4554,
3633
  "num_examples": 12,
3634
- "dataset_name": "mmlu"
3635
  },
3636
  "dev": {
3637
  "name": "dev",
3638
- "num_bytes": 1484,
3639
  "num_examples": 5,
3640
- "dataset_name": "mmlu"
3641
- }
3642
- },
3643
- "download_checksums": {
3644
- "data.tar": {
3645
- "num_bytes": 166184960,
3646
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
3647
  }
3648
  },
3649
- "download_size": 166184960,
3650
- "post_processing_size": null,
3651
- "dataset_size": 160636043,
3652
- "size_in_bytes": 326821003
3653
  },
3654
  "security_studies": {
3655
  "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",
 
3577
  "features": {
3578
  "question": {
3579
  "dtype": "string",
3580
+ "_type": "Value"
3581
+ },
3582
+ "subject": {
3583
+ "dtype": "string",
3584
  "_type": "Value"
3585
  },
3586
  "choices": {
3587
  "feature": {
3588
  "dtype": "string",
 
3589
  "_type": "Value"
3590
  },
 
 
3591
  "_type": "Sequence"
3592
  },
3593
  "answer": {
 
3594
  "names": [
3595
  "A",
3596
  "B",
3597
  "C",
3598
  "D"
3599
  ],
 
3600
  "_type": "ClassLabel"
3601
  }
3602
  },
3603
+ "builder_name": "parquet",
3604
+ "dataset_name": "mmlu",
 
 
3605
  "config_name": "public_relations",
3606
  "version": {
3607
  "version_str": "1.0.0",
 
3608
  "major": 1,
3609
  "minor": 0,
3610
  "patch": 0
 
3612
  "splits": {
3613
  "auxiliary_train": {
3614
  "name": "auxiliary_train",
3615
+ "num_bytes": 161000625,
3616
  "num_examples": 99842,
3617
+ "dataset_name": null
3618
  },
3619
  "test": {
3620
  "name": "test",
3621
+ "num_bytes": 30948,
3622
  "num_examples": 110,
3623
+ "dataset_name": null
3624
  },
3625
  "validation": {
3626
  "name": "validation",
3627
+ "num_bytes": 4794,
3628
  "num_examples": 12,
3629
+ "dataset_name": null
3630
  },
3631
  "dev": {
3632
  "name": "dev",
3633
+ "num_bytes": 1584,
3634
  "num_examples": 5,
3635
+ "dataset_name": null
 
 
 
 
 
 
3636
  }
3637
  },
3638
+ "download_size": 47193575,
3639
+ "dataset_size": 161037951,
3640
+ "size_in_bytes": 208231526
 
3641
  },
3642
  "security_studies": {
3643
  "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",
public_relations/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
public_relations/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2f44ae195c5d33c0c7319e82408d9d8e3e9efcc32f88d6cb2ddd43b7dd39f35
3
+ size 3838
public_relations/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:211e3c8cac11d365b5b5c67a26ade2da192cfbacfde4bca0decd20ab426b81ba
3
+ size 19941
public_relations/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d7aa54f3e754345b1307e2f704d73f9a39f1e015e2d5a8e10dff500a80d95d7
3
+ size 5841