Datasets:

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

Add 'professional_psychology' config data files

Browse files
README.md CHANGED
@@ -1607,6 +1607,8 @@ dataset_info:
1607
  features:
1608
  - name: question
1609
  dtype: string
 
 
1610
  - name: choices
1611
  sequence: string
1612
  - name: answer
@@ -1619,19 +1621,19 @@ dataset_info:
1619
  '3': D
1620
  splits:
1621
  - name: auxiliary_train
1622
- num_bytes: 160601377
1623
  num_examples: 99842
1624
  - name: test
1625
- num_bytes: 225899
1626
  num_examples: 612
1627
  - name: validation
1628
- num_bytes: 29101
1629
  num_examples: 69
1630
  - name: dev
1631
- num_bytes: 2267
1632
  num_examples: 5
1633
- download_size: 166184960
1634
- dataset_size: 160858644
1635
  - config_name: public_relations
1636
  features:
1637
  - name: question
@@ -2317,6 +2319,16 @@ configs:
2317
  path: professional_medicine/validation-*
2318
  - split: dev
2319
  path: professional_medicine/dev-*
 
 
 
 
 
 
 
 
 
 
2320
  ---
2321
 
2322
  # Dataset Card for MMLU
 
1607
  features:
1608
  - name: question
1609
  dtype: string
1610
+ - name: subject
1611
+ dtype: string
1612
  - name: choices
1613
  sequence: string
1614
  - name: answer
 
1621
  '3': D
1622
  splits:
1623
  - name: auxiliary_train
1624
+ num_bytes: 161000625
1625
  num_examples: 99842
1626
  - name: test
1627
+ num_bytes: 242411
1628
  num_examples: 612
1629
  - name: validation
1630
+ num_bytes: 30952
1631
  num_examples: 69
1632
  - name: dev
1633
+ num_bytes: 2390
1634
  num_examples: 5
1635
+ download_size: 47321118
1636
+ dataset_size: 161276378
1637
  - config_name: public_relations
1638
  features:
1639
  - name: question
 
2319
  path: professional_medicine/validation-*
2320
  - split: dev
2321
  path: professional_medicine/dev-*
2322
+ - config_name: professional_psychology
2323
+ data_files:
2324
+ - split: auxiliary_train
2325
+ path: professional_psychology/auxiliary_train-*
2326
+ - split: test
2327
+ path: professional_psychology/test-*
2328
+ - split: validation
2329
+ path: professional_psychology/validation-*
2330
+ - split: dev
2331
+ path: professional_psychology/dev-*
2332
  ---
2333
 
2334
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -3507,39 +3507,34 @@
3507
  "features": {
3508
  "question": {
3509
  "dtype": "string",
3510
- "id": null,
 
 
 
3511
  "_type": "Value"
3512
  },
3513
  "choices": {
3514
  "feature": {
3515
  "dtype": "string",
3516
- "id": null,
3517
  "_type": "Value"
3518
  },
3519
- "length": -1,
3520
- "id": null,
3521
  "_type": "Sequence"
3522
  },
3523
  "answer": {
3524
- "num_classes": 4,
3525
  "names": [
3526
  "A",
3527
  "B",
3528
  "C",
3529
  "D"
3530
  ],
3531
- "id": null,
3532
  "_type": "ClassLabel"
3533
  }
3534
  },
3535
- "post_processed": null,
3536
- "supervised_keys": null,
3537
- "task_templates": null,
3538
- "builder_name": "mmlu",
3539
  "config_name": "professional_psychology",
3540
  "version": {
3541
  "version_str": "1.0.0",
3542
- "description": null,
3543
  "major": 1,
3544
  "minor": 0,
3545
  "patch": 0
@@ -3547,39 +3542,32 @@
3547
  "splits": {
3548
  "auxiliary_train": {
3549
  "name": "auxiliary_train",
3550
- "num_bytes": 160601257,
3551
  "num_examples": 99842,
3552
- "dataset_name": "mmlu"
3553
  },
3554
  "test": {
3555
  "name": "test",
3556
- "num_bytes": 225887,
3557
  "num_examples": 612,
3558
- "dataset_name": "mmlu"
3559
  },
3560
  "validation": {
3561
  "name": "validation",
3562
- "num_bytes": 29089,
3563
  "num_examples": 69,
3564
- "dataset_name": "mmlu"
3565
  },
3566
  "dev": {
3567
  "name": "dev",
3568
- "num_bytes": 2255,
3569
  "num_examples": 5,
3570
- "dataset_name": "mmlu"
3571
- }
3572
- },
3573
- "download_checksums": {
3574
- "data.tar": {
3575
- "num_bytes": 166184960,
3576
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
3577
  }
3578
  },
3579
- "download_size": 166184960,
3580
- "post_processing_size": null,
3581
- "dataset_size": 160858488,
3582
- "size_in_bytes": 327043448
3583
  },
3584
  "public_relations": {
3585
  "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",
 
3507
  "features": {
3508
  "question": {
3509
  "dtype": "string",
3510
+ "_type": "Value"
3511
+ },
3512
+ "subject": {
3513
+ "dtype": "string",
3514
  "_type": "Value"
3515
  },
3516
  "choices": {
3517
  "feature": {
3518
  "dtype": "string",
 
3519
  "_type": "Value"
3520
  },
 
 
3521
  "_type": "Sequence"
3522
  },
3523
  "answer": {
 
3524
  "names": [
3525
  "A",
3526
  "B",
3527
  "C",
3528
  "D"
3529
  ],
 
3530
  "_type": "ClassLabel"
3531
  }
3532
  },
3533
+ "builder_name": "parquet",
3534
+ "dataset_name": "mmlu",
 
 
3535
  "config_name": "professional_psychology",
3536
  "version": {
3537
  "version_str": "1.0.0",
 
3538
  "major": 1,
3539
  "minor": 0,
3540
  "patch": 0
 
3542
  "splits": {
3543
  "auxiliary_train": {
3544
  "name": "auxiliary_train",
3545
+ "num_bytes": 161000625,
3546
  "num_examples": 99842,
3547
+ "dataset_name": null
3548
  },
3549
  "test": {
3550
  "name": "test",
3551
+ "num_bytes": 242411,
3552
  "num_examples": 612,
3553
+ "dataset_name": null
3554
  },
3555
  "validation": {
3556
  "name": "validation",
3557
+ "num_bytes": 30952,
3558
  "num_examples": 69,
3559
+ "dataset_name": null
3560
  },
3561
  "dev": {
3562
  "name": "dev",
3563
+ "num_bytes": 2390,
3564
  "num_examples": 5,
3565
+ "dataset_name": null
 
 
 
 
 
 
3566
  }
3567
  },
3568
+ "download_size": 47321118,
3569
+ "dataset_size": 161276378,
3570
+ "size_in_bytes": 208597496
 
3571
  },
3572
  "public_relations": {
3573
  "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",
professional_psychology/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
professional_psychology/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47bb0094201adf7d9ec39c36f9cda6116621b412e6b9b2677eaddf52cedd21d2
3
+ size 4111
professional_psychology/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f68dc4b9ba63a0b74bed1f283197379ccc9e7e970ee54037c7339156ee336b8b
3
+ size 131936
professional_psychology/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b46fd55b1f409893529c3ea6874bea151cba644f8752e6a784667467b103d23e
3
+ size 21116