AIAny
Icon for item

Alpaca

Provides 52,000 English instruction–response pairs generated by OpenAI's text-davinci-003 for instruction-tuning language models. Released under CC BY-NC 4.0; low-cost synthetic data useful for research but contains model-generated biases and errors.

Introduction

Instruction-tuning can drastically change how an LLM follows user intent, and Alpaca demonstrates a low-cost path: 52K synthetic instruction–response examples generated from text-davinci-003 to produce instruction-following behavior for pretrained models.

What Sets It Apart
  • Synthetic scale at low cost: 52,002 unique instruction examples generated with batch decoding to reduce cost (authors report generation cost under $500). This makes large-scale instruction data accessible for academic research.
  • Built from Self-Instruct-style pipeline with modifications: uses text-davinci-003 and a tailored prompt template; each instruction has a single instance (no multi-instance expansion), and around 40% of examples include an input context.
  • Designed for reproducibility: authors released the dataset, prompt templates, fine-tuning recipe, and recovery instructions for Alpaca-7B to enable controlled comparisons and follow-up safety research.
  • Licensing and mitigation constraints: distributed under CC BY-NC 4.0 (non-commercial) and the original demo used content filtering and watermarking; the dataset itself is model-generated and not human-curated.
Who It's For and Trade-offs

Great fit if you are a researcher or practitioner who needs a large, inexpensive corpus to experiment with instruction-tuning, reproduce published LLaMA/Alpaca results, or evaluate methods for filtering and improving synthetic training data. Look elsewhere if you need human-vetted, commercial-license data or multilingual coverage: Alpaca is English-only, contains model-generated errors and biases, and its CC BY-NC license forbids commercial use without permission.

Information

  • Websitehuggingface.co
  • OrganizationsStanford University, tatsu-lab
  • AuthorsRohan Taori, Ishaan Gulrajani, Tianyi Zhang, Yann Dubois, Xuechen Li, Carlos Guestrin, Percy Liang, Tatsunori B. Hashimoto
  • Published date2023/03/13

Categories

More Items

Hugging Face

Provides a 57,937-row, quality-filtered multi-teacher SFT distillation corpus combining outputs from Qwen3.8-Max, GLM-5.2 and Kimi K3 across math, code, reasoning, tool-use and dialogue. Includes 24 parquet training views (including a pre-tokenized GLM-4.7 view), configurable sampling weights (sft_balanced), and explicit tool-call trajectories for agent training.

Hugging Face

A 15,000+ English instruction–response corpus for fine-tuning and evaluating LLM instruction-following behavior. Contains human-authored prompts and answers across categories (closed/open QA, summarization, extraction, classification, brainstorming) and is released under CC BY-SA 3.0.

Hugging Face

Provides a 200k-example filtered conversational dataset derived from UltraChat for supervised fine‑tuning and generation‑ranking of chat models. Stored in parquet with four splits and used as part of Zephyr‑7B‑β training data.