Text Generation
PEFT
Safetensors
English
qlora
lora
fine-tuning
reasoning
qwen2.5
openthoughts
4-bit precision
nf4
conversational
Instructions to use rahmasaber/qwen2.5-iq-Finetuning-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rahmasaber/qwen2.5-iq-Finetuning-qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "rahmasaber/qwen2.5-iq-Finetuning-qlora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K