Sorjîn1-LoRA

The raw LoRA adapter weights from continual pretraining of Qwen/Qwen2.5-7B on Kurdish Kurmanji academic theses.

Use this if you want to apply the Kurdish language adapter to a different Qwen2.5-7B variant, or retrain from this checkpoint.

Usage

from peft import PeftModel
from transformers import AutoModelForCausalLM, AutoTokenizer

base = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B", torch_dtype="bfloat16")
model = PeftModel.from_pretrained(base, "muzaffercky/Sorjin1-LoRA")

# Merge adapter into base weights
model = model.merge_and_unload()

Training Details

  • Base model: Qwen/Qwen2.5-7B
  • Dataset: muzaffercky/kurdish-kurmanji-theses
  • LoRA rank: 64 | Alpha: 128 | Dropout: 0.05
  • Target modules: q_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj
  • Trainable parameters: 161,480,704 (2.08% of total)
  • Final train loss: 2.057 | Final eval loss: 1.8552

Model Family

Model Description
Sorjîn1-LoRA (this model) Raw LoRA adapter weights
Sorjîn1-7B Continually pretrained base model
Sorjîn1-7B-Instruct Merged with Qwen2.5-7B-Instruct
Downloads last month
30
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for muzaffercky/Sorjin1-LoRA

Base model

Qwen/Qwen2.5-7B
Adapter
(554)
this model

Dataset used to train muzaffercky/Sorjin1-LoRA

Collection including muzaffercky/Sorjin1-LoRA