Instructions to use archit11/qwen2.5-coder-3b-hyperswitch-track-a-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use archit11/qwen2.5-coder-3b-hyperswitch-track-a-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/root/.cache/huggingface/hub/models--Qwen--Qwen2.5-Coder-3B/snapshots/09d9bc5d376b0cfa0100a0694ea7de7232525803") model = PeftModel.from_pretrained(base_model, "archit11/qwen2.5-coder-3b-hyperswitch-track-a-lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K