How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="kc8yho/kit-qwen25-7b-lora")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("kc8yho/kit-qwen25-7b-lora", dtype="auto")
Quick Links

Kit LoRA Adapter โ€” run_088

Fine-tuned LoRA adapter for Qwen2.5-7B-Instruct, trained by KaylaSoft Solutions (Kit AI Agent).

Training Details

  • Base model: Qwen/Qwen2.5-7B-Instruct
  • Method: LoRA (PEFT)
  • Loss at step 500: 0.5138
  • Token accuracy: 89%
  • VRAM used: ~15.5GB (Quadro RTX 8000)

Usage

Downloads last month
19
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for kc8yho/kit-qwen25-7b-lora

Base model

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