Zagreus ITALIC 45.73 is a 437.8M-parameter causal language model specialized
for Italian multiple-choice reasoning. It scored 45.73% on the complete
10,000-question official ITALIC evaluation.
The official run used deterministic decoding and the unmodified ITALIC harness
at commit 92df420ff686babeea54e217b9f90f8471374916. The tracked harness
tree was unchanged after evaluation. No official ITALIC question, option,
answer, or demonstration was used for training or teacher labeling.
Each example is rendered online as a 12-message conversation containing a
system instruction, five training-pool demonstrations, and one target. The
renderer resamples demonstrations, option count, option order, displayed answer
letter, and teacher view throughout training. All six assistant letters are
supervised, followed by target EOS.
The data mixture contains 21,000 signal rows with four-view
google/gemma-4-E4B-it posteriors and 3,000 anchor rows resampled to 20% of
epoch exposures. Of the signal rows, 9,713 also have authorized hard gold.
Option permutations are inverted before target CE/KD, so supervision remains
in semantic-option space.
Setting
Value
Seed
20260831
Epochs
4
Optimizer steps
6,564
Effective batch
16
Peak LR
1.5e-4
Schedule
5% warmup, cosine to 1.5e-5
Optimizer
Fused AdamW, weight decay 0.05
Precision
BF16 autocast, FP32 master weights
Hardware
1 × NVIDIA H100 80GB
Tokens
113,309,980
Throughput
34,785 tokens/s
Training time
3,257 seconds — 54 minutes 17 seconds
Only the seven supervised hidden states are projected into the 128,256-token
vocabulary. Dynamic padding, length bucketing, disabled gradient checkpointing,
and token-budgeted microbatches provide the remaining speedup.
The complete reproducibility package contains the exact data, teacher targets,
frozen initialization checkpoint, dependency versions, and terminal training
command. The reported 54 minutes is measured wall time for the full four-epoch
training job; model download and official evaluation are not included.
Use
The model expects a system message, five (user, assistant) demonstrations,
and a target user message. It should complete one answer letter.
This is a narrow multiple-choice model, not a general Italian assistant.
The score is specific to the official five-shot interface.
Rare invalid answers remain possible.
Distillation can preserve teacher errors and calibration bias.
The reproduction bundle contains upstream material with non-commercial and
attribution/share-alike restrictions; consult its dataset card before use.
The Hub inventory reports 560.9M tensor parameters because tied embeddings are
stored twice; the model has 437.8M unique trainable parameters. The model is
distributed for research and evaluation under the terms of its upstream model
and data sources.