Datasets:

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

Add 'electrical_engineering' config data files

Browse files
README.md CHANGED
@@ -491,6 +491,8 @@ dataset_info:
491
  features:
492
  - name: question
493
  dtype: string
 
 
494
  - name: choices
495
  sequence: string
496
  - name: answer
@@ -503,19 +505,19 @@ dataset_info:
503
  '3': D
504
  splits:
505
  - name: auxiliary_train
506
- num_bytes: 160601377
507
  num_examples: 99842
508
  - name: test
509
- num_bytes: 25142
510
  num_examples: 145
511
  - name: validation
512
- num_bytes: 2903
513
  num_examples: 16
514
  - name: dev
515
- num_bytes: 972
516
  num_examples: 5
517
- download_size: 166184960
518
- dataset_size: 160630394
519
  - config_name: elementary_mathematics
520
  features:
521
  - name: question
@@ -1885,6 +1887,16 @@ configs:
1885
  path: econometrics/validation-*
1886
  - split: dev
1887
  path: econometrics/dev-*
 
 
 
 
 
 
 
 
 
 
1888
  ---
1889
 
1890
  # Dataset Card for MMLU
 
491
  features:
492
  - name: question
493
  dtype: string
494
+ - name: subject
495
+ dtype: string
496
  - name: choices
497
  sequence: string
498
  - name: answer
 
505
  '3': D
506
  splits:
507
  - name: auxiliary_train
508
+ num_bytes: 161000625
509
  num_examples: 99842
510
  - name: test
511
+ num_bytes: 28900
512
  num_examples: 145
513
  - name: validation
514
+ num_bytes: 3307
515
  num_examples: 16
516
  - name: dev
517
+ num_bytes: 1090
518
  num_examples: 5
519
+ download_size: 47189021
520
+ dataset_size: 161033922
521
  - config_name: elementary_mathematics
522
  features:
523
  - name: question
 
1887
  path: econometrics/validation-*
1888
  - split: dev
1889
  path: econometrics/dev-*
1890
+ - config_name: electrical_engineering
1891
+ data_files:
1892
+ - split: auxiliary_train
1893
+ path: electrical_engineering/auxiliary_train-*
1894
+ - split: test
1895
+ path: electrical_engineering/test-*
1896
+ - split: validation
1897
+ path: electrical_engineering/validation-*
1898
+ - split: dev
1899
+ path: electrical_engineering/dev-*
1900
  ---
1901
 
1902
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -987,39 +987,34 @@
987
  "features": {
988
  "question": {
989
  "dtype": "string",
990
- "id": null,
 
 
 
991
  "_type": "Value"
992
  },
993
  "choices": {
994
  "feature": {
995
  "dtype": "string",
996
- "id": null,
997
  "_type": "Value"
998
  },
999
- "length": -1,
1000
- "id": null,
1001
  "_type": "Sequence"
1002
  },
1003
  "answer": {
1004
- "num_classes": 4,
1005
  "names": [
1006
  "A",
1007
  "B",
1008
  "C",
1009
  "D"
1010
  ],
1011
- "id": null,
1012
  "_type": "ClassLabel"
1013
  }
1014
  },
1015
- "post_processed": null,
1016
- "supervised_keys": null,
1017
- "task_templates": null,
1018
- "builder_name": "mmlu",
1019
  "config_name": "electrical_engineering",
1020
  "version": {
1021
  "version_str": "1.0.0",
1022
- "description": null,
1023
  "major": 1,
1024
  "minor": 0,
1025
  "patch": 0
@@ -1027,39 +1022,32 @@
1027
  "splits": {
1028
  "auxiliary_train": {
1029
  "name": "auxiliary_train",
1030
- "num_bytes": 160601257,
1031
  "num_examples": 99842,
1032
- "dataset_name": "mmlu"
1033
  },
1034
  "test": {
1035
  "name": "test",
1036
- "num_bytes": 25130,
1037
  "num_examples": 145,
1038
- "dataset_name": "mmlu"
1039
  },
1040
  "validation": {
1041
  "name": "validation",
1042
- "num_bytes": 2891,
1043
  "num_examples": 16,
1044
- "dataset_name": "mmlu"
1045
  },
1046
  "dev": {
1047
  "name": "dev",
1048
- "num_bytes": 960,
1049
  "num_examples": 5,
1050
- "dataset_name": "mmlu"
1051
- }
1052
- },
1053
- "download_checksums": {
1054
- "data.tar": {
1055
- "num_bytes": 166184960,
1056
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
1057
  }
1058
  },
1059
- "download_size": 166184960,
1060
- "post_processing_size": null,
1061
- "dataset_size": 160630238,
1062
- "size_in_bytes": 326815198
1063
  },
1064
  "elementary_mathematics": {
1065
  "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",
 
987
  "features": {
988
  "question": {
989
  "dtype": "string",
990
+ "_type": "Value"
991
+ },
992
+ "subject": {
993
+ "dtype": "string",
994
  "_type": "Value"
995
  },
996
  "choices": {
997
  "feature": {
998
  "dtype": "string",
 
999
  "_type": "Value"
1000
  },
 
 
1001
  "_type": "Sequence"
1002
  },
1003
  "answer": {
 
1004
  "names": [
1005
  "A",
1006
  "B",
1007
  "C",
1008
  "D"
1009
  ],
 
1010
  "_type": "ClassLabel"
1011
  }
1012
  },
1013
+ "builder_name": "parquet",
1014
+ "dataset_name": "mmlu",
 
 
1015
  "config_name": "electrical_engineering",
1016
  "version": {
1017
  "version_str": "1.0.0",
 
1018
  "major": 1,
1019
  "minor": 0,
1020
  "patch": 0
 
1022
  "splits": {
1023
  "auxiliary_train": {
1024
  "name": "auxiliary_train",
1025
+ "num_bytes": 161000625,
1026
  "num_examples": 99842,
1027
+ "dataset_name": null
1028
  },
1029
  "test": {
1030
  "name": "test",
1031
+ "num_bytes": 28900,
1032
  "num_examples": 145,
1033
+ "dataset_name": null
1034
  },
1035
  "validation": {
1036
  "name": "validation",
1037
+ "num_bytes": 3307,
1038
  "num_examples": 16,
1039
+ "dataset_name": null
1040
  },
1041
  "dev": {
1042
  "name": "dev",
1043
+ "num_bytes": 1090,
1044
  "num_examples": 5,
1045
+ "dataset_name": null
 
 
 
 
 
 
1046
  }
1047
  },
1048
+ "download_size": 47189021,
1049
+ "dataset_size": 161033922,
1050
+ "size_in_bytes": 208222943
 
1051
  },
1052
  "elementary_mathematics": {
1053
  "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",
electrical_engineering/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
electrical_engineering/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c9649943d35c5fb2d1b7e392ca6b7beb55a3e176c4ec83cc556ddb96047ce9d
3
+ size 3425
electrical_engineering/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e054f96d3fc5ce6c672388492d2eecc1ccc1bf67a27487b73e66801a8b14f6b
3
+ size 17103
electrical_engineering/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef29134b3fd101d2bbcc5e57dd40b23857e7b4aab0d8aa82cfed19c9e11cbe59
3
+ size 4538