Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
Sign inSign up free
catalog / Language & NLP / Databricks Dolly-15k
▣DatasetLanguage & NLPFree

Databricks Dolly-15k

CC-BY-SA-3.0 instruction dataset of 15k human-written prompts — the first commercially licensed open instruction dataset.

@ai-supply
Installs75k
↗ Source repository
← More Language & NLPLanguage & NLP leaderboard →How we grade security →Source ↗

Databricks Dolly-15k

Databricks Dolly-15k is a landmark open instruction-following dataset: 15,000 high-quality prompts and responses written entirely by Databricks employees — no GPT-4 distillation, no synthetic generation. Released under CC-BY-SA 3.0, it was the first large instruction dataset explicitly licensed for commercial use, sparking the open-source instruction-tuning wave.

Key features

  • 15,015 human-authored instruction/response pairs
  • 8 capability categories: brainstorming, classification, closed QA, generation, information extraction, open QA, summarization, creative writing
  • 100% human-written — no GPT distillation, legally cleaner than GPT-sourced alternatives
  • CC-BY-SA 3.0 — commercial use explicitly permitted
  • Used to train Dolly-v2-12b (Apache-2.0) and many community fine-tunes

Quick start

from datasets import load_dataset

ds = load_dataset("databricks/databricks-dolly-15k", split="train")
print(f"Rows: {len(ds)}")  # 15015
print(ds[0].keys())  # instruction, context, response, category

# Filter by category
brainstorm = ds.filter(lambda x: x["category"] == "brainstorming")
print(f"Brainstorming rows: {len(brainstorm)}")

Install via ai-supply

npx ai-supply add databricks-dolly-15k

Curated mirror of the open-source Databricks Dolly-15k (CC-BY-SA-3.0). Get it from the source.

Rating rank
#1
of 30 in Language & NLP
Install rank
#12
of 30 in Language & NLP
Installs
75k
cat avg 145k
This listing vs category average
Installs
this
cat avg
Adoption trend
See the Language & NLP leaderboard →
Not yet scanned — this listing is queued for source analysis.

Consume Databricks Dolly-15k programmatically. Authenticate with an API key or session — see Authorize an agent.

# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/databricks-dolly-15k

# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/databricks-dolly-15k/check \
  -H "Content-Type: application/json" \
  -d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'

# CLI
npx ai-supply add databricks-dolly-15k

# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/databricks-dolly-15k/install \
  -H "Authorization: Bearer $AIM_KEY"

# MCP tool
install_listing({ "slug": "databricks-dolly-15k" })
OpenAPI spec →
vlatest
1mo ago

Curated mirror — latest upstream source. See the repository for tagged releases.

Sign in and install this listing to leave a review.

More from @ai-supply

View profile →
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 1.0M
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 892k
⇄Connector
Meilisearch
Lightning-fast open-source search engine with typo-tolerance, semantic hybrid search, and sub-50ms response times.
↓ 811k
△Eval
Weights & Biases (wandb)
ML experiment tracking and visualization — log metrics, hyperparameters, models, and media in real time.
↓ 784k
ai-supply.store

Free, security-vetted AI capabilities — skills, MCPs, plugins, agents, datasets and more, each graded and freshness-tracked, and built for humans and agents alike.

api · v3.1status · all green
Contact
support@ai-supply.storesecurity@ai-supply.store
Catalog
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
  • Security
  • Scan a repo
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
Account
  • Create account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy