Is MBart tensorflow2.0 model ready for use?

I am looking for MBart pretrained model, but it seems like there is only a pytorch version. I am wondering whether there is a tf2.0 version for this model. If not, can I convert this pytorch version to tf2.0 version?

Not at the moment, MBart inherits from Bart and it’s only available with torch.

pinging @sshleifer

1 Like

Got it. Many thanks! I’ll try the one with torch first. :slight_smile:

1 Like