wannaphong
commited on
Commit
•
62bdebd
1
Parent(s):
c167c45
Update README.md
Browse files
README.md
CHANGED
@@ -20,4 +20,34 @@ configs:
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
+
license: apache-2.0
|
24 |
+
task_categories:
|
25 |
+
- conversational
|
26 |
+
- question-answering
|
27 |
+
language:
|
28 |
+
- th
|
29 |
+
size_categories:
|
30 |
+
- n<1K
|
31 |
---
|
32 |
+
# Open Assistant 2 Top-1 Thai
|
33 |
+
|
34 |
+
## Dataset Details
|
35 |
+
|
36 |
+
### Dataset Description
|
37 |
+
|
38 |
+
A top-1 Thai dataset taken from the top scoring https://huggingface.co/datasets/OpenAssistant/oasst2 conversations. Saved in HF Chat format.
|
39 |
+
|
40 |
+
**License**: Apache 2.0
|
41 |
+
|
42 |
+
Script: [https://github.com/wannaphong/deep_4_all/tree/main/datasets/oasst](https://github.com/wannaphong/deep_4_all/tree/main/datasets/oasst)
|
43 |
+
|
44 |
+
## Dataset Structure
|
45 |
+
|
46 |
+
We structure the dataset using the format commonly used as input into Hugging Face Chat Templates:
|
47 |
+
|
48 |
+
```
|
49 |
+
[
|
50 |
+
{'content': 'ยุงที่แอฟริกาบินหรือเดิน', 'role': 'user'},
|
51 |
+
{'content': 'บิน เพราะยุงทั่วโลกต่างบินเพื่อหาอาหาร', 'role': 'assistant'}
|
52 |
+
]
|
53 |
+
```
|