Idrinth/characterbuilderai
Viewer • Updated • 6 • 8 • 1
How to use Idrinth/characterbuilderai with Adapters:
from adapters import AutoAdapterModel
model = AutoAdapterModel.from_pretrained("undefined")
model.load_adapter("Idrinth/characterbuilderai", set_active=True)How to use Idrinth/characterbuilderai with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Idrinth/characterbuilderai to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Idrinth/characterbuilderai to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Idrinth/characterbuilderai to start chatting
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
model_name="Idrinth/characterbuilderai",
max_seq_length=2048,
)This model is fine-tuned to provide a character builder for mind theatre role play sessions. Currently the tuning is VERY LIMITED, but we are adding more story bits over time to fix that.
This model is trained to create a short and useful introduction scenario based on player input.
Base model
mistralai/Mistral-Small-3.1-24B-Base-2503