textOpen-Orca/OpenOrcainstruction-tuningllmflanorcafine-tuninggpt-4distillationenglishparquetrag

OpenOrca — Augmented FLAN Instruction Dataset

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

About this data

~4M GPT-4/GPT-3.5 augmented FLAN instruction-response pairs aligned with the Orca paper distribution. Widely used for instruction tuning and fine-tuning open LLMs.

Schema

NameTypeDescription
idVARCHARUnique identifier prefixed by FLAN source subset (cot., niv., flan., t0.).
system_promptVARCHARSystem instruction provided to the teacher model (GPT-4 or GPT-3.5).
questionVARCHARUser prompt or task input drawn from the FLAN Collection.
responseVARCHARGenerated answer from GPT-4 or GPT-3.5 teacher model.

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: "OpenOrca — Augmented FLAN Inst" })
// Found: 28f0d10b-bff2-408a-9d36-8e762e5dcb2c
get_download_url({ dataset_id: "28f0d10b-bff2-408a-9d36-8e762e5dcb2c" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/28f0d10b-bff2-408a-9d36-8e762e5dcb2c/download-url