wannaphong's picture
Update README.md
d422072
---
language:
- th
license: cc-by-sa-3.0
size_categories:
- 10K<n<100K
task_categories:
- text2text-generation
- text-generation
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: inputs
dtype: string
- name: targets
dtype: string
splits:
- name: train
num_bytes: 10265752
num_examples: 19729
download_size: 2491006
dataset_size: 10265752
---
# Dataset Card for "thai-wiktionary-prompt"
This dataset made to create prompt for get the meaning of word.
Dataset from [Thai wiktionary](https://th.wiktionary.org/).
## Template
```
Inputs: จงบอกความหมายของคำต่อไปนี้: {word}
Targets: คำว่า {word} มีความหมายตามชนิดของคำได้ดังต่อไปนี้\n
- POS มีความหมายได้ว่า the meaning of word (split with "/")
```
Example:
```
Inputs: จงบอกความหมายของคำต่อไปนี้: ศึกษา
Targets: คำว่า ศึกษา มีความหมายตามชนิดของคำได้ดังต่อไปนี้
- คำนาม มีความหมายได้ว่า การเล่าเรียน การฝึกฝน และการอบรม
- คำกริยา มีความหมายได้ว่า เล่าเรียน ฝึกฝน และอบรม
```
PyThaiNLP