Sentence Similarity
sentence-transformers
Safetensors
gemma3_text
Retrieval
STS
Classification
Clustering
Reranking
vllm

Rerank

#5
by tunglinwu - opened

Hello, does this model support rerank?

Tencent org

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.

Sign up or log in to comment