Edit model card

This model was converted to OpenVINO from BAAI/bge-reranker-v2-m3 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 = "sridhariyer/bge-reranker-v2-m3-openvino"
model = OVModelForSequenceClassification.from_pretrained(model_id)
Downloads last month
12
Inference Examples
Inference API (serverless) does not yet support sentence-transformers models for this pipeline type.

Model tree for sridhariyer/bge-reranker-v2-m3-openvino

Finetuned
(4)
this model