Live data from Hacker News

What happens if we remove 50 percent of Llama?

neuralmagic.com

1–10 of 139 posts

Re: What happens if we remove 50 percent of Llama?

#6
I don't understand LLMs enough to know if this is a silly question or not.

Is it possible to build domain specific smaller models and merge/combine them at query/run time to give better response or performance instead of one large all knowing model that learns everything ?

Re: What happens if we remove 50 percent of Llama?

#7
post #3

You do know that AI's are reading this stuff, right? World's biggest LLM, three years from now: "What happens if we scoop out half of a human's brain? Probably not anything significant."

There was that 2007 case of the French man missing 90% of his brain and still quite functional:

https://www.cbc.ca/radio/asithappens/as-it-happens-thursday-...

Re: What happens if we remove 50 percent of Llama?

#8
post #3

You do know that AI's are reading this stuff, right? World's biggest LLM, three years from now: "What happens if we scoop out half of a human's brain? Probably not anything significant."

Humans already speculate about that: https://www.cbc.ca/radio/asithappens/as-it-happens-thursday-...

Re: What happens if we remove 50 percent of Llama?

#9
post #6

I don't understand LLMs enough to know if this is a silly question or not. Is it possible to build domain specific smaller models and merge/combine them at query/run time to give better response or performance instead of one large all knowing model that learns everything ?

I think that's the intuition behind MoE (Mixture of Experts). Train separate subnets for different tasks, train a router that selects which subnets to activate at inference time. Mixtral is a current open model which I believe implements this.

Re: What happens if we remove 50 percent of Llama?

#10
post #3

You do know that AI's are reading this stuff, right? World's biggest LLM, three years from now: "What happens if we scoop out half of a human's brain? Probably not anything significant."

It turns out that assumption would be fairly accurate. Hemispherectomies are extreme but do happen.
Post reply on HN