textHuggingFaceH4/ultrachat_200kllmsftchatinstruction-tuningzephyrultrachatdialoguefine-tuningsyntheticmit
UltraChat 200k (Zephyr SFT Dataset)
About this data
Filtered 200k-dialogue subset of UltraChat used to train Zephyr-7B-β. High-quality multi-turn ChatGPT-generated conversations for supervised fine-tuning of chat models. MIT licensed, parquet format.
Schema
| Name | Type | Description |
|---|---|---|
| prompt | VARCHAR | Initial user prompt that seeded the multi-turn dialogue |
| prompt_id | VARCHAR | Stable hash identifier for the prompt |
| messages | STRUCT("content" VARCHAR, "role" VARCHAR)[] | Multi-turn conversation as ordered list of {role, content} pairs with role as 'user' or 'assistant' |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
Agent? No sign-up needed →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "UltraChat 200k (Zephyr SFT Dat" })
// Found: f9571c5e-17cd-4dca-a5e7-372575bd86d4
get_download_url({ dataset_id: "f9571c5e-17cd-4dca-a5e7-372575bd86d4" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/f9571c5e-17cd-4dca-a5e7-372575bd86d4/download-url