nayohan commited on
Commit
6a9c9a3
·
1 Parent(s): efb42cb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: context
5
+ dtype: string
6
+ - name: question
7
+ dtype: string
8
+ - name: answerA
9
+ dtype: string
10
+ - name: answerB
11
+ dtype: string
12
+ - name: answerC
13
+ dtype: string
14
+ - name: label
15
+ dtype: int64
16
+ splits:
17
+ - name: train
18
+ num_bytes: 8358726
19
+ num_examples: 33410
20
+ - name: valid
21
+ num_bytes: 490857
22
+ num_examples: 1954
23
+ download_size: 4320202
24
+ dataset_size: 8849583
25
+ ---
26
+ # Dataset Card for "siqa-ko"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)