Skip to content

Draxster99/Neural-Machine-Translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code information

  • Src
    • bleu.py is used to generate the bleu scores of a translation.
    • data.py contains the code related to data processing, tokenization, dataset, collate_fn.
    • multihead_attention.py contains multihead attention code.
    • transformer.py contain the implementation of the transformer model.
    • train.py is used to train the transformer.
  • environment.yaml contains the conda environment used.

About

seq2seq translation using Transformer architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages