Running Multi Label Text Classification using Pretrained BART model in ONNX is not producing correct results
I have converted facebook/bart-large-mnli model to onnx using torch.onnx.export()
and trying to perform multi-label text classification using onnxruntime as below: