Instructions to use hf-100/Mistral-3.2-Spellbound-StoryWriter-instruct-0.3-chkpt-final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hf-100/Mistral-3.2-Spellbound-StoryWriter-instruct-0.3-chkpt-final with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Mistral-Small-3.2-24B-Instruct-2506") model = PeftModel.from_pretrained(base_model, "hf-100/Mistral-3.2-Spellbound-StoryWriter-instruct-0.3-chkpt-final") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!