bert-pretraining-small-models-better-than-distilling

IN premiseentries/2026/06/21/wiki-BERT_language_model-chunk-2.md

Created 2026-06-21T09:50:09+00:00

Turc et al. (2019) showed that pre-training small BERT models directly is more effective than only distilling from larger models — 'well-read students learn better'

Summary

Building a small language model from scratch on a large text corpus outperforms the approach of training a big model first and then squeezing its knowledge into the smaller one. For system design, this means compute is better spent training the actual target-sized model directly rather than maintaining a separate oversized teacher model just to distill from.

Dependents

These beliefs depend on this one: