Datasets:

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

Add 'professional_accounting' config data files

Browse files
README.md CHANGED
@@ -1514,6 +1514,8 @@ dataset_info:
1514
  features:
1515
  - name: question
1516
  dtype: string
 
 
1517
  - name: choices
1518
  sequence: string
1519
  - name: answer
@@ -1526,19 +1528,19 @@ dataset_info:
1526
  '3': D
1527
  splits:
1528
  - name: auxiliary_train
1529
- num_bytes: 160601377
1530
  num_examples: 99842
1531
  - name: test
1532
- num_bytes: 124550
1533
  num_examples: 282
1534
  - name: validation
1535
- num_bytes: 14372
1536
  num_examples: 31
1537
  - name: dev
1538
- num_bytes: 2148
1539
  num_examples: 5
1540
- download_size: 166184960
1541
- dataset_size: 160742447
1542
  - config_name: professional_law
1543
  features:
1544
  - name: question
@@ -2281,6 +2283,16 @@ configs:
2281
  path: prehistory/validation-*
2282
  - split: dev
2283
  path: prehistory/dev-*
 
 
 
 
 
 
 
 
 
 
2284
  ---
2285
 
2286
  # Dataset Card for MMLU
 
1514
  features:
1515
  - name: question
1516
  dtype: string
1517
+ - name: subject
1518
+ dtype: string
1519
  - name: choices
1520
  sequence: string
1521
  - name: answer
 
1528
  '3': D
1529
  splits:
1530
  - name: auxiliary_train
1531
+ num_bytes: 161000625
1532
  num_examples: 99842
1533
  - name: test
1534
+ num_bytes: 132152
1535
  num_examples: 282
1536
  - name: validation
1537
+ num_bytes: 15197
1538
  num_examples: 31
1539
  - name: dev
1540
+ num_bytes: 2271
1541
  num_examples: 5
1542
+ download_size: 47249006
1543
+ dataset_size: 161150245
1544
  - config_name: professional_law
1545
  features:
1546
  - name: question
 
2283
  path: prehistory/validation-*
2284
  - split: dev
2285
  path: prehistory/dev-*
2286
+ - config_name: professional_accounting
2287
+ data_files:
2288
+ - split: auxiliary_train
2289
+ path: professional_accounting/auxiliary_train-*
2290
+ - split: test
2291
+ path: professional_accounting/test-*
2292
+ - split: validation
2293
+ path: professional_accounting/validation-*
2294
+ - split: dev
2295
+ path: professional_accounting/dev-*
2296
  ---
2297
 
2298
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -3297,39 +3297,34 @@
3297
  "features": {
3298
  "question": {
3299
  "dtype": "string",
3300
- "id": null,
 
 
 
3301
  "_type": "Value"
3302
  },
3303
  "choices": {
3304
  "feature": {
3305
  "dtype": "string",
3306
- "id": null,
3307
  "_type": "Value"
3308
  },
3309
- "length": -1,
3310
- "id": null,
3311
  "_type": "Sequence"
3312
  },
3313
  "answer": {
3314
- "num_classes": 4,
3315
  "names": [
3316
  "A",
3317
  "B",
3318
  "C",
3319
  "D"
3320
  ],
3321
- "id": null,
3322
  "_type": "ClassLabel"
3323
  }
3324
  },
3325
- "post_processed": null,
3326
- "supervised_keys": null,
3327
- "task_templates": null,
3328
- "builder_name": "mmlu",
3329
  "config_name": "professional_accounting",
3330
  "version": {
3331
  "version_str": "1.0.0",
3332
- "description": null,
3333
  "major": 1,
3334
  "minor": 0,
3335
  "patch": 0
@@ -3337,39 +3332,32 @@
3337
  "splits": {
3338
  "auxiliary_train": {
3339
  "name": "auxiliary_train",
3340
- "num_bytes": 160601257,
3341
  "num_examples": 99842,
3342
- "dataset_name": "mmlu"
3343
  },
3344
  "test": {
3345
  "name": "test",
3346
- "num_bytes": 124538,
3347
  "num_examples": 282,
3348
- "dataset_name": "mmlu"
3349
  },
3350
  "validation": {
3351
  "name": "validation",
3352
- "num_bytes": 14360,
3353
  "num_examples": 31,
3354
- "dataset_name": "mmlu"
3355
  },
3356
  "dev": {
3357
  "name": "dev",
3358
- "num_bytes": 2136,
3359
  "num_examples": 5,
3360
- "dataset_name": "mmlu"
3361
- }
3362
- },
3363
- "download_checksums": {
3364
- "data.tar": {
3365
- "num_bytes": 166184960,
3366
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
3367
  }
3368
  },
3369
- "download_size": 166184960,
3370
- "post_processing_size": null,
3371
- "dataset_size": 160742291,
3372
- "size_in_bytes": 326927251
3373
  },
3374
  "professional_law": {
3375
  "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",
 
3297
  "features": {
3298
  "question": {
3299
  "dtype": "string",
3300
+ "_type": "Value"
3301
+ },
3302
+ "subject": {
3303
+ "dtype": "string",
3304
  "_type": "Value"
3305
  },
3306
  "choices": {
3307
  "feature": {
3308
  "dtype": "string",
 
3309
  "_type": "Value"
3310
  },
 
 
3311
  "_type": "Sequence"
3312
  },
3313
  "answer": {
 
3314
  "names": [
3315
  "A",
3316
  "B",
3317
  "C",
3318
  "D"
3319
  ],
 
3320
  "_type": "ClassLabel"
3321
  }
3322
  },
3323
+ "builder_name": "parquet",
3324
+ "dataset_name": "mmlu",
 
 
3325
  "config_name": "professional_accounting",
3326
  "version": {
3327
  "version_str": "1.0.0",
 
3328
  "major": 1,
3329
  "minor": 0,
3330
  "patch": 0
 
3332
  "splits": {
3333
  "auxiliary_train": {
3334
  "name": "auxiliary_train",
3335
+ "num_bytes": 161000625,
3336
  "num_examples": 99842,
3337
+ "dataset_name": null
3338
  },
3339
  "test": {
3340
  "name": "test",
3341
+ "num_bytes": 132152,
3342
  "num_examples": 282,
3343
+ "dataset_name": null
3344
  },
3345
  "validation": {
3346
  "name": "validation",
3347
+ "num_bytes": 15197,
3348
  "num_examples": 31,
3349
+ "dataset_name": null
3350
  },
3351
  "dev": {
3352
  "name": "dev",
3353
+ "num_bytes": 2271,
3354
  "num_examples": 5,
3355
+ "dataset_name": null
 
 
 
 
 
 
3356
  }
3357
  },
3358
+ "download_size": 47249006,
3359
+ "dataset_size": 161150245,
3360
+ "size_in_bytes": 208399251
 
3361
  },
3362
  "professional_law": {
3363
  "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_accounting/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_accounting/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66dfbf37623583ab3bf2666ea3d0d3d83878e091064272bc2f12b99ed73d8110
3
+ size 4244
professional_accounting/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7a74895f521daa4ed7d15d5a3cec9e1e7d53b5af02f03c47b7c7ea2d1fdcf47
3
+ size 68760
professional_accounting/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94724eb35babfb34738df813cde9b5d225793a98fa6aab491e0ee8c71191cded
3
+ size 12047