Navigationsmenü öffnen
AIDive
DE
Anmelden
Zurück zum Glossar

AI Model Weights

AI 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.

Beispiel

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

Warum es wichtig ist

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

So funktioniert es

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.

Wo es genutzt wird

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

Einschränkungen

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

FAQ

Why is “AI Model Weights” useful to know?

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