language: | |
- th | |
dataset_info: | |
features: | |
- name: text | |
dtype: string | |
splits: | |
- name: train | |
num_bytes: 18683342 | |
num_examples: 5267 | |
download_size: 6977625 | |
dataset_size: 18683342 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
# Dataset Card for "thai_instruct" | |
This data set was created using the Qwen2-72B-Instruct. | |
## How to use | |
```python | |
>>> from datasets import load_dataset | |
>>> ds = load_dataset("jaeyong2/thai_instruct", split="train") | |
``` | |
## License | |
- Qwen/Qwen2-72B-Instruct : https://huggingface.co/Qwen/Qwen2-72B-Instruct/blob/main/LICENSE | |
## Acknowledgement | |
This research is supported by **TPU Research Cloud program**. |