File size: 1,020 Bytes
b0728df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
license: apache-2.0
task_categories:
- text-generation
language:
- en
tags:
- creative-writing
- storytelling
- writing-prompts
- chatml
size_categories:
- 100K<n<1M
---

# 📖 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](https://pinkpixel.dev)