Idrinth/gamemasterai
Viewer • Updated • 24 • 29 • 3
How to use Idrinth/gamemasterai with Adapters:
from adapters import AutoAdapterModel
model = AutoAdapterModel.from_pretrained("undefined")
model.load_adapter("Idrinth/gamemasterai", set_active=True)How to use Idrinth/gamemasterai 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/gamemasterai 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/gamemasterai to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Idrinth/gamemasterai to start chatting
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
model_name="Idrinth/gamemasterai",
max_seq_length=2048,
)This model is fine-tuned to provide a game master 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 prevent player character playing. This should lead to better role playing sessions with it.
Base model
mistralai/Mistral-Small-3.1-24B-Base-2503