lhoestq HF staff commited on
Commit
a5d0d35
1 Parent(s): e6b6cd4

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -20,6 +20,38 @@ task_ids:
20
  - extractive-qa
21
  paperswithcode_id: null
22
  pretty_name: KorQuAD v2.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for KorQuAD v2.1
@@ -176,4 +208,4 @@ Wikipedia
176
 
177
  ### Contributions
178
 
179
- Thanks to [@cceyda](https://github.com/cceyda) for adding this dataset.
20
  - extractive-qa
21
  paperswithcode_id: null
22
  pretty_name: KorQuAD v2.1
23
+ dataset_info:
24
+ features:
25
+ - name: id
26
+ dtype: string
27
+ - name: title
28
+ dtype: string
29
+ - name: context
30
+ dtype: string
31
+ - name: question
32
+ dtype: string
33
+ - name: answer
34
+ struct:
35
+ - name: text
36
+ dtype: string
37
+ - name: answer_start
38
+ dtype: int32
39
+ - name: html_answer_start
40
+ dtype: int32
41
+ - name: url
42
+ dtype: string
43
+ - name: raw_html
44
+ dtype: string
45
+ config_name: squad_kor_v2
46
+ splits:
47
+ - name: train
48
+ num_bytes: 17983434492
49
+ num_examples: 83486
50
+ - name: validation
51
+ num_bytes: 2230543100
52
+ num_examples: 10165
53
+ download_size: 1373763305
54
+ dataset_size: 20213977592
55
  ---
56
 
57
  # Dataset Card for KorQuAD v2.1
208
 
209
  ### Contributions
210
 
211
+ Thanks to [@cceyda](https://github.com/cceyda) for adding this dataset.