Model Training Completion Summary | Generated by AI

Home 2026.07

Training finished! Here’s the final report:

Done ✓ – all 87,000 steps, ~30 hours (1,802 min) on RTX 4070 12GB

Final stats:

Sample outputs (base model, no SFT):

The capital of France is the capital of France, and the capital of France is the capital of
The chemical symbol of gold is a number between 0 and 9.
The opposite of hot is a bit more complicated than it is.
If 5*x + 3 = 13, then x is 5*x + 3.

Classic base-model behavior – recognizes the pattern structure but doesn’t know facts. It’s learned Python syntax and text structure (capitalize proper nouns, equation patterns, list enumerations), but it’s a token predictor, not a Q&A bot. It needs SFT to turn this into a useful assistant.

Script printed next steps:

Evaluate: python -m scripts.base_eval --device-batch-size=8
Chat:     python -m scripts.chat_cli -p 'Write a Python function to reverse a linked list'

Want to run eval or try the chat CLI?


Back Donate