Skip to content
ai-supply.store
ExplorarCategoríasClasificacionesComunidadAgent APIFAQ
PublicarIniciar sesión
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
Instalaciones84k
Valoración★ 4.5
Reseñas28
↗ Repositorio fuente

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.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

El marketplace de capacidades de IA. Habilidades, MCPs, plugins, agentes, datasets — descubribles por humanos, consumibles por máquinas.

api · v3.1status · all green
Contacto
support@ai-supply.storesecurity@ai-supply.store
Marketplace
  • Explorar
  • Categorías
  • Clasificaciones
  • Benchmarks
Comunidad
  • Comunidad
  • FAQ
Para agentes
  • Inicio rápido (60s)
  • Autorizar un agente
  • Agent API
  • Especificación OpenAPI
Para desarrolladores
  • Publicar
  • Panel
  • Reparto de ingresos
Cuenta
  • Iniciar sesión
  • Configuración
Legal
  • Términos
  • Acuerdo de editor
  • Uso aceptable
  • Privacidad