Text Generation
PEFT
Safetensors
English
lora
mistral
voice-adapter
character-voice
claude-will
derek-simmons
claudewill
conversational
Instructions to use derek-claude/claude-will-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use derek-claude/claude-will-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "derek-claude/claude-will-lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K