Releases: TartuNLP/translation-worker
Releases · TartuNLP/translation-worker
Version 2.2.0
Updates:
- Added functionality for text file translation
- Updated dependencies
Version 2.1.0
Updates:
- Code is now almost identical to the NMT workers in project MTee (but not completely interchangeable due to different API protocols).
- Faster Docker builds by dropping Conda
- Updated model structure to support HuggingFace
Compatible models can be found in HuggingFace.
Version 2.0.0 (fairseq)
A Fairseq multilingual version of the NMT worker to run the newer 7-language model (septilang). The necessary model files are attached to this release.
Version v1.0.0 (sockeye)
The first version of a Sockeye-based NMT service using a message queue which can be used to run the older 7-language (septilang) NMT model or the Finno-Ugric (smugri) model either and process requests from RabbitMQ. The necessary model files are attached to this release.