AI Foundations Β· ~7 min Β· 2 quick checks
What is a model?
A model is just a very large file of numbers (called weights) plus code that runs it. Training produced those numbers; running the model is called inference.
Models come in different sizes, usually measured in parameters: 8B = 8 billion parameters, 70B = 70 billion, and so on.