wannaphong commited on
Commit
158220b
1 Parent(s): f3720ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -16,7 +16,33 @@ dataset_info:
16
  num_examples: 19729
17
  download_size: 1993665
18
  dataset_size: 6335219
 
 
 
 
 
 
 
 
19
  ---
20
  # Dataset Card for "thai-wiktionary-prompt"
21
 
22
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  num_examples: 19729
17
  download_size: 1993665
18
  dataset_size: 6335219
19
+ license: cc-by-sa-3.0
20
+ task_categories:
21
+ - text2text-generation
22
+ - text-generation
23
+ language:
24
+ - th
25
+ size_categories:
26
+ - 10K<n<100K
27
  ---
28
  # Dataset Card for "thai-wiktionary-prompt"
29
 
30
+ This dataset made to create prompt for get the meaning of word.
31
+
32
+ Dataset from [Thai wiktionary](https://th.wiktionary.org/).
33
+
34
+ ## Template
35
+ ```
36
+ Inputs: จงบอกความหมายของคำต่อไปนี้: {word}
37
+
38
+ Targets: The meaning of word.
39
+ ```
40
+
41
+ Example:
42
+
43
+ ```
44
+ Inputs: จงบอกความหมายของคำต่อไปนี้: พจนานุกรม
45
+
46
+ Targets: คำนาม
47
+ 1.สิ่งตีพิมพ์ โดยทั่วไปอยู่ในรูปหนังสือ ซึ่งบรรจุรายการของคำและความหมายของคำ (ปกติเรียงลำดับตามตัวอักษร) นอกจากนี้อาจบรรจุสารสนเทศเกี่ยวกับที่มาของคำ การใช้ คำแปล ตลอดจนสารสนเทศอื่น ๆ ที่เกี่ยวข้องกับคำนั้น ๆ พจนานุกรมบางฉบับจะบรรจุคำและ/หรือให้คำแปลมากกว่าหนึ่งภาษา
48
+ ```