Instructions to use fedovtt/cf0f5ee5-e84e-4662-bd6e-939bfa54a686 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use fedovtt/cf0f5ee5-e84e-4662-bd6e-939bfa54a686 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-Coder-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "fedovtt/cf0f5ee5-e84e-4662-bd6e-939bfa54a686") - Notebooks
- Google Colab
- Kaggle
Ctrl+K