yslim0726 commited on
Commit
5128e18
1 Parent(s): 6f1547b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: challenge
10
+ path: data/challenge-*
11
+ dataset_info:
12
+ features:
13
+ - name: data_index_by_user
14
+ dtype: int32
15
+ - name: id
16
+ dtype: string
17
+ - name: context_id
18
+ dtype: string
19
+ - name: question_id
20
+ dtype: string
21
+ - name: domain
22
+ dtype: string
23
+ - name: metadata
24
+ struct:
25
+ - name: author
26
+ dtype: string
27
+ - name: title
28
+ dtype: string
29
+ - name: url
30
+ dtype: string
31
+ - name: context
32
+ dtype: string
33
+ - name: question
34
+ dtype: string
35
+ - name: question_type
36
+ dtype: string
37
+ - name: answers
38
+ sequence: string
39
+ - name: correct_answer_id
40
+ dtype: int32
41
+ splits:
42
+ - name: train
43
+ num_bytes: 27612173
44
+ num_examples: 10246
45
+ - name: validation
46
+ num_bytes: 5860893
47
+ num_examples: 2164
48
+ - name: challenge
49
+ num_bytes: 1451663
50
+ num_examples: 556
51
+ download_size: 2671154
52
+ dataset_size: 34924729
53
+ ---
54
+ # Dataset Card for "kor_quail"
55
+
56
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)