File size: 1,204 Bytes
cc73d8b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
45
---
license: apache-2.0
task_categories:
- text-generation
language:
- en
tags:
- creative-writing
- storytelling
- children
- instruction-tuning
- chatml
size_categories:
- 100K<n<1M
---

# 🧒 Children's Story Writing Dataset ✨

This dataset is a collection of creative short stories written for children. It is designed to help models learn child-friendly language and how to follow specific narrative instructions (e.g., incorporating specific features or sentences).

## 📂 Dataset Structure

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

### Files
- `writing_train_children.jsonl`: Training data.
- `writing_valid_children.jsonl`: Validation data.

### Example Entry
```json
{
  "messages": [
    { "role": "system", "content": "You are a creative writer who writes short stories..." },
    { "role": "user", "content": "Features: Dialogue\nSummary: Tom and Anna go on holiday...\nRandom sentence: They are very excited..." },
    { "role": "assistant", "content": "Tom and Anna are brother and sister..." }
  ]
}
```

## 📜 License
This dataset is released under the **Apache License 2.0**.

---
Made with ❤️ by [Pink Pixel](https://pinkpixel.dev)