daydrill commited on
Commit
2eaaff8
1 Parent(s): a90b60d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: answer
5
+ dtype: string
6
+ - name: paragraph_question
7
+ dtype: string
8
+ - name: question
9
+ dtype: string
10
+ - name: sentence
11
+ dtype: string
12
+ - name: paragraph
13
+ dtype: string
14
+ - name: sentence_answer
15
+ dtype: string
16
+ - name: paragraph_answer
17
+ dtype: string
18
+ - name: paragraph_sentence
19
+ dtype: string
20
+ - name: paragraph_id
21
+ dtype: string
22
+ splits:
23
+ - name: test
24
+ num_bytes: 31745115.0
25
+ num_examples: 5766
26
+ - name: train
27
+ num_bytes: 1047040301.0
28
+ num_examples: 209474
29
+ - name: validation
30
+ num_bytes: 58984443.61513668
31
+ num_examples: 11532
32
+ download_size: 637559970
33
+ dataset_size: 1137769859.6151366
34
+ ---
35
+ # Dataset Card for "QG_korquad_aihub"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)