Datasets:

Languages:
Thai
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
extended|other-thaiqa
Tags:
License:
lhoestq HF staff commited on
Commit
cb2e0de
1 Parent(s): 997cd28

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -20,6 +20,34 @@ task_ids:
20
  - open-domain-qa
21
  paperswithcode_id: null
22
  pretty_name: thaiqa-squad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for `thaiqa-squad`
@@ -168,4 +196,4 @@ SQuAD version: https://github.com/PyThaiNLP/thaiqa_squad
168
 
169
  ### Contributions
170
 
171
- Thanks to [@cstorm125](https://github.com/cstorm125) for adding this dataset.
20
  - open-domain-qa
21
  paperswithcode_id: null
22
  pretty_name: thaiqa-squad
23
+ dataset_info:
24
+ features:
25
+ - name: question_id
26
+ dtype: int32
27
+ - name: article_id
28
+ dtype: int32
29
+ - name: context
30
+ dtype: string
31
+ - name: question
32
+ dtype: string
33
+ - name: answers
34
+ sequence:
35
+ - name: answer
36
+ dtype: string
37
+ - name: answer_begin_position
38
+ dtype: int32
39
+ - name: answer_end_position
40
+ dtype: int32
41
+ config_name: thaiqa_squad
42
+ splits:
43
+ - name: train
44
+ num_bytes: 47905050
45
+ num_examples: 4000
46
+ - name: validation
47
+ num_bytes: 744813
48
+ num_examples: 74
49
+ download_size: 10003354
50
+ dataset_size: 48649863
51
  ---
52
 
53
  # Dataset Card for `thaiqa-squad`
196
 
197
  ### Contributions
198
 
199
+ Thanks to [@cstorm125](https://github.com/cstorm125) for adding this dataset.