nayohan commited on
Commit
849c935
1 Parent(s): 3851a67

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: stem
5
+ dtype: string
6
+ - name: label_A
7
+ dtype: string
8
+ - name: label_B
9
+ dtype: string
10
+ - name: label_C
11
+ dtype: string
12
+ - name: label_D
13
+ dtype: string
14
+ - name: label_E
15
+ dtype: string
16
+ - name: answerKey
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 1662060
21
+ num_examples: 9741
22
+ - name: valid
23
+ num_bytes: 206056
24
+ num_examples: 1221
25
+ download_size: 1169959
26
+ dataset_size: 1868116
27
+ ---
28
+ # Dataset Card for "commonsense_qa-ko"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)