Text Generation
PEFT
Safetensors
Transformers
English
lora
sft
trl
conversational

Nova-Qwen-14B-LoRA

LoRA adapter for Qwen2.5-14B-Instruct, fine-tuned on GPT-4o conversations to create a warm, creative, and intelligent conversational model.

Usage

from peft import PeftModel

base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-14B-Instruct")
model = PeftModel.from_pretrained(base_model, "Lighstromo/Nova-Qwen-14B-LoRA")
tokenizer = AutoTokenizer.from_pretrained("Lighstromo/Nova-Qwen-14B-LoRA")

Training Details

Setting Value

Base Model Qwen/Qwen2.5-14B-Instruct

LoRA Rank 64

LoRA Alpha 128

Target Modules q_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj

Dataset 3,066 unique GPT-4o conversations

Epochs 3

Learning Rate 2e-4 (cosine)

Final Loss 0.29

Hardware RTX 6000 Ada on RunPod

GGUF Versions: Lighstromo/Nova-Qwen-14B-GGUF

Downloads last month
11
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Lighstromo/Nova-Qwen-14B-LoRA

Base model

Qwen/Qwen2.5-14B
Adapter
(416)
this model

Datasets used to train Lighstromo/Nova-Qwen-14B-LoRA