This portal provides an advanced documentation of the OpenNMT Torch version.

Overview

OpenNMT is a generic deep learning framework mainly specialized in sequence-to-sequence models covering a variety of tasks such as machine translation, summarization, image to text, and speech recognition. The framework has also been extended for other non sequence-to-sequence tasks like language modelling and sequence tagging.

All these applications are reusing and sometimes extending a collection of easy-to-reuse modules: encoders, decoders, embeddings layers, attention layers, and more.

The framework is implemented to be as generic as possible and can be used either via command line applications, client-server, or libraries.

Additional resources

You can find additional help or tutorials in the following resources:

Note

If you find an error in this documentation, please consider opening an issue or directly submitting a modification by clicking on the edit button at the top of a page.