Downloads · 30 days
0
focustiki/eigentiki
eigentiki is a machine learning model from focustiki. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as apache-2.0.
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).
Downloads · 30 days
0
Access
Public
Updated Sep 25, 2026
Repo size
1.3 GB
Likes
0
Public
Click a slice to open those files.
.safetensors216 MB · 85%
From the Hugging Face model README
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.5201 | 0.0000 |
| run_2 | 0.0001 | 32 | 8192 | 4.6942 | 0.0000 |
| run_3 | 5e-05 | 64 | 8192 | 4.8814 | 0.0000 |
from unsloth import FastLanguageModel
model, tokenizer = FastLanguageModel.from_pretrained(
model_name="focustiki/eigentiki",
max_seq_length=8192,
load_in_4bit=True,
)