Open-Zagreus-0.4B is a fully open-source bilingual English/Italian Small Language Model (SLM) — open data, open weights, open recipe. It is post-trained on top of Zagreus-0.4B-ita using the publicly available OpenItalianData dataset published by Michele Montebovi, making the entire pipeline — from pre-training data to final weights — fully reproducible by anyone.
This model is released by the mii-llm community (Made in Italy – Large Language Model) as a contribution to the open-source Italian NLP ecosystem, demonstrating that it is possible to build competitive English/Italian language models using exclusively open resources.
✅ Fully open: all training data, model weights, and training recipes are publicly available and reproducible.
Evalita is a comprehensive Italian NLP evaluation suite covering a wide range of linguistic tasks. We evaluate Open-Zagreus-0.4B using the evalita-mp tasks and compare it directly against its base model (Zagreus-0.4B-ita) to measure the impact of SFT.
Results: Open-Zagreus-0.4B vs. Zagreus-0.4B-ita (Base)
Task
Metric
Zagreus-0.4B-ita (base)
Open-Zagreus-0.4B (SFT)
Δ
Overall
acc
0.3226
0.3313
+0.0087
Admission Test
acc
0.2137
0.2083
-0.0054
FAQ
acc
0.2681
0.2672
-0.0009
Hate Speech Detection
f1
0.6056
0.4340
-0.1716
Lexical Substitution
f1
0.0000
0.0000
=
NER
f1
0.1611
0.1357
-0.0254
Relation Extraction
f1
0.1244
0.0000
-0.1244
Sentiment Analysis
f1
0.3660
0.3712
+0.0052
Summarization (Fanpage)
rouge1
0.1947
0.2305
+0.0358
Text Entailment
acc
0.5133
0.5492
+0.0359
Word in Context
f1
0.4697
0.4880
+0.0183
Discussion
The SFT stage delivers a net +0.0087 overall improvement on Evalita. Gains are most significant in generative and semantic tasks:
Summarization (+0.0358): the model produces more coherent and relevant summaries after instruction tuning
Text Entailment (+0.0359): improved language understanding and reasoning
Word in Context (+0.0183): better contextual semantic disambiguation
Sentiment Analysis (+0.0052): marginal improvement in affective understanding
Some structured classification tasks (Hate Speech Detection, Relation Extraction, NER) regress after SFT — a known phenomenon when general-purpose instruction tuning shifts the model away from the specific output format expected by these extractive tasks. This is expected behavior and not indicative of degraded general language quality.
Overall, these results confirm that a fully open-source pipeline — using only publicly available data and tools — is sufficient to produce a competitive Italian SLM.
Reproducibility
This is the only model in the Nesso/Zagreus family where every component is fully open and reproducible:
Proprietary SFT — optimized for function calling and agentic tasks
Citation
If you use this model in your research, please cite:
bibtex
1@misc{nesso2025,
2 title = {The Joy and Pain of Training an LLM from Scratch:
3 A Technical Report on the Zagreus and Nesso Model Families},
4 author = {mii-llm community},
5 year = {2025},
6 howpublished = {\url{https://github.com/mii-llm/zagreus-nesso-slm}},
7}
Acknowledgements
Antonio Baldassarra (CEO, Seeweb) and Marco Cristofanilli (Head of AI, Seeweb) for infrastructure sponsorship
Michele Montebovi for publishing the OpenItalianData SFT dataset that makes this model fully reproducible
The Hugging Face team for Nanotron, datatrove, FineWeb, and FineWeb-2