A 5.04M parameter decoder-only Transformer trained on classical philosophy texts, implemented entirely in Julia using Lux.jl. Part of the Julia SLM family of models exploring alternative sequence mixing architectures.
Model Family
JuliaSLM is the baseline Transformer in a family of three architectures trained on the same data with matched parameter budgets:
Architecture reference: nanoGPT (Karpathy, 2023) adapted for Julia/Lux.jl
Citation
bibtex
1@misc{juliaslm2026,
2 title={JuliaSLM: A Small Language Model in Pure Julia},
3 author={LisaMegaWatts},
4 year={2026},
5 url={https://huggingface.co/LisaMegaWatts/JuliaSLM}
6}