Using BART-mnli with CTranslate2

I can’t get ctranslate2 to work with (facebook/bart-large-mnli · Hugging Face)

I am guessing this has to do with the fact that while the base model is BART, its output is unlike a regular sequence classifier.

Is there a way to use ctranslate2 with it?

The classification head is not supported. We only support “BartForConditionalGeneration” at the moment.

See also Support BART models for classification · Issue #888 · OpenNMT/CTranslate2 · GitHub