text
text copied to clipboard
Add Example of Machine Translation using mBART model to TorchText
🚀 Feature
Add Example of Machine Translation using mBART model to TorchText
Motivation
The motivation to add this is to enable support for basic seq2seq tasks such as MT and provide Torchtext users the mBART pretrained models.
Pitch
- [ ] Add FLORES-101 datasets for Machine Translation to the repo
- [ ] Add the mBART model and its associated transforms
- [ ] Upload pretrained weights for the model to load
- [ ] Add an end to end Machine Translation example