Model training similarity metric?

#3
by DennisCyx - opened

Hello! Was looking through the documentation and could find no mention of it anywhere;

What similarity metric is your inf-retriever-v1 trained on? Cosine similarity or L2?

Hello! Was looking through the documentation and could find no mention of it anywhere;

What similarity metric is your inf-retriever-v1 trained on? Cosine similarity or L2?

Hi! The inf-retriever-v1 uses cosine similarity. Since embeddings are normalized, cosine similarity and L2 distance are effectively equivalent—but cosine is what's used.

Great, thank you for the quick reply!

DennisCyx changed discussion status to closed

Sign up or log in to comment