Embedding normalisation
#1
by
ancc
- opened
Hi,
I'd like to know whether the model was trained with normalised embeddings as to use dot-product in evaluation or the usual cosine similarity should be used.
Kind regards and thanks for this fantastic model
Hi! No, you have to use cosine similarity, or you can normalize your embeddings once computed :)