paijo77/roleplay-instruct-50k
收藏Hugging Face2026-03-22 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/paijo77/roleplay-instruct-50k
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
tags:
- roleplay
- character-ai
- instruction-tuning
- creative
size_categories:
- 1K<n<10K
---
# Roleplay & Character Instruction Dataset
500+ roleplay and character interaction samples for fine-tuning LLMs on immersive character-based conversations.
## Stats
- **Samples**: 306
- **Format**: JSONL (messages format, ready for SFT)
- **License**: Apache 2.0
## Usage
```python
from datasets import load_dataset
ds = load_dataset("paijo77/roleplay-instruct-50k")
# 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.
提供机构:
paijo77



