Instructions to use socius/Smoltaur-3B-LoRA-r16-f0.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use socius/Smoltaur-3B-LoRA-r16-f0.5 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM3-3B-Base") model = PeftModel.from_pretrained(base_model, "socius/Smoltaur-3B-LoRA-r16-f0.5") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Ctrl+K