This dataset is a filtered and reformatted version of the OpenAssistant OASST1 dataset. It contains only English conversations and has been converted into the OpenAI-style message format suitable for training instruction-tuned LLMs (like ChatGPT-style models).
Each data sample contains a list of messages with the following structure:
{
"messages": [
{"role": "user", "content": "What is the capital of France?"}⦠See the full description on the dataset page:
https://huggingface.co/datasets/Akshaykumarbm/oasst-english-openai-formate.