Views
No views yet
needle-lara-es-v1)Cactus-Compute/needle
(a 26M-param Simple Attention Network) on the Lara on-device routing dataset:
22 Spanish assistant tools (time, date, weather, calendar, navigation, radio,
search, etc.) plus delete/negative hard negatives.action_accuracy = 0.09 and call_f1 = 0.0 — it emits no tool call for most
inputs and falls back to the server LLM. delete_false_positives = 0 (the
delete guard holds).cactus-react-native loads a Cactus-format
int8.zip via its native runtime, not a JAX .pkl. Converting this
checkpoint to weights/needle-lara-es-v1-int8.zip requires the Cactus
conversion pipeline (not part of the open cactus-compute/needle repo).checkpoints/needle-lara-es-v1.pkl — fine-tuned JAX checkpoint (bf16).tools.es.json — the 22-tool contract used for training/inference.train.jsonl, val.jsonl — Lara dataset ({query, tools, tool_call}).val.preds.jsonl — this checkpoint's predictions over the gate val set.1# in the cactus-compute/needle checkout
2needle finetune needle_train.jsonl --epochs 8 --batch-size 8needle_train.jsonl is the dataset converted to Needle's {query, tools, answers}
format (answers = JSON-encoded tool-call list, "[]" for negatives).