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)
Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for turingevo/bge-reranker-base-openvino

Finetuned
(10)
this model

Collection including turingevo/bge-reranker-base-openvino

Evaluation results