Instructions to use denbeo/15d18c52-eab0-4150-a21d-5a5c28b1cb6d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use denbeo/15d18c52-eab0-4150-a21d-5a5c28b1cb6d 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, "denbeo/15d18c52-eab0-4150-a21d-5a5c28b1cb6d") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!