TinyStories Dataset
Synthetic short stories dataset with 2.14M entries by Microsoft Research, designed for training small language models that produce fluent text.
A dataset of 2.14 million synthetic short stories generated by Microsoft Research using GPT-3.5 and GPT-4, designed for training small language models. It demonstrates that models with only 10 million parameters can generate fluent and coherent English stories. MIT License.
A high-quality synthetic story dataset designed specifically for training small language models
Designed for training small language models (10M-100M parameters), proving that with the right data, small models can generate fluent and coherent English text.
Generated using GPT-3.5 and GPT-4, each story is guided by carefully designed prompts to ensure narrative quality and linguistic diversity.
Uses vocabulary and grammatical structures that 3-4 year old children can understand, reducing language complexity to make it easier for small models to learn the basic patterns of language.
Each story contains a complete narrative structure—beginning, development, and ending, helping the model learn the logical reasoning abilities of story-telling.
Covers a rich variety of themes such as friendship, adventure, animals, family, and nature, ensuring content diversity through random combinations of keywords and story features.
Adopts the MIT license, allowing free commercial and academic use without worrying about licensing restrictions, suitable for various research and application scenarios.
From cutting-edge research to educational applications, empowering various directions of small language models
Train small language models with 10M-100M parameters, achieving smooth text generation capabilities under resource-constrained conditions
Research the Scaling Laws of language models, the impact of data quality on model performance, and the minimum scale threshold for emergent capabilities
Develop AI applications for children's education, such as automatic story generation, reading assistance, and language learning tools
Rapidly iterate model architectures and training strategies on consumer-grade hardware, lowering the computational threshold for NLP research
Quickly access the TinyStories dataset via API
curl -X GET "https://api.acedata.cloud/datasets/tinystories" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json"
# Response
{
"name": "TinyStories",
"description": "2.14M synthetic short stories generated by GPT-3.5/GPT-4",
"license": "MIT",
"source": "Microsoft Research",
"total_stories": 2140000,
"format": "text",
"language": "en"
}
From browsing to training, you can start your small model research in just a few minutes
View the details of the TinyStories dataset on the Ace Data Cloud platform, learn about the data scale, generation method, and licensing agreement.
Obtain 2.14 million synthetic short stories via the API, with a simple data format that is ready to use, requiring no additional cleaning.
Use datasets.load_dataset() to load the data and start training your small language model.
2.14 million high-quality synthetic stories, MIT open-source license, available immediately. Whether you are an NLP researcher or an AI education developer, this dataset is an ideal choice for training small language models.