Commit
·
95dc3ac
1
Parent(s):
b65e48c
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,29 @@ dataset_info:
|
|
11 |
num_examples: 130454
|
12 |
download_size: 5903386
|
13 |
dataset_size: 26964824
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
# Dataset Card for "blackboard_treebank_prompt"
|
16 |
|
17 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
num_examples: 130454
|
12 |
download_size: 5903386
|
13 |
dataset_size: 26964824
|
14 |
+
license: cc-by-3.0
|
15 |
+
task_categories:
|
16 |
+
- text2text-generation
|
17 |
+
- text-generation
|
18 |
+
language:
|
19 |
+
- th
|
20 |
+
size_categories:
|
21 |
+
- 10K<n<100K
|
22 |
---
|
23 |
# Dataset Card for "blackboard_treebank_prompt"
|
24 |
|
25 |
+
This dataset made from [blackboard treebank](https://bitbucket.org/kaamanita/blackboard-treebank). The dataset want to create Thai sentence by structure.
|
26 |
+
|
27 |
+
The original dataset used own tags but we use Universal Dependencies tags, so we convert those tags into Universal Dependencies tags. [See blackboard treebank tags to Universal Dependencies tags](https://github.com/PyThaiNLP/pythainlp/blob/dev/pythainlp/tag/blackboard.py#L56C5-L56C17)
|
28 |
+
|
29 |
+
|
30 |
+
Source code for create dataset: [https://github.com/PyThaiNLP/support-aya-datasets/blob/main/pos/blackboard_treebank_prompt.ipynb](https://github.com/PyThaiNLP/support-aya-datasets/blob/main/pos/blackboard_treebank_prompt.ipynb)
|
31 |
+
|
32 |
+
## Template
|
33 |
+
```
|
34 |
+
Inputs: จงสร้างประโยคตามโครงสร้าง {pos}:
|
35 |
+
|
36 |
+
Targets: Thai sentence
|
37 |
+
```
|
38 |
+
|
39 |
+
See more: [blackboard treebank](https://bitbucket.org/kaamanita/blackboard-treebank).
|