Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Yannis Antonoglou

๐Ÿ‘ค Speaker
329 total appearances

Appearances Over Time

Podcast Appearances

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

I'll just learn something.

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

And then by just mixing these experts,

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

Yeah, by mixing these experts, you just like get more powerful outcome.

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

Now the whole idea is that you can really have like more weights.

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

You can have like more parameters during training that you can actually use to feed your data.

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

But during inference, there's like only a number of active parameters that you care about.

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

So like you don't have to run inference across like

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

massive model of like trillion parameters right like because the active number of parameters is like what really matters for inference and this is this tends to be like much smaller it could be like 32b or like 256b or something like that when a model is like 1 trillion so like the super sparse experts is like when you have like many many many many many many experts where each one of them has like a

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

a significantly smaller number of parameters.

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

So inference is much faster, and at the same time, you have a lot of capacity in your model.

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

Yeah, so...

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

We'll actually release the model architecture.

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

We'll just release the weights.

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

What that means is that people can take the model, they can run it in their own hardware, wherever they want.

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

They can actually, if they have data, they can use this data to do fine tuning.

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

If they have an environment, they can just run their own reinforcement learning, RFT, on the model, just take specialized models out of that.

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

So you have full ownership of how you run the model, where you run the model,

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

what you do with the model in terms of customization.

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

So this is kind of important for people who care about safety, they care about security, they care about customization, and they ultimately care about ownership.

The Neuron: AI Explained
This DeepMind Vet Raised $2B to Open-Source Frontier AI

But what also this allows you to do, and this is especially important for researchers,