Instructions to use Sweaterdog/Smollest-reason-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Sweaterdog/Smollest-reason-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-135M") model = PeftModel.from_pretrained(base_model, "Sweaterdog/Smollest-reason-LoRA") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
3ed9f33 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:608fccb6c056ce88cdfd5355e6be2046f4d107a24a87c6b0d2c3b200ce6bb4ea
size 14244
|