wannaphong commited on
Commit
a1644a9
1 Parent(s): 7f19e1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -11,7 +11,28 @@ dataset_info:
11
  num_examples: 1000
12
  download_size: 171576
13
  dataset_size: 475196
 
 
 
 
 
 
 
 
14
  ---
15
  # Dataset Card for "UD_Thai-PUD-prompt"
16
 
17
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  num_examples: 1000
12
  download_size: 171576
13
  dataset_size: 475196
14
+ license: cc-by-sa-3.0
15
+ task_categories:
16
+ - text2text-generation
17
+ - text-generation
18
+ language:
19
+ - th
20
+ size_categories:
21
+ - n<1K
22
  ---
23
  # Dataset Card for "UD_Thai-PUD-prompt"
24
 
25
+ This dataset is the test set from the Parallel Universal Dependencies (PUD) treebanks.
26
+
27
+ See more [https://github.com/UniversalDependencies/UD_Thai-PUD](https://github.com/UniversalDependencies/UD_Thai-PUD)
28
+
29
+ ## Template
30
+ ```
31
+ Inputs: จงสร้างประโยคตามโครงสร้าง {pos}:
32
+
33
+ Targets: Thai sentence
34
+ ```
35
+ pos: [All tag](https://universaldependencies.org/u/pos/)
36
+
37
+
38
+ Source code for create dataset: [https://github.com/PyThaiNLP/support-aya-datasets/blob/main/pos/ud_pud_thai.ipynb](https://github.com/PyThaiNLP/support-aya-datasets/blob/main/pos/ud_pud_thai.ipynb)