File size: 901 Bytes
0a9c418
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f6074cd
 
0a9c418
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
license: cc-by-nc-3.0
dataset_info:
  features:
  - name: answers
    sequence:
    - name: answer_end
      dtype: int32
    - name: answer_start
      dtype: int32
    - name: text
      dtype: string
  - name: article_id
    dtype: string
  - name: context
    dtype: string
  - name: question
    dtype: string
  - name: question_id
    dtype: string
  - name: title
    dtype: string
  splits:
  - name: train
    num_bytes: 63052002
    num_examples: 9723
  - name: validation
    num_bytes: 2120732
    num_examples: 742
  - name: test
    num_bytes: 2031980
    num_examples: 739
  download_size: 13884102
  dataset_size: 67204714
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
language:
- th
size_categories:
- 1K<n<10K
task_categories:
- question-answering
---