Text Generation
PEFT
Safetensors
English
qlora
data-science
code-generation
qwen2
lora
sft
unsloth
conversational
Instructions to use jsmall12/DataSci-Coder-14B-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jsmall12/DataSci-Coder-14B-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-Coder-14B-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "jsmall12/DataSci-Coder-14B-LoRA") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop