Rerank
#5
by
tunglinwu
- opened
Hello, does this model support rerank?
The utilization of reranking is similar to that of retrieval, where it is employed by computing the embeddings between the query and candidate documents, followed by ranking based on dot product scores.
This represents a point-wise reranking approach.
The model is primarily designed as a retrieval embedding model, and its usage is based on embedding methods.