Datasets:

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

Add 'professional_medicine' config data files

Browse files
README.md CHANGED
@@ -1576,6 +1576,8 @@ dataset_info:
1576
  features:
1577
  - name: question
1578
  dtype: string
 
 
1579
  - name: choices
1580
  sequence: string
1581
  - name: answer
@@ -1588,19 +1590,19 @@ dataset_info:
1588
  '3': D
1589
  splits:
1590
  - name: auxiliary_train
1591
- num_bytes: 160601377
1592
  num_examples: 99842
1593
  - name: test
1594
- num_bytes: 217561
1595
  num_examples: 272
1596
  - name: validation
1597
- num_bytes: 23847
1598
  num_examples: 31
1599
  - name: dev
1600
- num_bytes: 3807
1601
  num_examples: 5
1602
- download_size: 166184960
1603
- dataset_size: 160846592
1604
  - config_name: professional_psychology
1605
  features:
1606
  - name: question
@@ -2305,6 +2307,16 @@ configs:
2305
  path: professional_law/validation-*
2306
  - split: dev
2307
  path: professional_law/dev-*
 
 
 
 
 
 
 
 
 
 
2308
  ---
2309
 
2310
  # Dataset Card for MMLU
 
1576
  features:
1577
  - name: question
1578
  dtype: string
1579
+ - name: subject
1580
+ dtype: string
1581
  - name: choices
1582
  sequence: string
1583
  - name: answer
 
1590
  '3': D
1591
  splits:
1592
  - name: auxiliary_train
1593
+ num_bytes: 161000625
1594
  num_examples: 99842
1595
  - name: test
1596
+ num_bytes: 224349
1597
  num_examples: 272
1598
  - name: validation
1599
+ num_bytes: 24610
1600
  num_examples: 31
1601
  - name: dev
1602
+ num_bytes: 3920
1603
  num_examples: 5
1604
+ download_size: 47312228
1605
+ dataset_size: 161253504
1606
  - config_name: professional_psychology
1607
  features:
1608
  - name: question
 
2307
  path: professional_law/validation-*
2308
  - split: dev
2309
  path: professional_law/dev-*
2310
+ - config_name: professional_medicine
2311
+ data_files:
2312
+ - split: auxiliary_train
2313
+ path: professional_medicine/auxiliary_train-*
2314
+ - split: test
2315
+ path: professional_medicine/test-*
2316
+ - split: validation
2317
+ path: professional_medicine/validation-*
2318
+ - split: dev
2319
+ path: professional_medicine/dev-*
2320
  ---
2321
 
2322
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -3437,39 +3437,34 @@
3437
  "features": {
3438
  "question": {
3439
  "dtype": "string",
3440
- "id": null,
 
 
 
3441
  "_type": "Value"
3442
  },
3443
  "choices": {
3444
  "feature": {
3445
  "dtype": "string",
3446
- "id": null,
3447
  "_type": "Value"
3448
  },
3449
- "length": -1,
3450
- "id": null,
3451
  "_type": "Sequence"
3452
  },
3453
  "answer": {
3454
- "num_classes": 4,
3455
  "names": [
3456
  "A",
3457
  "B",
3458
  "C",
3459
  "D"
3460
  ],
3461
- "id": null,
3462
  "_type": "ClassLabel"
3463
  }
3464
  },
3465
- "post_processed": null,
3466
- "supervised_keys": null,
3467
- "task_templates": null,
3468
- "builder_name": "mmlu",
3469
  "config_name": "professional_medicine",
3470
  "version": {
3471
  "version_str": "1.0.0",
3472
- "description": null,
3473
  "major": 1,
3474
  "minor": 0,
3475
  "patch": 0
@@ -3477,39 +3472,32 @@
3477
  "splits": {
3478
  "auxiliary_train": {
3479
  "name": "auxiliary_train",
3480
- "num_bytes": 160601257,
3481
  "num_examples": 99842,
3482
- "dataset_name": "mmlu"
3483
  },
3484
  "test": {
3485
  "name": "test",
3486
- "num_bytes": 217549,
3487
  "num_examples": 272,
3488
- "dataset_name": "mmlu"
3489
  },
3490
  "validation": {
3491
  "name": "validation",
3492
- "num_bytes": 23835,
3493
  "num_examples": 31,
3494
- "dataset_name": "mmlu"
3495
  },
3496
  "dev": {
3497
  "name": "dev",
3498
- "num_bytes": 3795,
3499
  "num_examples": 5,
3500
- "dataset_name": "mmlu"
3501
- }
3502
- },
3503
- "download_checksums": {
3504
- "data.tar": {
3505
- "num_bytes": 166184960,
3506
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
3507
  }
3508
  },
3509
- "download_size": 166184960,
3510
- "post_processing_size": null,
3511
- "dataset_size": 160846436,
3512
- "size_in_bytes": 327031396
3513
  },
3514
  "professional_psychology": {
3515
  "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",
 
3437
  "features": {
3438
  "question": {
3439
  "dtype": "string",
3440
+ "_type": "Value"
3441
+ },
3442
+ "subject": {
3443
+ "dtype": "string",
3444
  "_type": "Value"
3445
  },
3446
  "choices": {
3447
  "feature": {
3448
  "dtype": "string",
 
3449
  "_type": "Value"
3450
  },
 
 
3451
  "_type": "Sequence"
3452
  },
3453
  "answer": {
 
3454
  "names": [
3455
  "A",
3456
  "B",
3457
  "C",
3458
  "D"
3459
  ],
 
3460
  "_type": "ClassLabel"
3461
  }
3462
  },
3463
+ "builder_name": "parquet",
3464
+ "dataset_name": "mmlu",
 
 
3465
  "config_name": "professional_medicine",
3466
  "version": {
3467
  "version_str": "1.0.0",
 
3468
  "major": 1,
3469
  "minor": 0,
3470
  "patch": 0
 
3472
  "splits": {
3473
  "auxiliary_train": {
3474
  "name": "auxiliary_train",
3475
+ "num_bytes": 161000625,
3476
  "num_examples": 99842,
3477
+ "dataset_name": null
3478
  },
3479
  "test": {
3480
  "name": "test",
3481
+ "num_bytes": 224349,
3482
  "num_examples": 272,
3483
+ "dataset_name": null
3484
  },
3485
  "validation": {
3486
  "name": "validation",
3487
+ "num_bytes": 24610,
3488
  "num_examples": 31,
3489
+ "dataset_name": null
3490
  },
3491
  "dev": {
3492
  "name": "dev",
3493
+ "num_bytes": 3920,
3494
  "num_examples": 5,
3495
+ "dataset_name": null
 
 
 
 
 
 
3496
  }
3497
  },
3498
+ "download_size": 47312228,
3499
+ "dataset_size": 161253504,
3500
+ "size_in_bytes": 208565732
 
3501
  },
3502
  "professional_psychology": {
3503
  "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_medicine/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_medicine/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:940345ce705767f06808125a78dda1ff884bc16fa574ea9dc0f73540b5fc6eb0
3
+ size 7104
professional_medicine/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adefae866c651485ba6737b5aeffce1840d7fea2131ab956d87b205990f63059
3
+ size 122639
professional_medicine/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1ecb778a2ec60c256ec9f05a95313562c1e95c98295d674f8d414e2b1f3e0db
3
+ size 18530