textallenai/Dolci-Instruct-SFTinstruction-tuningsftolmomultilingualallenaifine-tuningllm-trainingodc-byparquetreasoning

Dolci Instruct SFT Mixture (Olmo 3 Training Data)

Category
Text
Records
2,152,112 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~2919.6 MB
Downloads
0

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

NameTypeDescription
idVARCHARUnique identifier for the instruction-response sample
messagesSTRUCT("content" VARCHAR, function_calls VARCHAR, "functions" VARCHAR, "role" VARCHAR)[]List of chat turns with role (user/assistant), content text, and optional function calls
source_datasetVARCHARUpstream dataset name or mixture component identifier
domainVARCHARSubject 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
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: "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 needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/58d1ba5b-54bc-4393-976e-1ab935fce4cb/download-url