1University of Technology Sydney (UTS)
2RoZetta Technology
This is the code used in the tutorial at the 19th Annual Workshop of the Australasian Language Technology Association (ALTA 2021). You can find the full recording of the tutorial here.
In this code repository we show how to train neural machine translation and abstractive summarisation models using PyTorch Lightning, a framework meant to remove the "boilerplate" from the development of research models.
We provide two notebooks (one for translation and one for summarisation) as part of the tutorial. You can run this on Jupyter notebooks or Google-colab.
Check the translation folder to start with this section of the tutorial.
Check the summarisation folder to start with this section of the tutorial.
The NMT and summarisation slide sets and accompanying videos are available here.