paijo77/creative-writing-uncensored
收藏Hugging Face2026-03-22 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/paijo77/creative-writing-uncensored
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
tags:
- creative-writing
- fiction
- uncensored
- instruction-tuning
size_categories:
- 1K<n<10K
---
# Creative Writing Instruction Dataset
400+ creative writing samples across genres: thriller, romance, sci-fi, horror, literary fiction. Uncensored, high quality.
## Stats
- **Samples**: 78
- **Format**: JSONL (messages format, ready for SFT)
- **License**: Apache 2.0
## Usage
```python
from datasets import load_dataset
ds = load_dataset("paijo77/creative-writing-uncensored")
# Format: messages array
print(ds['train'][0]['messages'])
```
## Fine-tuning
```python
from trl import SFTTrainer
# dataset_text_field="messages" with apply_chat_template
```
## Support This Project
If this dataset helps your research or product:
👉 **https://www.tip.md/oyi77**
## License
Apache 2.0 — free for commercial use.
许可证:Apache 2.0
标签:
- 创意写作(Creative Writing)
- 小说(Fiction)
- 无审查(Uncensored)
- 指令微调(Instruction Tuning)
样本规模类别:
- 1000 < 样本数 < 10000
---
# 创意写作指令数据集(Creative Writing Instruction Dataset)
涵盖惊悚小说(Thriller)、言情小说(Romance)、科幻小说(Sci-Fi)、恐怖小说(Horror)、纯文学小说(Literary Fiction)等多种体裁的400余篇创意写作样本,无内容审查,品质上乘。
## 统计信息
- **样本量(Samples)**: 78
- **数据格式(Format)**: JSONL(采用消息格式,可直接用于监督微调(Supervised Fine-Tuning,SFT))
- **许可证(License)**: Apache 2.0
## 使用方法
python
from datasets import load_dataset
ds = load_dataset("paijo77/creative-writing-uncensored")
# Format: messages array
print(ds['train'][0]['messages'])
## 微调实现
python
from trl import SFTTrainer
# dataset_text_field="messages" with apply_chat_template
## 支持本项目
若本数据集对你的研究或产品有所助益,请访问:👉 **https://www.tip.md/oyi77**
## 许可证
Apache 2.0 — 可免费用于商业用途。
提供机构:
paijo77



