This is the first ~30M-parameter Ares proof checkpoint trained from scratch. It uses the official configs/ares_30m.json architecture and generates from its own weights.
The 30M model has more capacity, but this small seed corpus and short CPU run are not enough for it to outperform the 6M model yet. It needs the full Colab/GPU notebook with more Wikipedia and roleplay data.
1python -m ares_core.generate \
2 --checkpoint ares_seed_30m_inference.pt \
3 --tokenizer tokenizer.json \
4 --prompt "Roleplay as a machine-learning tutor" \
5 --device cpu
This is a parameter-scaling proof checkpoint, not a capable assistant. For useful quality, run colab/Ares_Wikipedia_Roleplay_Brain_Training.ipynb on GPU with the larger dataset settings.