top | item 35979372

(no title)

zorr | 2 years ago

How does N relate to the number of parameters that is frequently mentioned?

discuss

order

throwawaymaths|2 years ago

In my screed, N is the attention width. (How many token it looks at at a time) number of parameters is O(KxNxNxL) where k is the vector size of your tokens, and l is the # of layers. There are other parameters floating around, like in the encoder and decoder matrices, but the NXN matrix dominates.

8thcross|2 years ago

This is an awesome explanation. You guys are the real heroes