/Machine-Translation-Models-And-Data

This repository contains different machine translation trained on custom and open source datasets.

Primary LanguagePython

Machine-Translation-Models

This repository contains different machine translation models trained using transformer architecture on custom made plus some open source datasets.

1. English-Hindi

Version Bleu Score
v1 12.02

2. English-German

Version Blue Score
v1 28.09

Usage

Below repositories can be used to use the model for translation, and can also be used to perform document level translation using a web interface.

Document Machine Translation

text-translator

References

  1. Testing data for calculcating bleu score has been taken from this repo