> But Transformers have one core problem. In a transformer, every token can look back at every previous token when making predictions. Lately I've been wondering... is this a problem, or a strength? It might be a fallacy to compare how LLMs "think" with how humans think. But humor me for a second. When you are speaking, each time you emit a word, you are not attending to every previous word in your sentence (like tra…
Mamba Explained
11–20 of 47 posts
Re: Mamba Explained
#12Re: Mamba Explained
#13Re: Mamba Explained
#14Re: Mamba Explained
#15Anyone else keep seeing articles about Mamba and thinking it's about Python/Conda? It's annoying when the new cool thing picks the same name as something else you like that deserves attention.
I see what you did there
Re: Mamba Explained
#16> But Transformers have one core problem. In a transformer, every token can look back at every previous token when making predictions. Lately I've been wondering... is this a problem, or a strength? It might be a fallacy to compare how LLMs "think" with how humans think. But humor me for a second. When you are speaking, each time you emit a word, you are not attending to every previous word in your sentence (like tra…
I was wondering the same thing. I understand, why the initial developers of this method declared it as a strength. Still I think it's a problem, too:
If the Tranformer reads this sentence:
A equals B
It understands, that B comes after A and therefore A equals B. But how does it learn that after A comes B and therefore B equals A.
I am referring to the logical problems, that most (all?) modern language models suffer of.
Re: Mamba Explained
#17> But Transformers have one core problem. In a transformer, every token can look back at every previous token when making predictions. Lately I've been wondering... is this a problem, or a strength? It might be a fallacy to compare how LLMs "think" with how humans think. But humor me for a second. When you are speaking, each time you emit a word, you are not attending to every previous word in your sentence (like tra…
We are not hitting a wall, but a slope. Hardware improvements will not make up for it indefinitely. Software will have to make up for it, but the problem is that it costs millions of dollars to hit compile.
Re: Mamba Explained
#18> But Transformers have one core problem. In a transformer, every token can look back at every previous token when making predictions. Lately I've been wondering... is this a problem, or a strength? It might be a fallacy to compare how LLMs "think" with how humans think. But humor me for a second. When you are speaking, each time you emit a word, you are not attending to every previous word in your sentence (like tra…
>> Is this a problem or a strength? I was wondering the same thing. I understand, why the initial developers of this method declared it as a strength. Still I think it's a problem, too: If the Tranformer reads this sentence: A equals B It understands, that B comes after A and therefore A equals B. But how does it learn that after A comes B and therefore B equals A. I am referring to the logical problems, that most (a…
Re: Mamba Explained
#19> But Transformers have one core problem. In a transformer, every token can look back at every previous token when making predictions. Lately I've been wondering... is this a problem, or a strength? It might be a fallacy to compare how LLMs "think" with how humans think. But humor me for a second. When you are speaking, each time you emit a word, you are not attending to every previous word in your sentence (like tra…
Re: Mamba Explained
#20> But Transformers have one core problem. In a transformer, every token can look back at every previous token when making predictions. Lately I've been wondering... is this a problem, or a strength? It might be a fallacy to compare how LLMs "think" with how humans think. But humor me for a second. When you are speaking, each time you emit a word, you are not attending to every previous word in your sentence (like tra…
We're running out of the ability to make transistors smaller and closer together so beyond some major breakthrough I wouldnt expect Moore's law to continue nearly long enough to get to the point of running GPT4 on consumer hardware in the short term