Originally published at: https://developer.nvidia.com/blog/customizing-neural-machine-translation-models-with-nvidia-nemo-part-2/
In the first post, we walked through the prerequisites for a neural machine translation example from English to Chinese, running the pretrained model with NeMo, and evaluating its performance. In this post, we walk you through curating a custom dataset and fine-tuning the model on that dataset. Custom data collection Custom data collection is crucial…