OpenAI, Google, Anthropic admit they can’t scale up their chatbots any further
OpenAI, Google, Anthropic admit they can’t scale up their chatbots any further
OpenAI, Google, Anthropic admit they can’t scale up their chatbots any further – Pivot to AI
I'm usually the one saying "AI is already as good as it's gonna get, for a long while."
This article, in contrast, is quotes from folks making the next AI generation - saying the same.
It's absurd that some of the larger LLMs now use hundreds of billions of parameters (e.g. llama3.1 with 405B).
This doesn't really seem like a smart usage of ressources if you need several of the largest GPUs available to even run one conversation.
I wonder how many GPUs my brain is
It's a lot. Like a lot a lot. GPUs have about 150 billion transistors but those transistors only make 1 connection in what is essentially printed in a 2d space on silicon.
Each neuron makes dozens of connections, and there's on the order of almost 100 billion neurons in a blobby lump of fat and neurons that takes up 3d space. And then combine the fact that multiple neurons in patterns firing is how everything actually functions and you have such absurdly high number of potential for how powerful human brains are.
At this point, I'm not sure there's enough gpus in the world to mimic what a human brain can do.
42
I don't think your brain can be reasonably compared with an LLM, just like it can't be compared with a calculator.
Seeing as how the full unquantized FP16 for Llama 3.1 405B requires around a terabyte of VRAM (16 bits per parameter + context), I'd say way more than several.
That's capitalism
Larger models train faster (need less compute), for reasons not fully understood. These large models can then be used as teachers to train smaller models more efficiently. I've used Qwen 14B (14 billion parameters, quantized to 6-bit integers), and it's not too much worse than these very large models.
Lately, I've been thinking of LLMs as lossy text/idea compression with content-addressable memory. And 10.5GB is pretty good compression for all the "knowledge" they seem to retain.
I don't think Qwen was trained with distillation, was it?
It would be awesome if it was.
Also you should try Supernova Medius, which is Qwen 14B with some "distillation" from some other models.