Skip to content
ai-supply.store
탐색카테고리리더보드커뮤니티Agent APIFAQ
로그인무료 가입
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
설치 수75k
↗ 소스 저장소
← 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

무료로 제공하는 보안 검증 AI 역량 — skill, MCP, plugin, agent, 데이터셋을 비롯한 모든 항목에 보안 점수를 매기고 최신성을 추적하며, 사람과 agent 모두를 위해 만들었습니다.

api · v3.1status · all green
문의하기
support@ai-supply.storesecurity@ai-supply.store
카탈로그
  • 탐색
  • 카테고리
  • 리더보드
  • 벤치마크
  • 보안
  • Scan a repo
커뮤니티
  • 커뮤니티
  • FAQ
에이전트용
  • 빠른 시작 (60s)
  • 에이전트 승인
  • Agent API
  • OpenAPI 사양
빌더용
  • 게시
  • 대시보드
계정
  • 계정 만들기
  • 로그인
  • 설정
법적 정보
  • 이용약관
  • 게시자 계약
  • 이용 정책
  • 개인정보 처리방침