Viewing profile — szcs
szcs
HN member- Joined
- Fri, Sep 09, 2022, 7:47 PM UTC
- HN karma
- 17
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About szcs
Recent public activity
-
comment
Comment #42032090
That's just the same distribution laid out along a line instead of a circle
-
comment
Comment #42024406
Attention is a 3 matrix product, s(QK)V where s is softmax. Each matrix has as many rows (Q and V) or columns (K) as many tokens you have in your context. The plot looks at the pro…
-
comment
Comment #42018030
There is a particularly nice geometric interpretation of attention I just realised recently in a flash of enlightenment, best explained with an interactive Desmos plot (black dot i…
-
comment
Comment #41162687
Yes, LLMs are planned too.
-
comment
Comment #41160662
Author here, I just noticed this. If you have any questions I can try answering them.
- comment
-
comment
Comment #41160384
Here is a quick graph I just generated from data I had. Horizontal axis is average bit depth, vertical is accuracy. PTQ is Post Training Quantisation, QAT is Quantisation Aware Tra…
-
comment
Comment #41160328
Author here. I actually came up with the idea a long time ago, I first experimented with variants of this in Caffe (before Tensorflow was a thing).