liyucheng commited on
Commit
301acc8
1 Parent(s): 4161217

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: subject
7
+ dtype: string
8
+ - name: choices
9
+ sequence: string
10
+ - name: answer
11
+ dtype:
12
+ class_label:
13
+ names:
14
+ '0': A
15
+ '1': B
16
+ '2': C
17
+ '3': D
18
+ - name: id
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 162487145
23
+ num_examples: 99842
24
+ download_size: 48165566
25
+ dataset_size: 162487145
26
+ ---
27
+ # Dataset Card for "mmlu_train"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)