Instructions to use adammandic87/7c12f244-4be8-4e78-94f8-ba87266f4032 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use adammandic87/7c12f244-4be8-4e78-94f8-ba87266f4032 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM-135M-Instruct") model = PeftModel.from_pretrained(base_model, "adammandic87/7c12f244-4be8-4e78-94f8-ba87266f4032") - Notebooks
- Google Colab
- Kaggle
Ctrl+K