Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
SaylorTwift HF Staff commited on
Commit
2d80ad9
·
verified ·
1 Parent(s): 80b1193

Add 'international_law' config data files

Browse files
README.md CHANGED
@@ -1111,6 +1111,8 @@ dataset_info:
1111
  features:
1112
  - name: question
1113
  dtype: string
 
 
1114
  - name: choices
1115
  sequence: string
1116
  - name: answer
@@ -1123,19 +1125,19 @@ dataset_info:
1123
  '3': D
1124
  splits:
1125
  - name: auxiliary_train
1126
- num_bytes: 160601377
1127
  num_examples: 99842
1128
  - name: test
1129
- num_bytes: 53531
1130
  num_examples: 121
1131
  - name: validation
1132
- num_bytes: 6473
1133
  num_examples: 13
1134
  - name: dev
1135
- num_bytes: 2418
1136
  num_examples: 5
1137
- download_size: 166184960
1138
- dataset_size: 160663799
1139
  - config_name: jurisprudence
1140
  features:
1141
  - name: question
@@ -2125,6 +2127,16 @@ configs:
2125
  path: human_sexuality/validation-*
2126
  - split: dev
2127
  path: human_sexuality/dev-*
 
 
 
 
 
 
 
 
 
 
2128
  ---
2129
 
2130
  # Dataset Card for MMLU
 
1111
  features:
1112
  - name: question
1113
  dtype: string
1114
+ - name: subject
1115
+ dtype: string
1116
  - name: choices
1117
  sequence: string
1118
  - name: answer
 
1125
  '3': D
1126
  splits:
1127
  - name: auxiliary_train
1128
+ num_bytes: 161000625
1129
  num_examples: 99842
1130
  - name: test
1131
+ num_bytes: 56060
1132
  num_examples: 121
1133
  - name: validation
1134
+ num_bytes: 6734
1135
  num_examples: 13
1136
  - name: dev
1137
+ num_bytes: 2511
1138
  num_examples: 5
1139
+ download_size: 47203538
1140
+ dataset_size: 161065930
1141
  - config_name: jurisprudence
1142
  features:
1143
  - name: question
 
2127
  path: human_sexuality/validation-*
2128
  - split: dev
2129
  path: human_sexuality/dev-*
2130
+ - config_name: international_law
2131
+ data_files:
2132
+ - split: auxiliary_train
2133
+ path: international_law/auxiliary_train-*
2134
+ - split: test
2135
+ path: international_law/test-*
2136
+ - split: validation
2137
+ path: international_law/validation-*
2138
+ - split: dev
2139
+ path: international_law/dev-*
2140
  ---
2141
 
2142
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -2387,39 +2387,34 @@
2387
  "features": {
2388
  "question": {
2389
  "dtype": "string",
2390
- "id": null,
 
 
 
2391
  "_type": "Value"
2392
  },
2393
  "choices": {
2394
  "feature": {
2395
  "dtype": "string",
2396
- "id": null,
2397
  "_type": "Value"
2398
  },
2399
- "length": -1,
2400
- "id": null,
2401
  "_type": "Sequence"
2402
  },
2403
  "answer": {
2404
- "num_classes": 4,
2405
  "names": [
2406
  "A",
2407
  "B",
2408
  "C",
2409
  "D"
2410
  ],
2411
- "id": null,
2412
  "_type": "ClassLabel"
2413
  }
2414
  },
2415
- "post_processed": null,
2416
- "supervised_keys": null,
2417
- "task_templates": null,
2418
- "builder_name": "mmlu",
2419
  "config_name": "international_law",
2420
  "version": {
2421
  "version_str": "1.0.0",
2422
- "description": null,
2423
  "major": 1,
2424
  "minor": 0,
2425
  "patch": 0
@@ -2427,39 +2422,32 @@
2427
  "splits": {
2428
  "auxiliary_train": {
2429
  "name": "auxiliary_train",
2430
- "num_bytes": 160601257,
2431
  "num_examples": 99842,
2432
- "dataset_name": "mmlu"
2433
  },
2434
  "test": {
2435
  "name": "test",
2436
- "num_bytes": 53519,
2437
  "num_examples": 121,
2438
- "dataset_name": "mmlu"
2439
  },
2440
  "validation": {
2441
  "name": "validation",
2442
- "num_bytes": 6461,
2443
  "num_examples": 13,
2444
- "dataset_name": "mmlu"
2445
  },
2446
  "dev": {
2447
  "name": "dev",
2448
- "num_bytes": 2406,
2449
  "num_examples": 5,
2450
- "dataset_name": "mmlu"
2451
- }
2452
- },
2453
- "download_checksums": {
2454
- "data.tar": {
2455
- "num_bytes": 166184960,
2456
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
2457
  }
2458
  },
2459
- "download_size": 166184960,
2460
- "post_processing_size": null,
2461
- "dataset_size": 160663643,
2462
- "size_in_bytes": 326848603
2463
  },
2464
  "jurisprudence": {
2465
  "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",
 
2387
  "features": {
2388
  "question": {
2389
  "dtype": "string",
2390
+ "_type": "Value"
2391
+ },
2392
+ "subject": {
2393
+ "dtype": "string",
2394
  "_type": "Value"
2395
  },
2396
  "choices": {
2397
  "feature": {
2398
  "dtype": "string",
 
2399
  "_type": "Value"
2400
  },
 
 
2401
  "_type": "Sequence"
2402
  },
2403
  "answer": {
 
2404
  "names": [
2405
  "A",
2406
  "B",
2407
  "C",
2408
  "D"
2409
  ],
 
2410
  "_type": "ClassLabel"
2411
  }
2412
  },
2413
+ "builder_name": "parquet",
2414
+ "dataset_name": "mmlu",
 
 
2415
  "config_name": "international_law",
2416
  "version": {
2417
  "version_str": "1.0.0",
 
2418
  "major": 1,
2419
  "minor": 0,
2420
  "patch": 0
 
2422
  "splits": {
2423
  "auxiliary_train": {
2424
  "name": "auxiliary_train",
2425
+ "num_bytes": 161000625,
2426
  "num_examples": 99842,
2427
+ "dataset_name": null
2428
  },
2429
  "test": {
2430
  "name": "test",
2431
+ "num_bytes": 56060,
2432
  "num_examples": 121,
2433
+ "dataset_name": null
2434
  },
2435
  "validation": {
2436
  "name": "validation",
2437
+ "num_bytes": 6734,
2438
  "num_examples": 13,
2439
+ "dataset_name": null
2440
  },
2441
  "dev": {
2442
  "name": "dev",
2443
+ "num_bytes": 2511,
2444
  "num_examples": 5,
2445
+ "dataset_name": null
 
 
 
 
 
 
2446
  }
2447
  },
2448
+ "download_size": 47203538,
2449
+ "dataset_size": 161065930,
2450
+ "size_in_bytes": 208269468
 
2451
  },
2452
  "jurisprudence": {
2453
  "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",
international_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
international_law/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21f859af9a1dc0ec70e94724bf5e39d9f981125d9f6ef5820d01382fa1b69884
3
+ size 4266
international_law/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b92bf052787cc532199ee9e8175ee1789ae182946dbf608a87208a76e6840b8c
3
+ size 28870
international_law/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0907bcdec7004b464c66501f2fb78f38b0239002f9960e96bf1e2ec840ce1d5
3
+ size 6447