Instructions to use eeeebbb2/f30106c8-08a4-41b0-a05c-39ceb3d03279 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eeeebbb2/f30106c8-08a4-41b0-a05c-39ceb3d03279 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM-135M-Instruct") model = PeftModel.from_pretrained(base_model, "eeeebbb2/f30106c8-08a4-41b0-a05c-39ceb3d03279") - Notebooks
- Google Colab
- Kaggle
Ctrl+K