File size: 1,547 Bytes
f3720ec
8165b30
 
 
 
 
 
 
 
f3720ec
 
 
 
 
 
 
 
 
 
 
 
 
bdffbce
f3720ec
bdffbce
 
f3720ec
 
 
158220b
 
 
 
 
 
 
 
7b29f72
 
158220b
 
 
 
 
7b29f72
158220b
7b29f72
 
 
d422072
 
 
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
51
52
---
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