Instructions to use prxy5607/d54e5b39-bd34-4174-a803-eaf97ce7dfb4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use prxy5607/d54e5b39-bd34-4174-a803-eaf97ce7dfb4 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM-1.7B") model = PeftModel.from_pretrained(base_model, "prxy5607/d54e5b39-bd34-4174-a803-eaf97ce7dfb4") - Notebooks
- Google Colab
- Kaggle
Ctrl+K