This model was converted to OpenVINO from facebook/bart-large-mnli
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 = "Smashyalts/bart-large-mnli-openvino"
model = OVModelForSequenceClassification.from_pretrained(model_id)
- Downloads last month
- 6
Unable to determine this model's library. Check the
docs
.
Model tree for Smashyalts/bart-large-mnli-openvino
Base model
facebook/bart-large-mnli