Skip to content

Neural Machine Translation from Chinese to English - LIGN167 Final Project

License

Notifications You must be signed in to change notification settings

yansun1996/Neural-Machine-Translation-Chinese2English

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIGN167_Final_Project

NOTICE ❗❗❗

👉 This repository is my branch for our team project.

👉 The original repository is HERE.

1. Project Topic

  • Neural Machine Translation by GRU.
  • Some advanced tricks (bidirection, teacher-forcing, attention and beam search) have been implemented.
  • Translation plan is from Chinese to English.

2. Rules for master branch:

  • Do not push to master branch directly
  • Merge master branch to your branch before merging.
  • Code review is not required for merging.

3. How to Run

  • Go to ./data folder, follow readme.md to download dataset.
  • Run the command python NMT.py.
  • If you want to use our trained model, please go to ./model folder to download.
  • Read the readme.md in ./model folder to get the correct configuration of trained model.

About

Neural Machine Translation from Chinese to English - LIGN167 Final Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 92.9%
  • Python 7.1%