nayohan commited on
Commit
70cde1a
·
1 Parent(s): 71068b6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: title
7
+ dtype: string
8
+ - name: answer
9
+ dtype: bool
10
+ - name: passage
11
+ dtype: string
12
+ splits:
13
+ - name: train
14
+ num_bytes: 6349601
15
+ num_examples: 9427
16
+ - name: valid
17
+ num_bytes: 2176494
18
+ num_examples: 3270
19
+ download_size: 5393710
20
+ dataset_size: 8526095
21
+ ---
22
+ # Dataset Card for "boolq-ko"
23
+
24
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)