Dataset Name on Hugging Face: PursuitOfDataScience/ProcessedOpenAssistant
Overview
This dataset is derived from the OpenAssistant/oasst1 conversations, with additional processing to:
Remove single-turn or incomplete conversations (where a prompter/user message had no assistant reply),
Rename roles from "prompter" to "User" and "assistant" to "Assistant",
Organize each conversation as a list of turn objects.