Instructions to use hongngo/54ad5be4-a9d4-4ec9-9ce0-09ced91c2deb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hongngo/54ad5be4-a9d4-4ec9-9ce0-09ced91c2deb with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM-1.7B-Instruct") model = PeftModel.from_pretrained(base_model, "hongngo/54ad5be4-a9d4-4ec9-9ce0-09ced91c2deb") - Notebooks
- Google Colab
- Kaggle
Ctrl+K