← Latest papers
📊 statistics

Mapping the Schedule x Bit-Width Boundary in Sub-100M Quantisation-Aware Training

This paper demonstrates that for sub-100M decoder language models, the optimal learning-rate warmdown schedule (33%) is largely independent of bit-width (FP16, INT8, INT6) and model size, with INT4 exhibiting a distinct transition from a noise-dominated regime below 50M parameters to a decisive optimal schedule at and above 50M.

Original authors: Christian Brandt Thomassen

Published 2026-05-26
📖 5 min read🧠 Deep dive

Original authors: Christian Brandt Thomassen

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are training a small, smart robot (a "language model") to talk. You want to make this robot run on a tiny battery (like a smartwatch or a phone), so you need to shrink its brain. This shrinking process is called quantization. You can shrink the brain to 8 bits, 6 bits, or even 4 bits.

The big question this paper asks is: Does shrinking the robot's brain change how you should teach it?

Specifically, the researchers wanted to know if the "lesson plan" (the learning rate schedule) needs to be different when the robot is tiny (low precision) compared to when it's full-sized (high precision). Many people guessed that because a tiny brain is "wobbly" and unstable, you need a very gentle, long "cool-down" period at the end of training to help it settle down.

Here is what they found, using simple analogies:

1. The Main Discovery: The "One-Size-Fits-All" Lesson Plan

The researchers ran a massive experiment with 720 different scenarios, testing robots of different sizes (from 15 million to 100 million "neurons") and different brain-shrinking levels (8-bit, 6-bit, and even 4-bit).

The Result: They found that the lesson plan does not need to change.
Whether the robot has a full-sized brain or a shrunken 6-bit brain, the best way to finish the training is exactly the same: a "cool-down" period that lasts for 33% of the total training time.

  • The Analogy: Imagine teaching a child to ride a bike. You might think that if the child is wearing a heavy, clumsy helmet (the "shrunken" brain), you need to hold the bike for a much longer time at the end to keep them steady. The researchers found that you don't. Whether they wear a heavy helmet or no helmet at all, the best time to let go and let them coast to a stop is exactly the same.

2. The Exception: The "Tiny" Robot Zone

There is one catch. This "one-size-fits-all" rule works perfectly for the 8-bit and 6-bit robots. But when they tested the 4-bit robots (the most aggressively shrunk ones) that were also very small (under 50 million neurons), the rules got messy.

  • The Analogy: If the robot is both tiny and wearing a very heavy, clunky helmet (4-bit), the training becomes so noisy that it's hard to tell what the best lesson plan is. It's like trying to teach a toddler to ride a bike while they are spinning in a washing machine. The data was so "noisy" that no single lesson plan stood out as the winner.
  • The Boundary: Once the robot gets bigger than 50 million neurons, the noise clears up, and the "33% cool-down" rule becomes the clear winner again, even for the 4-bit robots.

3. The "Grid" Mystery (Why didn't the brain get stuck?)

The researchers had a theory about why the lesson plan didn't need to change. They thought that when you shrink the brain to 6 bits, the weights (the internal numbers) might snap instantly onto a "grid" (like a magnet snapping to a metal sheet) very early in training. If they snap early, they are already stable, so the long cool-down isn't needed.

They tested this: They took snapshots of the robot's brain during training to see if the 6-bit weights were closer to the "grid" than the full-sized weights.
The Result: They were not. The 6-bit weights were just as far from the grid as the full-sized weights.

  • The Analogy: They thought the 6-bit robot was "snapping" to a metal track early on. Instead, they found the 6-bit robot was floating in the same open space as the full-sized robot. The reason the lesson plan works is a mystery they haven't solved yet, but they know it's not because the robot got stuck to the track early.

4. Practical Advice for Builders

Based on these findings, the paper gives simple advice for anyone building these small, battery-powered AI models:

  1. Don't overthink the schedule: If you are training a model under 100 million neurons with 8-bit or 6-bit precision, just use the standard lesson plan you would use for a full-sized model. You don't need to tweak it.
  2. The 4-bit rule: If you are using the extreme 4-bit compression on a model larger than 50 million neurons, stick to the standard 33% cool-down.
  3. The tiny 4-bit zone: If you are using 4-bit on a model smaller than 50 million neurons, don't waste time trying to find a "perfect" schedule. The results are so noisy that any reasonable schedule will do. Just pick one and move on.

Summary

The paper proves that for small language models, shrinking the brain doesn't require a different teaching style. You can use the same "cool-down" strategy for full-precision, 8-bit, and 6-bit models. The only time it gets confusing is when you combine the smallest models with the most extreme shrinking (4-bit), where the training becomes too noisy to tell what's best.

The researchers also debunked the idea that the models "snap" into place early; they float freely, and the reason the teaching style works remains a bit of a mystery.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →