Edit model card

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
Inference Examples
Unable to determine this model's library. Check the docs .

Model tree for Smashyalts/bart-large-mnli-openvino

Finetuned
(27)
this model

Dataset used to train Smashyalts/bart-large-mnli-openvino