Nodrix build assistant β€” LoRA adapter (v2-qwen7b)

LoRA adapter fine-tuning Qwen/Qwen2.5-Coder-7B-Instruct into an assistant for the Nodrix ESP32/Arduino library. Trained in Unsloth Studio (MLX, Apple Silicon). LoRA r=16, alpha=16, all linear modules, seq 512, 3 epochs / 69 steps, 183 training examples.

Added 20 downlink examples. Fixed setCACert but overfit past ~step 24 (eval floor ~2.04). Superseded by v3.

Load

from peft import PeftModel
from transformers import AutoModelForCausalLM, AutoTokenizer

base = "Qwen/Qwen2.5-Coder-7B-Instruct"
tok = AutoTokenizer.from_pretrained(base)
model = AutoModelForCausalLM.from_pretrained(base)
model = PeftModel.from_pretrained(model, "decoded-cipher/nodrix-coder-7b-lora-v2")

System prompt used in training:

You are the Nodrix build assistant. You help ESP32 and Arduino developers build projects with the Nodrix library. Use only real Nodrix APIs.

License: Apache-2.0 (inherited from the base model).

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

Model tree for decoded-cipher/nodrix-coder-7b-lora-v2

Base model

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

Space using decoded-cipher/nodrix-coder-7b-lora-v2 1