GitHub - keon/seq2seq: Minimal Seq2Seq model with Attention for Neural Machine Translation in PyTorch (original) (raw)

Skip to content

Sign in

Appearance settings

View all features

View all solutions

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

This repository was archived by the owner on Apr 25, 2023. It is now read-only.

keon / seq2seq Public archive

Minimal Seq2Seq model with Attention for Neural Machine Translation in PyTorch

License

MIT license

702 stars 168 forks Branches Tags Activity

Star

Notifications You must be signed in to change notification settings

Additional navigation options

BranchesTags

Folders and files

Name Name Last commit message Last commit date
Latest commitHistory37 Commits
.gitignore .gitignore
LICENSE LICENSE
README.md README.md
model.py model.py
train.py train.py
utils.py utils.py

Repository files navigation

mini seq2seq

Minimal Seq2Seq model with attention for neural machine translation in PyTorch.

This implementation focuses on the following features:

This implementation relies on torchtext to minimize dataset management and preprocessing parts.

Model description

Requirements

download tokenizers by doing so:

python -m spacy download de
python -m spacy download en

References

Based on the following implementations

About

Minimal Seq2Seq model with Attention for Neural Machine Translation in PyTorch

Topics

deep-learning machine-translation seq2seq

Resources

Readme

License

MIT license

Activity

Stars

702 stars

Watchers

13 watching

Forks

168 forks

Report repository

Releases

No releases published

Packages

No packages published

Contributors4

Languages