Kode 32B LoRA Adapter

LoRA adapter (r=64, alpha=128) trained with DPO+SFT on production code samples.

  • Base model: Qwen/Qwen2.5-32B-Instruct
  • Training: Claude-generated code samples on A100 80GB
  • Languages: Rust, Go, TypeScript, Python, C#, SQL, Tailwind
  • License: Apache 2.0

Usage

from peft import PeftModel
from transformers import AutoModelForCausalLM

base = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-32B-Instruct")
model = PeftModel.from_pretrained(base, "SimpleLLM/kode-32b-lora")

Hosted inference available at SimpleLLM.eu

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

Model tree for SimpleLLM/kode-32b-lora

Base model

Qwen/Qwen2.5-32B
Adapter
(74)
this model