Instructions to use prxy5605/9aed6af7-37b4-4533-82c8-007a3c308e36 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use prxy5605/9aed6af7-37b4-4533-82c8-007a3c308e36 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-1.7B-Instruct") model = PeftModel.from_pretrained(base_model, "prxy5605/9aed6af7-37b4-4533-82c8-007a3c308e36") - Notebooks
- Google Colab
- Kaggle
Ctrl+K