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.
许可证:Apache 2.0 标签: - 角色扮演 - 角色AI - 指令微调 - 创意创作 样本规模:1K<n<10K # 角色扮演与角色指令数据集 包含500余份角色扮演与角色交互样本,用于针对沉浸式角色对话场景的大语言模型(LLM)微调。 ## 统计信息 - **样本量**:306 - **数据格式**:JSONL(采用对话消息格式,可直接用于监督微调(Supervised Fine-Tuning,SFT)) - **许可证**:Apache 2.0 ## 使用方法 python from datasets import load_dataset ds = load_dataset("paijo77/roleplay-instruct-50k") # 格式:消息数组 print(ds['train'][0]['messages']) ## 微调 python from trl import SFTTrainer # 若使用 apply_chat_template,需设置 dataset_text_field="messages" ## 支持本项目 如果本数据集对你的研究或产品有所帮助: 👉 **https://www.tip.md/oyi77** ## 许可证 Apache 2.0 — 可免费用于商业用途。



