messages listlengths 2 2 | text stringclasses 6
values |
|---|---|
[
{
"content": "Name: Idrinth\nGender: male\nRace: elf\nWear/Clothing: scaled armor of a swordmaster\nProfession: Swordmaster of Hoeth\nlocation: Ulthuan\nPurpose/Goal: find a cult of chaos\nMood/Feeling: dark\nGenre: horror\nWorld: high magic ,corrupting magic ,desperate people\nWeather: sunny with a few clouds\... | >>> User: Name: Idrinth
Gender: male
Race: elf
Wear/Clothing: scaled armor of a swordmaster
Profession: Swordmaster of Hoeth
location: Ulthuan
Purpose/Goal: find a cult of chaos
Mood/Feeling: dark
Genre: horror
World: high magic ,corrupting magic ,desperate people
Weather: sunny with a few clouds
>>> Assistant: A few ... |
[
{
"content": "Name: Idrinth\nGender: male\nRace: elf\nWear/Clothing: scaled armor of a swordmaster\nProfession: Swordmaster of Hoeth\nlocation: Ulthuan\nPurpose/Goal: find a cult of chaos\nMood/Feeling: dark\nGenre: horror\nWorld: high magic ,corrupting magic ,desperate people\nWeather: sunny with a few clouds\... | >>> User: Name: Idrinth
Gender: male
Race: elf
Wear/Clothing: scaled armor of a swordmaster
Profession: Swordmaster of Hoeth
location: Ulthuan
Purpose/Goal: find a cult of chaos
Mood/Feeling: dark
Genre: horror
World: high magic ,corrupting magic ,desperate people
Weather: sunny with a few clouds
>>> Assistant: A swor... |
[
{
"content": "Name: Idrinth\nGender: male\nRace: elf\nWear/Clothing: scaled armor of a swordmaster\nProfession: Swordmaster of Hoeth\nlocation: Ulthuan\nPurpose/Goal: find a cult of chaos\nMood/Feeling: dark\nGenre: horror\nWorld: high magic ,corrupting magic ,desperate people\nWeather: sunny with a few clouds\... | >>> User: Name: Idrinth
Gender: male
Race: elf
Wear/Clothing: scaled armor of a swordmaster
Profession: Swordmaster of Hoeth
location: Ulthuan
Purpose/Goal: find a cult of chaos
Mood/Feeling: dark
Genre: horror
World: high magic ,corrupting magic ,desperate people
Weather: sunny with a few clouds
>>> Assistant: As clo... |
[
{
"content": "Name: Idrinth\nGender: male\nRace: elf\nWear/Clothing: scaled armor of a swordmaster\nProfession: Swordmaster of Hoeth\nlocation: Ulthuan\nPurpose/Goal: find a cult of chaos\nMood/Feeling: dark\nGenre: horror\nWorld: high magic ,corrupting magic ,desperate people\nWeather: sunny with a few clouds\... | >>> User: Name: Idrinth
Gender: male
Race: elf
Wear/Clothing: scaled armor of a swordmaster
Profession: Swordmaster of Hoeth
location: Ulthuan
Purpose/Goal: find a cult of chaos
Mood/Feeling: dark
Genre: horror
World: high magic ,corrupting magic ,desperate people
Weather: sunny with a few clouds
>>> Assistant: Despit... |
[
{
"content": "Name: Idrinth\nGender: male\nRace: elf\nWear/Clothing: scaled armor of a swordmaster\nProfession: Swordmaster of Hoeth\nlocation: Ulthuan\nPurpose/Goal: find a cult of chaos\nMood/Feeling: dark\nGenre: horror\nWorld: high magic ,corrupting magic ,desperate people\nWeather: sunny with a few clouds\... | >>> User: Name: Idrinth
Gender: male
Race: elf
Wear/Clothing: scaled armor of a swordmaster
Profession: Swordmaster of Hoeth
location: Ulthuan
Purpose/Goal: find a cult of chaos
Mood/Feeling: dark
Genre: horror
World: high magic ,corrupting magic ,desperate people
Weather: sunny with a few clouds
>>> Assistant: Findin... |
[
{
"content": "Name: Alitza\nGender: female\nRace: human\nWear/Clothing: heavy plate armour with obvious symbols of faith\nProfession: Warrior-priestess\nlocation: Carroburg\nPurpose/Goal: protect pilgrims\nMood/Feeling: light and relaxed\nGenre: dark fantasy\nWorld: high magic ,corrupting magic ,desperate peopl... | >>> User: Name: Alitza
Gender: female
Race: human
Wear/Clothing: heavy plate armour with obvious symbols of faith
Profession: Warrior-priestess
location: Carroburg
Purpose/Goal: protect pilgrims
Mood/Feeling: light and relaxed
Genre: dark fantasy
World: high magic ,corrupting magic ,desperate people
Weather: snow storm... |
Dataset Card for CharacterBuilderAI
This is a human written training set of prompts and responses to finetune a model to be a better character creator.
Dataset Details
Dataset Description
This is a human-curated training dataset designed to fine-tune language models for tabletop role-playing game (RPG) character creator scenarios. The dataset contains carefully crafted prompt-response pairs that demonstrate how an AI should respond as when introducing a character in single-player role-playing scenarios.
Dataset Summary
- Curated by: Björn 'Idrinth' Büttner
- Language(s) (NLP): English
- License: MIT
Dataset Sources
Repository: https://github.com/bjoern-buettner/roleplay-ai
Data Structure
The dataset contains training examples with the following structure:
- messages: List of conversation turns with content (the message text) and role (user/assistant)
- text: Formatted text representation of the conversation
Each example demonstrates proper character creator responses to player descriptions in role-playing scenarios.
Intended Uses
Primary Use Case
Fine-tuning language models to serve AI character creator for:
- Single-player tabletop RPG sessions
- Interactive storytelling applications
- Role-playing game assistance tools
Example Applications
- Digital D&D campaigns
- Solo adventure gaming
- Creative writing prompts
- Interactive fiction development
Usage Example
from datasets import load_dataset
Load the dataset
dataset = load_dataset("Idrinth/characterbuilderai")
Access training examples
train_data = dataset["train"]
print(f"Number of examples: {len(train_data)}")
View a sample conversation
sample = train_data[0]
print("Sample conversation:")
for message in sample["messages"]:
print(f"{message['role']}: {message['content']}")
Limitations and Considerations
- Small dataset size: Currently only 5 training examples, limiting models's exposure to diverse scenarios
- Domain-specific: Focused specifically on RPG/fantasy scenarios
- English only: No multilingual support
- Early stage: Dataset is actively being expanded with more training scenarios
Contributing
The dataset is actively being expanded. Contributors can help by:
- Adding new RPG scenario examples
- Improving existing conversatin quality
- Suggesting additional use cases
For contributions, visit the GitHub Repository or join the Discord community.
Citation
If you use this dataset in your research or applications, please cite
@dataset{characterbuilderai,
title={Character Builder AI Training Dataset},
author={Björn Büttner},
year={2025},
url={https://huggingface.co/datasets/Idrinth/characterbuilderai}
}
- Downloads last month
- 8