Remix.run Logo
Ucalegon 2 hours ago

Token selection is based off normalization, even if you train a model to produce outlier answers, even in that process you are biasing to a subset of outliers, which is inherently normalizing.

Retr0id an hour ago | parent [-]

Could you elaborate on "token selection is based off normalization"?

Ucalegon an hour ago | parent [-]

Sure;

https://arxiv.org/pdf/1607.06450

Depending on the model architecture, there is normalization taking place in multiple different places in order to save compute and ensure (some) consistency in output. Training, by its very nature, also is a normalization function, since you are telling the model which outputs are and are not valid, shaping weights that define features.