textHuggingFaceH4/ultrachat_200kllmsftchatinstruction-tuningzephyrultrachatdialoguefine-tuningsyntheticmit

UltraChat 200k (Zephyr SFT Dataset)

Category
Text
Records
515,311 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~1548.81 MB
Downloads
0

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

NameTypeDescription
promptVARCHARInitial user prompt that seeded the multi-turn dialogue
prompt_idVARCHARStable hash identifier for the prompt
messagesSTRUCT("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
Sign up to download

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 needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/f9571c5e-17cd-4dca-a5e7-372575bd86d4/download-url