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 = "NumberEight/bge-reranker-v2-m3-openvino"
model = OVModelForSequenceClassification.from_pretrained(model_id)
- Downloads last month
- 4
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the HF Inference API does not support sentence-transformers models with pipeline type text-classification
Model tree for NumberEight/bge-reranker-v2-m3-openvino
Base model
BAAI/bge-reranker-v2-m3