Customizing Neural Machine Translation Models with NVIDIA NeMo, Part 1

Originally published at: https://developer.nvidia.com/blog/customizing-neural-machine-translation-models-with-nvidia-nemo-part-1/

Neural machine translation (NMT) is an automatic task of translating a sequence of words from one language to another. In recent years, the development of attention-based transformer models has had a profound impact on complicated language modeling tasks, which predict the next upcoming token in the sentence. NMT is one of the typical instances. There…