Datasets:

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

Add 'professional_law' config data files

Browse files
README.md CHANGED
@@ -1545,6 +1545,8 @@ dataset_info:
1545
  features:
1546
  - name: question
1547
  dtype: string
 
 
1548
  - name: choices
1549
  sequence: string
1550
  - name: answer
@@ -1557,19 +1559,19 @@ dataset_info:
1557
  '3': D
1558
  splits:
1559
  - name: auxiliary_train
1560
- num_bytes: 160601377
1561
  num_examples: 99842
1562
  - name: test
1563
- num_bytes: 1891762
1564
  num_examples: 1534
1565
  - name: validation
1566
- num_bytes: 203519
1567
  num_examples: 170
1568
  - name: dev
1569
- num_bytes: 6610
1570
  num_examples: 5
1571
- download_size: 166184960
1572
- dataset_size: 162703268
1573
  - config_name: professional_medicine
1574
  features:
1575
  - name: question
@@ -2293,6 +2295,16 @@ configs:
2293
  path: professional_accounting/validation-*
2294
  - split: dev
2295
  path: professional_accounting/dev-*
 
 
 
 
 
 
 
 
 
 
2296
  ---
2297
 
2298
  # Dataset Card for MMLU
 
1545
  features:
1546
  - name: question
1547
  dtype: string
1548
+ - name: subject
1549
+ dtype: string
1550
  - name: choices
1551
  sequence: string
1552
  - name: answer
 
1559
  '3': D
1560
  splits:
1561
  - name: auxiliary_train
1562
+ num_bytes: 161000625
1563
  num_examples: 99842
1564
  - name: test
1565
+ num_bytes: 1922430
1566
  num_examples: 1534
1567
  - name: validation
1568
+ num_bytes: 206907
1569
  num_examples: 170
1570
  - name: dev
1571
+ num_bytes: 6698
1572
  num_examples: 5
1573
+ download_size: 48319302
1574
+ dataset_size: 163136660
1575
  - config_name: professional_medicine
1576
  features:
1577
  - name: question
 
2295
  path: professional_accounting/validation-*
2296
  - split: dev
2297
  path: professional_accounting/dev-*
2298
+ - config_name: professional_law
2299
+ data_files:
2300
+ - split: auxiliary_train
2301
+ path: professional_law/auxiliary_train-*
2302
+ - split: test
2303
+ path: professional_law/test-*
2304
+ - split: validation
2305
+ path: professional_law/validation-*
2306
+ - split: dev
2307
+ path: professional_law/dev-*
2308
  ---
2309
 
2310
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -3367,39 +3367,34 @@
3367
  "features": {
3368
  "question": {
3369
  "dtype": "string",
3370
- "id": null,
 
 
 
3371
  "_type": "Value"
3372
  },
3373
  "choices": {
3374
  "feature": {
3375
  "dtype": "string",
3376
- "id": null,
3377
  "_type": "Value"
3378
  },
3379
- "length": -1,
3380
- "id": null,
3381
  "_type": "Sequence"
3382
  },
3383
  "answer": {
3384
- "num_classes": 4,
3385
  "names": [
3386
  "A",
3387
  "B",
3388
  "C",
3389
  "D"
3390
  ],
3391
- "id": null,
3392
  "_type": "ClassLabel"
3393
  }
3394
  },
3395
- "post_processed": null,
3396
- "supervised_keys": null,
3397
- "task_templates": null,
3398
- "builder_name": "mmlu",
3399
  "config_name": "professional_law",
3400
  "version": {
3401
  "version_str": "1.0.0",
3402
- "description": null,
3403
  "major": 1,
3404
  "minor": 0,
3405
  "patch": 0
@@ -3407,39 +3402,32 @@
3407
  "splits": {
3408
  "auxiliary_train": {
3409
  "name": "auxiliary_train",
3410
- "num_bytes": 160601257,
3411
  "num_examples": 99842,
3412
- "dataset_name": "mmlu"
3413
  },
3414
  "test": {
3415
  "name": "test",
3416
- "num_bytes": 1891750,
3417
  "num_examples": 1534,
3418
- "dataset_name": "mmlu"
3419
  },
3420
  "validation": {
3421
  "name": "validation",
3422
- "num_bytes": 203507,
3423
  "num_examples": 170,
3424
- "dataset_name": "mmlu"
3425
  },
3426
  "dev": {
3427
  "name": "dev",
3428
- "num_bytes": 6598,
3429
  "num_examples": 5,
3430
- "dataset_name": "mmlu"
3431
- }
3432
- },
3433
- "download_checksums": {
3434
- "data.tar": {
3435
- "num_bytes": 166184960,
3436
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
3437
  }
3438
  },
3439
- "download_size": 166184960,
3440
- "post_processing_size": null,
3441
- "dataset_size": 162703112,
3442
- "size_in_bytes": 328888072
3443
  },
3444
  "professional_medicine": {
3445
  "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",
 
3367
  "features": {
3368
  "question": {
3369
  "dtype": "string",
3370
+ "_type": "Value"
3371
+ },
3372
+ "subject": {
3373
+ "dtype": "string",
3374
  "_type": "Value"
3375
  },
3376
  "choices": {
3377
  "feature": {
3378
  "dtype": "string",
 
3379
  "_type": "Value"
3380
  },
 
 
3381
  "_type": "Sequence"
3382
  },
3383
  "answer": {
 
3384
  "names": [
3385
  "A",
3386
  "B",
3387
  "C",
3388
  "D"
3389
  ],
 
3390
  "_type": "ClassLabel"
3391
  }
3392
  },
3393
+ "builder_name": "parquet",
3394
+ "dataset_name": "mmlu",
 
 
3395
  "config_name": "professional_law",
3396
  "version": {
3397
  "version_str": "1.0.0",
 
3398
  "major": 1,
3399
  "minor": 0,
3400
  "patch": 0
 
3402
  "splits": {
3403
  "auxiliary_train": {
3404
  "name": "auxiliary_train",
3405
+ "num_bytes": 161000625,
3406
  "num_examples": 99842,
3407
+ "dataset_name": null
3408
  },
3409
  "test": {
3410
  "name": "test",
3411
+ "num_bytes": 1922430,
3412
  "num_examples": 1534,
3413
+ "dataset_name": null
3414
  },
3415
  "validation": {
3416
  "name": "validation",
3417
+ "num_bytes": 206907,
3418
  "num_examples": 170,
3419
+ "dataset_name": null
3420
  },
3421
  "dev": {
3422
  "name": "dev",
3423
+ "num_bytes": 6698,
3424
  "num_examples": 5,
3425
+ "dataset_name": null
 
 
 
 
 
 
3426
  }
3427
  },
3428
+ "download_size": 48319302,
3429
+ "dataset_size": 163136660,
3430
+ "size_in_bytes": 211455962
 
3431
  },
3432
  "professional_medicine": {
3433
  "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_law/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_law/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71ac061cc32a038458bedc4b07d8fbc6fc8cba9b8c2f7d97e3ef8c78b52e4714
3
+ size 11961
professional_law/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:790f497c2f9617d67f98fd3f45336e11a7aacf088d0c10e12cff4576729586cf
3
+ size 1029293
professional_law/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24bc0caad939439e6e4df2d0633a776bac0a22e0e52b1d7688173e1324c0cd4c
3
+ size 114093