AIDive
Back to glossary

What is AI Model Weights

GlossaryAI Infrastructure

Numerical parameters of a neural network that determine how the model transforms input data into a response.

Definition

The model weights are the result of training. During training, the neural network repeatedly adjusts these numbers to better solve the problem: translate text, recognize images, answer questions, or generate music. When people talk about open scales, they usually mean the ability to download or use model parameters.

Example

If a model is trained to recognize cats and dogs, its weights store patterns that help distinguish one image from another.

Why it matters

The term is important for understanding open models, licenses, fine-tuning, storing and running neural networks.

How it works

The model consists of architecture and weights. The architecture defines the shape of the network, and the weights determine what it learns from the data.

Where it is used

  • launching open models
  • fine tuning
  • transferring a model between environments

Limitations

The weights can be very large and require powerful hardware. They may also contain risks: data leaks, license restrictions, or unwanted behavior.