Urgent.News

What's breaking now, across thousands of outlets.

AI

Why Does a 125B AI Model Use Only 6B Parameters at a Time?

Why Does a 125B AI Model Use Only 6B Parameters at a Time? A new AI model launches. You open X and immediately see numbers like: 125B parameters 6B active parameters 262K context Open weights And if you're not working with LLM architecture every day, your first reaction is probably: What do these numbers actually mean? The most interesting one is this: 125B total parameters, but only around 6B…

A new AI model has been released, boasting 125 billion parameters but only activating approximately 6 billion at any given moment. This raises the question: how can a model with such a large number of parameters only use a fraction of them? The answer lies in the architecture of modern AI models, specifically a concept known as Mixture of Experts (MoE).

In an MoE-based model, the massive parameter count is divided into specialized groups, called "experts." Each expert is a smaller neural network with its own set of parameters. The model also includes a "router" that decides which experts should process a particular input token. This router determines the optimal subset of experts to engage for a given token, allowing only a fraction of the total parameters to be active at any moment.

This approach enables the model to handle complex tasks without needing to activate all 125 billion parameters simultaneously. Instead, it activates only the relevant experts for each token, which could range from 6 billion to all 125 billion, depending on the specific task and the input. This selective activation allows for more efficient processing and resource utilization, making it possible for large-scale models to operate effectively.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

More from Saturday 29 August →