Skip to content

Topic

Embedding tables

The lookup tables that map vocabulary tokens to vectors at the input of a language model. In small models they frequently hold the majority of the parameters, and their rows vary widely in magnitude between frequent and rare tokens.

Current clusters