Instructions to use hongngo/136454eb-a06e-41ba-b71b-04c52cc2a6e7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hongngo/136454eb-a06e-41ba-b71b-04c52cc2a6e7 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-135M") model = PeftModel.from_pretrained(base_model, "hongngo/136454eb-a06e-41ba-b71b-04c52cc2a6e7") - Notebooks
- Google Colab
- Kaggle
Ctrl+K