Skip to content

tabisheva/machine-translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Translation

Neural machine translation using Transformer model from Pytorch.

Usage

Install requirements.txt

Set paths to train/val/test files in config_translate.py

Run python main.py

Results

The best model will be saved as translate_model.pt, translated test file - test1.de-en.en.

Bleu score of translation from German to English is 28.3

About

Machine translation with Transformer in PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages