wannaphong's picture
Update README.md
62bdebd verified
metadata
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

Dataset Structure

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

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