CoolFace
Modelpublic

grandfso/bge-reranker-v2-m3-openvino

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes3downloads
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:

bash
pip install optimum[openvino]

To load your model you can do as follows:

python
from optimum.intel import OVModelForSequenceClassification

model_id = "grandfso/bge-reranker-v2-m3-openvino"
model = OVModelForSequenceClassification.from_pretrained(model_id)