File size: 1,274 Bytes
c167c45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62bdebd
 
 
 
 
 
 
 
c167c45
62bdebd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
53
---
dataset_info:
  features:
  - name: conversation
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: langs
    dtype: string
  splits:
  - name: train
    num_bytes: 238601
    num_examples: 167
  download_size: 96701
  dataset_size: 238601
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: apache-2.0
task_categories:
- conversational
- question-answering
language:
- th
size_categories:
- n<1K
---
# Open Assistant 2 Top-1 Thai

## Dataset Details

### Dataset Description

A top-1 Thai dataset taken from the top scoring https://huggingface.co/datasets/OpenAssistant/oasst2 conversations. Saved in HF Chat format.

**License**: Apache 2.0

Script: [https://github.com/wannaphong/deep_4_all/tree/main/datasets/oasst](https://github.com/wannaphong/deep_4_all/tree/main/datasets/oasst)

## Dataset Structure

We structure the dataset using the format commonly used as input into Hugging Face Chat Templates:

```
[
   {'content': 'ยุงที่แอฟริกาบินหรือเดิน', 'role': 'user'},
   {'content': 'บิน เพราะยุงทั่วโลกต่างบินเพื่อหาอาหาร', 'role': 'assistant'}
]
```