Text Generation
PEFT
Safetensors
English
Czech
lora
trl
sft
floor-plan
architecture
json-generation
kalkulio
conversational
Instructions to use naitik12kumar/qwen-kalkulio-lora-14b-v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use naitik12kumar/qwen-kalkulio-lora-14b-v4 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-14B-Instruct") model = PeftModel.from_pretrained(base_model, "naitik12kumar/qwen-kalkulio-lora-14b-v4") - Notebooks
- Google Colab
- Kaggle
Ctrl+K