Datasets:

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

Add 'marketing' config data files

Browse files
README.md CHANGED
@@ -1266,6 +1266,8 @@ dataset_info:
1266
  features:
1267
  - name: question
1268
  dtype: string
 
 
1269
  - name: choices
1270
  sequence: string
1271
  - name: answer
@@ -1278,19 +1280,19 @@ dataset_info:
1278
  '3': D
1279
  splits:
1280
  - name: auxiliary_train
1281
- num_bytes: 160601377
1282
  num_examples: 99842
1283
  - name: test
1284
- num_bytes: 63025
1285
  num_examples: 234
1286
  - name: validation
1287
- num_bytes: 7394
1288
  num_examples: 25
1289
  - name: dev
1290
- num_bytes: 1481
1291
  num_examples: 5
1292
- download_size: 166184960
1293
- dataset_size: 160673277
1294
  - config_name: medical_genetics
1295
  features:
1296
  - name: question
@@ -2185,6 +2187,16 @@ configs:
2185
  path: management/validation-*
2186
  - split: dev
2187
  path: management/dev-*
 
 
 
 
 
 
 
 
 
 
2188
  ---
2189
 
2190
  # Dataset Card for MMLU
 
1266
  features:
1267
  - name: question
1268
  dtype: string
1269
+ - name: subject
1270
+ dtype: string
1271
  - name: choices
1272
  sequence: string
1273
  - name: answer
 
1280
  '3': D
1281
  splits:
1282
  - name: auxiliary_train
1283
+ num_bytes: 161000625
1284
  num_examples: 99842
1285
  - name: test
1286
+ num_bytes: 66055
1287
  num_examples: 234
1288
  - name: validation
1289
+ num_bytes: 7707
1290
  num_examples: 25
1291
  - name: dev
1292
+ num_bytes: 1534
1293
  num_examples: 5
1294
+ download_size: 47211905
1295
+ dataset_size: 161075921
1296
  - config_name: medical_genetics
1297
  features:
1298
  - name: question
 
2187
  path: management/validation-*
2188
  - split: dev
2189
  path: management/dev-*
2190
+ - config_name: marketing
2191
+ data_files:
2192
+ - split: auxiliary_train
2193
+ path: marketing/auxiliary_train-*
2194
+ - split: test
2195
+ path: marketing/test-*
2196
+ - split: validation
2197
+ path: marketing/validation-*
2198
+ - split: dev
2199
+ path: marketing/dev-*
2200
  ---
2201
 
2202
  # Dataset Card for MMLU
dataset_infos.json CHANGED
@@ -2737,39 +2737,34 @@
2737
  "features": {
2738
  "question": {
2739
  "dtype": "string",
2740
- "id": null,
 
 
 
2741
  "_type": "Value"
2742
  },
2743
  "choices": {
2744
  "feature": {
2745
  "dtype": "string",
2746
- "id": null,
2747
  "_type": "Value"
2748
  },
2749
- "length": -1,
2750
- "id": null,
2751
  "_type": "Sequence"
2752
  },
2753
  "answer": {
2754
- "num_classes": 4,
2755
  "names": [
2756
  "A",
2757
  "B",
2758
  "C",
2759
  "D"
2760
  ],
2761
- "id": null,
2762
  "_type": "ClassLabel"
2763
  }
2764
  },
2765
- "post_processed": null,
2766
- "supervised_keys": null,
2767
- "task_templates": null,
2768
- "builder_name": "mmlu",
2769
  "config_name": "marketing",
2770
  "version": {
2771
  "version_str": "1.0.0",
2772
- "description": null,
2773
  "major": 1,
2774
  "minor": 0,
2775
  "patch": 0
@@ -2777,39 +2772,32 @@
2777
  "splits": {
2778
  "auxiliary_train": {
2779
  "name": "auxiliary_train",
2780
- "num_bytes": 160601257,
2781
  "num_examples": 99842,
2782
- "dataset_name": "mmlu"
2783
  },
2784
  "test": {
2785
  "name": "test",
2786
- "num_bytes": 63013,
2787
  "num_examples": 234,
2788
- "dataset_name": "mmlu"
2789
  },
2790
  "validation": {
2791
  "name": "validation",
2792
- "num_bytes": 7382,
2793
  "num_examples": 25,
2794
- "dataset_name": "mmlu"
2795
  },
2796
  "dev": {
2797
  "name": "dev",
2798
- "num_bytes": 1469,
2799
  "num_examples": 5,
2800
- "dataset_name": "mmlu"
2801
- }
2802
- },
2803
- "download_checksums": {
2804
- "data.tar": {
2805
- "num_bytes": 166184960,
2806
- "checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
2807
  }
2808
  },
2809
- "download_size": 166184960,
2810
- "post_processing_size": null,
2811
- "dataset_size": 160673121,
2812
- "size_in_bytes": 326858081
2813
  },
2814
  "medical_genetics": {
2815
  "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",
 
2737
  "features": {
2738
  "question": {
2739
  "dtype": "string",
2740
+ "_type": "Value"
2741
+ },
2742
+ "subject": {
2743
+ "dtype": "string",
2744
  "_type": "Value"
2745
  },
2746
  "choices": {
2747
  "feature": {
2748
  "dtype": "string",
 
2749
  "_type": "Value"
2750
  },
 
 
2751
  "_type": "Sequence"
2752
  },
2753
  "answer": {
 
2754
  "names": [
2755
  "A",
2756
  "B",
2757
  "C",
2758
  "D"
2759
  ],
 
2760
  "_type": "ClassLabel"
2761
  }
2762
  },
2763
+ "builder_name": "parquet",
2764
+ "dataset_name": "mmlu",
 
 
2765
  "config_name": "marketing",
2766
  "version": {
2767
  "version_str": "1.0.0",
 
2768
  "major": 1,
2769
  "minor": 0,
2770
  "patch": 0
 
2772
  "splits": {
2773
  "auxiliary_train": {
2774
  "name": "auxiliary_train",
2775
+ "num_bytes": 161000625,
2776
  "num_examples": 99842,
2777
+ "dataset_name": null
2778
  },
2779
  "test": {
2780
  "name": "test",
2781
+ "num_bytes": 66055,
2782
  "num_examples": 234,
2783
+ "dataset_name": null
2784
  },
2785
  "validation": {
2786
  "name": "validation",
2787
+ "num_bytes": 7707,
2788
  "num_examples": 25,
2789
+ "dataset_name": null
2790
  },
2791
  "dev": {
2792
  "name": "dev",
2793
+ "num_bytes": 1534,
2794
  "num_examples": 5,
2795
+ "dataset_name": null
 
 
 
 
 
 
2796
  }
2797
  },
2798
+ "download_size": 47211905,
2799
+ "dataset_size": 161075921,
2800
+ "size_in_bytes": 208287826
 
2801
  },
2802
  "medical_genetics": {
2803
  "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",
marketing/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
marketing/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e27aa228b90ca6c1a608babba1ac24628d53f10ecc9a1ff8b6a1f0131d51b260
3
+ size 3738
marketing/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f51d8afa4082af375186991f5bbc0bb6caf799d793240209582b5efd4e1e401
3
+ size 36632
marketing/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a9c7448f5cb53594a23fecc457d9d38ce4f13330cd02e1beb61cde64085230a
3
+ size 7580