focustiki/sft-coding-agent-traces
Viewer • Updated • 6.63k • 28
I trained this LoRA adapter on top of google/gemma-2-9b-it. I used 6,625 examples of real coding agent work (tool calls, bash, reasoning).
| Run | LR | LoRA r | Seq Len | Eval Loss | Train Loss |
|---|---|---|---|---|---|
| run_1 | 0.0002 | 16 | 4096 | 4.5200 | 5.6922 |
| run_2 | 0.0001 | 32 | 8192 | 4.6942 | 5.9130 |
| run_3 | 5e-05 | 64 | 8192 | 4.8814 | 6.1487 |
from unsloth import FastLanguageModel
model, tokenizer = FastLanguageModel.from_pretrained(
model_name="focustiki/eigentiki",
max_seq_length=8192,
load_in_4bit=True,
)