Text Generation
PEFT
Safetensors
English
conventional-commits
qwen2.5-coder
code-llm
fine-tuned
lora
qlora
conversational
Instructions to use Pavloffm/qwen-commit-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Pavloffm/qwen-commit-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-3B-Instruct") model = PeftModel.from_pretrained(base_model, "Pavloffm/qwen-commit-lora") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
228b1de | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3ef7b39e1ad2261b5c1d6326629e45bc43a386b4fab420017402ff2aec1c63ca
size 5713
|