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 = "maskedds/bge-reranker-base-openvino"
model = OVModelForSequenceClassification.from_pretrained(model_id)
Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

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

Finetuned
(14)
this model

Evaluation results