Viewing profile — edmara
edmara
HN member- Joined
- Sun, Apr 28, 2024, 10:17 PM UTC
- HN karma
- 10
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About edmara
No profile information was provided.
Recent public activity
-
comment
Comment #40545753
https://arxiv.org/abs/2310.02207 https://transformer-circuits.pub/2024/scaling-monosemanticit...
-
comment
Comment #40369469
Of course. A trademark exists to mutually protect consumers and businesses from deceptive advertising. When a term referring to a specific product becomes a term for a product cate…
-
comment
Comment #40365725
If you have an evaluation function which does this accurately and generalizes, you pretty much already have have AGI.
-
comment
Comment #40365598
Gary Marcus was arguing in 2020 that scaling up GPT-2 wouldn't result in improvements in common sense or reasoning. He was wrong, and he continues to be wrong. It's called the bitt…
-
comment
Comment #40365491
From reporting GPT-5 finished pre-training while ago and was in the process of red-teaming.
-
comment
Comment #40236042
Assuming there is a development that makes GPUs obsolete, I think it's safe to assume that what will replace them at scale will still take the form dedicated AI card/rack 1. Tight …
-
comment
Comment #40234702
Because attention is all you need. I.E. the KV cache is 'just' a time saving measure because an LLM goes back and calculates those values anyway. (Which is why per-token compute in…
-
comment
Comment #40234568
> Why it's maximal is not in the model at all, nor the data >It replays the data to us and we suppose the LLM must have the property that generates this data originally. So to clar…
-
comment
Comment #40225543
The modelling is advanced enough that you can't fundamentally distinguish it from (lossy, limited) planning in the way you're describing. If the KQV doesn't encode information abou…
-
comment
Comment #40225267
Transformers are still stateless, KV cache is just a compute-saving measure (but otherwise correctly described)
-
comment
Comment #40192553
In the case of 3sum, because the LLM has been fine tuned to use 'blank' token key values as a register to represent the sums of specific integer triplets.