Text Generation
PEFT
Safetensors
English
lora
sft
qwen2.5
qwen2.5-coder
code
reasoning
debugging
pedagogy
fine-tuned
unsloth
trl
conversational
Instructions to use mechramc/codek-qwen2.5-coder-7b-lora-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mechramc/codek-qwen2.5-coder-7b-lora-v3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-Coder-7B-Instruct") model = PeftModel.from_pretrained(base_model, "mechramc/codek-qwen2.5-coder-7b-lora-v3") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!