Model for Text Classification similar to bart-large-mnli, for TensorFlow

Hello everyone,
I am looking for a way to train the model used by zero-shot-classification pipeline, that is bart-large-mnli, with TensorFlow. The idea is to fine-tune it on the text I use for my tests. Am I correct saying this is available just with PyTorch? Is there a similar model I could use?

Thanks in advance