Skip to content

Chapter 10: Machine Translation

No due date 0% complete

In this chapter, we train a neural machine translation (NMT) model by using IWSLT'14 English to German translation dataset. For the actual implementation of an NMT model, use the off-the-shelf toolkits such as fairseq, Hugging Face Transformers and OpenNMT-py.

In this chapter, we train a neural machine translation (NMT) model by using IWSLT'14 English to German translation dataset. For the actual implementation of an NMT model, use the off-the-shelf toolkits such as fairseq, Hugging Face Transformers and OpenNMT-py.

Loading