This model was converted to OpenVINO from distilbert/distilbert-base-uncased-finetuned-sst-2-english using optimum-intel via the export space.

First make sure you have optimum-intel installed:

pip install optimum-intel

To load your model you can do as follows:

from optimum.intel import OVModelForSequenceClassification

model_id = "echarlaix/distilbert-base-uncased-finetuned-sst-2-english-openvino"
model = OVModelForSequenceClassification.from_pretrained(model_id)
Downloads last month
31,246
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for echarlaix/distilbert-base-uncased-finetuned-sst-2-english-openvino

Datasets used to train echarlaix/distilbert-base-uncased-finetuned-sst-2-english-openvino

Evaluation results