Instructions to use antimage88/48eba8bf-e3d3-4c8e-bf4b-18dee2a3da0b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use antimage88/48eba8bf-e3d3-4c8e-bf4b-18dee2a3da0b 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, "antimage88/48eba8bf-e3d3-4c8e-bf4b-18dee2a3da0b") - Notebooks
- Google Colab
- Kaggle