- python 3.6
- pytorch
- nltk
- tqdm
- To train the model, simply run ./run.sh
- To test the model .run_test.sh
- To see what config options you have python main.py --help
- this repo tries to implement the paper Sequence to Sequence Learning with Neural Networks, some details differ from the original paper, though.
- we are using data from http://www.manythings.org/anki/
- add attention to the currently very basic model
If you find any bugs, please feel free to send an email to zeweichu@gmail.com , I will try to be responsive!