Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,28 @@ configs:
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
+
license: cc-by-4.0
|
20 |
+
task_categories:
|
21 |
+
- text-generation
|
22 |
+
language:
|
23 |
+
- th
|
24 |
+
size_categories:
|
25 |
+
- 10K<n<100K
|
26 |
---
|
27 |
+
|
28 |
+
# Thai local instruction v2
|
29 |
+
|
30 |
+
Thai local language instruction dataset v2
|
31 |
+
|
32 |
+
List:
|
33 |
+
|
34 |
+
- korat (ภาษาโคราช)
|
35 |
+
- pattani (ภาษาปักษ์ใต้หรือภาษาใต้)
|
36 |
+
- khummuang (ภาษาเหนือหรือภาษาคำเมือง)
|
37 |
+
- isan (ภาษาอีสาน)
|
38 |
+
|
39 |
+
Sources:
|
40 |
+
|
41 |
+
- [th.wiktionary.org](https://th.wiktionary.org/) (CC BY-SA) for khummuang dictionary.
|
42 |
+
- [isan.clubs.chula.ac.th](http://www.isan.clubs.chula.ac.th/lang/index.php) (CC BY-SA-NC) for isan dictionary and sentence.
|
43 |
+
- [pythainlp/thai-local-language-translation-dataset](https://huggingface.co/datasets/pythainlp/thai-local-language-translation-dataset) (CC BY-SA) for korat sentences, pattani sentences, and khummuang sentences.
|