Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.04 KB

File metadata and controls

30 lines (16 loc) · 1.04 KB

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