datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
text-generation-wikipedia
Wikipedia english dataset for text generation models
A dataset I made using another dataset and some python scripts to format it for text generation models.
text-generation
Simple Text Generation Dataset
This dataset contains short English sentences designed for basic text generation experiments and pipeline testing.
Dataset Structure
Each row includes a single field:
text: a short English sentence
Intended Use
Text generation testing
Pipeline validation
Educational and experimental purposes
Example
{"text":"Artificial intelligence is changing how people work and learn."}
