textallenai/Dolci-Instruct-SFTinstruction-tuningsftolmomultilingualallenaifine-tuningllm-trainingodc-byparquetreasoning
Dolci Instruct SFT Mixture (Olmo 3 Training Data)
About this data
2.15M-sample multilingual instruction SFT mixture used to train AI2's Olmo 3 7B Instruct. Parquet format, ODC-BY licensed, covers 70+ languages and includes OpenThoughts 3 and other curated prompt sets.
Schema
| Name | Type | Description |
|---|---|---|
| id | VARCHAR | Unique identifier for the instruction-response sample |
| messages | STRUCT("content" VARCHAR, function_calls VARCHAR, "functions" VARCHAR, "role" VARCHAR)[] | List of chat turns with role (user/assistant), content text, and optional function calls |
| source_dataset | VARCHAR | Upstream dataset name or mixture component identifier |
| domain | VARCHAR | Subject area or category (e.g., math, code, reasoning) |
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: "Dolci Instruct SFT Mixture (Ol" })
// Found: 58d1ba5b-54bc-4393-976e-1ab935fce4cb
get_download_url({ dataset_id: "58d1ba5b-54bc-4393-976e-1ab935fce4cb" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/58d1ba5b-54bc-4393-976e-1ab935fce4cb/download-url