Alpaca

dce01c9 · updated 3y ago · Hugging Face · 2709ab9ea4f5e1aeee0308f417e51a77b775fd8662ac113e1cfc2d9872715d88

Dataset Card for Alpaca Dataset Summary Alpaca is a dataset of 52,000 instructions and demonstrations generated by OpenAI's text-davinci-003 engine. This instruction data can be used to conduct instruction-tuning for language models and make the language model follow instruction better. The authors built on the data generation pipeline from Self-Instruct framework and made the following modifications: The text-davinci-003 engine to generate the instruction data… See the full description on the dataset page: https://huggingface.co/datasets/tatsu-lab/alpaca.

72%Documentation Coverage

Documentation Coverage reflects what was present in the Hugging Face record on August 7, 2026. A field marked "not found" means Archivum did not locate it in the published metadata — not that the dataset lacks that property. How coverage is measured

Records

52,002

Size

24.2 MB

Languages

en

Modality

text

Domain

First published

Mar 13, 2023

Last checked

Aug 7, 2026

Platform

Hugging Face

Lineage

The steps this dataset documents between its original sources and the version at the platform. Stages the source does not document are shown as gaps, not hidden.

provenance.graph80% documented
Original sourceRaw acquisitionCleaningundocumentedAnnotationEmbeddingundocumentedCurrent version
  1. Original source: Reported, tatsu-lab, Mar 13, 2023
  2. Raw acquisition: Reported, tatsu-lab, Mar 13, 2023
  3. Cleaning: undocumented
  4. Annotation: Reported, tatsu-lab, Mar 13, 2023
  5. Embedding: undocumented
  6. Current version: Documented, tatsu-lab, May 22, 2023

Stage passport

Current version at Hugging FaceDocumented

The record as published at the source.

Actortatsu-lab
Fingerprintrev:dce01c9b08f8
RecordedMay 22, 2023
View source artifact →

1 stage undocumented. Gaps lower the lineage-completeness factor and are shown, not hidden.

Licence

Terms as published by the source. Archivum reports what the record states — this is not legal advice.

Commercial terms

non-commercial terms

Declared licence

cc-by-nc-4.0

attribution requiredshare-alike noDocumented

Version history

Per-version coverage makes documentation drift visible over time.

  • First recorded at Archivum.

    Aug 7, 2026
    v1tatsu-lab+0 / 0 rowscoverage 72%

Schema

FieldTypeNullableDescription
instructionstringyes
inputstringyes
outputstringyes
textstringyes

Sample records

textinputoutputinstruction
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Give three tips for staying healthy. ### Response: 1.Eat a balanced diet and make sure to include plenty of fruits and vegetables. 2. Exercise regularly to keep your body active and strong. 3. Get enough sleep and maintain a consistent sleep schedule.1.Eat a balanced diet and make sure to include plenty of fruits and vegetables. 2. Exercise regularly to keep your body active and strong. 3. Get enough sleep and maintain a consistent sleep schedule.Give three tips for staying healthy.
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: What are the three primary colors? ### Response: The three primary colors are red, blue, and yellow.The three primary colors are red, blue, and yellow.What are the three primary colors?
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Describe the structure of an atom. ### Response: An atom is made up of a nucleus, which contains protons and neutrons, surrounded by electrons that travel in orbits around the nucleus. The protons and neutrons have a positive charge, while the electrons have a negative charge, resulting in an overall neutral atom. The number of each particle determines the atomic number an…An atom is made up of a nucleus, which contains protons and neutrons, surrounded by electrons that travel in orbits around the nucleus. The protons and neutrons have a positive charge, while the electrons have a negative charge, resulting in an overall neutral atom. The number of each particle determines the atomic number and the type of atom.Describe the structure of an atom.
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How can we reduce air pollution? ### Response: There are a number of ways to reduce air pollution, such as shifting to renewable energy sources, encouraging the use of public transportation, prohibiting the burning of fossil fuels, implementing policies to reduce emissions from industrial sources, and implementing vehicle emissions standards. Additionally, individuals can …There are a number of ways to reduce air pollution, such as shifting to renewable energy sources, encouraging the use of public transportation, prohibiting the burning of fossil fuels, implementing policies to reduce emissions from industrial sources, and implementing vehicle emissions standards. Additionally, individuals can do their part to reduce air pollution by reducing car use, avoiding burning materials such as wood, and changing to energy efficient appliances.How can we reduce air pollution?
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Describe a time when you had to make a difficult decision. ### Response: I had to make a difficult decision when I was working as a project manager at a construction company. I was in charge of a project that needed to be completed by a certain date in order to meet the client’s expectations. However, due to unexpected delays, we were not able to meet the deadline and so I…I had to make a difficult decision when I was working as a project manager at a construction company. I was in charge of a project that needed to be completed by a certain date in order to meet the client’s expectations. However, due to unexpected delays, we were not able to meet the deadline and so I had to make a difficult decision. I decided to extend the deadline, but I had to stretch the team’s resources even further and increase the budget. Although it was a risky decision, I ultimately de…Describe a time when you had to make a difficult decision.

Integrate

from archivum import Client

client = Client()
ds = client.pull("huggingface-tatsu-lab-alpaca", version="dce01c9")

print(ds.coverage.total)     # % documented
print(ds.license.spdx)       # licence as published
ds.export("llamaindex")      # provenance travels with the data