Machine Learning

Parameter

Any learnable value in a machine learning model that is adjusted during training. Parameters include weights and biases in neural networks. Model size is often described by parameter count.

Why It Matters

Parameter count is a rough proxy for model capability — 7B, 70B, and 1.7T parameter models represent very different capability tiers.

Example

GPT-4 is estimated to have over 1 trillion parameters, while Llama 2 comes in 7B, 13B, and 70B parameter versions.

Think of it like...

Like the number of adjustable knobs in a recording studio — more knobs give finer control, but also require more expertise and resources to tune properly.

Related Terms