Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
Thai
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,44 +1,48 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-3.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: answers
|
6 |
-
sequence:
|
7 |
-
- name: answer_end
|
8 |
-
dtype: int32
|
9 |
-
- name: answer_start
|
10 |
-
dtype: int32
|
11 |
-
- name: text
|
12 |
-
dtype: string
|
13 |
-
- name: article_id
|
14 |
-
dtype: string
|
15 |
-
- name: context
|
16 |
-
dtype: string
|
17 |
-
- name: question
|
18 |
-
dtype: string
|
19 |
-
- name: question_id
|
20 |
-
dtype: string
|
21 |
-
- name: title
|
22 |
-
dtype: string
|
23 |
-
splits:
|
24 |
-
- name: train
|
25 |
-
num_bytes: 63052002
|
26 |
-
num_examples: 9723
|
27 |
-
- name: validation
|
28 |
-
num_bytes: 2120732
|
29 |
-
num_examples: 742
|
30 |
-
- name: test
|
31 |
-
num_bytes: 2031980
|
32 |
-
num_examples: 739
|
33 |
-
download_size: 13884102
|
34 |
-
dataset_size: 67204714
|
35 |
-
configs:
|
36 |
-
- config_name: default
|
37 |
-
data_files:
|
38 |
-
- split: train
|
39 |
-
path: data/train-*
|
40 |
-
- split: validation
|
41 |
-
path: data/validation-*
|
42 |
-
- split: test
|
43 |
-
path: data/test-*
|
44 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-3.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: answers
|
6 |
+
sequence:
|
7 |
+
- name: answer_end
|
8 |
+
dtype: int32
|
9 |
+
- name: answer_start
|
10 |
+
dtype: int32
|
11 |
+
- name: text
|
12 |
+
dtype: string
|
13 |
+
- name: article_id
|
14 |
+
dtype: string
|
15 |
+
- name: context
|
16 |
+
dtype: string
|
17 |
+
- name: question
|
18 |
+
dtype: string
|
19 |
+
- name: question_id
|
20 |
+
dtype: string
|
21 |
+
- name: title
|
22 |
+
dtype: string
|
23 |
+
splits:
|
24 |
+
- name: train
|
25 |
+
num_bytes: 63052002
|
26 |
+
num_examples: 9723
|
27 |
+
- name: validation
|
28 |
+
num_bytes: 2120732
|
29 |
+
num_examples: 742
|
30 |
+
- name: test
|
31 |
+
num_bytes: 2031980
|
32 |
+
num_examples: 739
|
33 |
+
download_size: 13884102
|
34 |
+
dataset_size: 67204714
|
35 |
+
configs:
|
36 |
+
- config_name: default
|
37 |
+
data_files:
|
38 |
+
- split: train
|
39 |
+
path: data/train-*
|
40 |
+
- split: validation
|
41 |
+
path: data/validation-*
|
42 |
+
- split: test
|
43 |
+
path: data/test-*
|
44 |
+
language:
|
45 |
+
- th
|
46 |
+
size_categories:
|
47 |
+
- 1K<n<10K
|
48 |
+
---
|