Artificial Intelligence

Model Weights

The collection of all learned parameter values in a neural network. Model weights are what you download when you get a pre-trained model — they encode everything the model learned.

Why It Matters

Model weights are the actual 'brain' of an AI model. Open-weight models share these, while closed-weight models keep them proprietary.

Example

Downloading the 140GB weight file for Llama 2 70B, which contains 70 billion floating-point numbers representing everything the model learned during training.

Think of it like...

Like a brain scan that captures the exact state of every neural connection — the weights are the physical encoding of the model's knowledge.

Related Terms