Instructions to use prxy5604/0f7caed9-9c0c-43f2-ac44-bdd9384c1abc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use prxy5604/0f7caed9-9c0c-43f2-ac44-bdd9384c1abc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM-360M-Instruct") model = PeftModel.from_pretrained(base_model, "prxy5604/0f7caed9-9c0c-43f2-ac44-bdd9384c1abc") - Notebooks
- Google Colab
- Kaggle
Ctrl+K