reranker
Collection
reranker model
•
5 items
•
Updated
This model was converted to OpenVINO from BAAI/bge-reranker-base
using optimum-intel
via the export space.
First make sure you have optimum-intel installed:
pip install optimum[openvino]
To load your model you can do as follows:
from optimum.intel import OVModelForSequenceClassification
model_id = "turingevo/bge-reranker-base-openvino"
model = OVModelForSequenceClassification.from_pretrained(model_id)
Base model
BAAI/bge-reranker-base