Live data from Hacker News

Viewing profile — szcs

szcs

HN member
Joined
Fri, Sep 09, 2022, 7:47 PM UTC
HN karma
17
Public activity
8 items

About szcs

Szabolcs Cséfalvay

Recent public activity

  1. comment
    Comment #42032090

    That's just the same distribution laid out along a line instead of a circle

  2. 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…

  3. 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…

  4. comment
    Comment #41162687

    Yes, LLMs are planned too.

  5. comment
    Comment #41160662

    Author here, I just noticed this. If you have any questions I can try answering them.

  6. comment
  7. 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…

  8. 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).