A 3.12 billion parameter chat model produced by supervised fine-tuning
GPUburnout/GPUburnout-3B-75K on SlimOrca-50K. This is the
step-3000 checkpoint, which achieved the lowest validation loss during the SFT run.
This is NOT the shipped chat model. The shipped version is
GPUburnout/GPUburnout-3B-75K-Chat (step-1500), which was chosen via manual review of generated outputs despite having higher val loss than this checkpoint. This repo exists so the val-loss-vs-output-quality comparison can be reproduced.
This is a concrete demonstration of the "val loss is roughly 75% reliable as a model-quality proxy" lesson from the GPUburnout SFT pipeline.
Research and reproduction of the val-loss vs output-quality comparison. For practical chat use, prefer
GPUburnout-3B-75K-Chat (step 1500).
Discussed in Season 5 of the GPUburnout blog series.
Apache 2.0.