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
- 9
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The HF Inference API does not support text-classification models for sentence-transformers library.
Model tree for NumberEight/bge-reranker-v2-m3-openvino
Base model
BAAI/bge-reranker-v2-m3