CoolFace
Datasetpublic

PinkPixel/Story-Writing

📖 Story-Writing Dataset ✨ This dataset is a collection of creative writing stories based on the Writing Prompts ([WP]) format. It is designed to help models learn how to write compelling, structured, and emotionally engaging narratives. 📂 Dataset Structure The data is provided in ChatML format, making it ideal for instruction tuning. Files writing_train_chatml.jsonl: Training data. writing_valid_chatml.jsonl: Validation data. Example… See the full description on the dataset page: https://huggingface.co/datasets/PinkPixel/Story-Writing.

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
3likes224downloads
Dataset Card

📖 Story-Writing Dataset ✨

This dataset is a collection of creative writing stories based on the Writing Prompts ([WP]) format. It is designed to help models learn how to write compelling, structured, and emotionally engaging narratives.

📂 Dataset Structure

The data is provided in ChatML format, making it ideal for instruction tuning.

Files

  • writing_train_chatml.jsonl: Training data.
  • writing_valid_chatml.jsonl: Validation data.

Example Entry

json
{
  "messages": [
    { "role": "system", "content": "You are a creative writer..." },
    { "role": "user", "content": "Prompt: [WP] ..." },
    { "role": "assistant", "content": "Once upon a time..." }
  ]
}

📜 License

This dataset is released under the Apache License 2.0.


Made with ❤️ by Pink Pixel