PEFT
Safetensors
lora
character-ai
conversational-ai
samantha
her-movie
fine-tuning
academic-project
Instructions to use urosaron/samantha-lora-baseline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use urosaron/samantha-lora-baseline with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B") model = PeftModel.from_pretrained(base_model, "urosaron/samantha-lora-baseline") - Notebooks
- Google Colab
- Kaggle
Ctrl+K