RRisto/seq2seq
upgrade on pytorch seq2seq tutorial
This project helps machine learning practitioners or researchers translate sequences of text from one form to another, for example, from English to French. You provide text data, and it outputs a trained model capable of performing these translations. It's designed for those who want to build or experiment with sequence-to-sequence models for natural language processing tasks.
No commits in the last 6 months.
Use this if you need a clear, updated example for training sequence-to-sequence models for language translation or similar text processing tasks.
Not ideal if you're looking for a production-ready translation API or a tool that doesn't require direct engagement with model training code.
Stars
10
Forks
5
Language
Jupyter Notebook
License
—
Category
Last pushed
Mar 11, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/RRisto/seq2seq"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xv44586/toolkit4nlp
transformers implement (architecture, task example, serving and more)
luozhouyang/transformers-keras
Transformer-based models implemented in tensorflow 2.x(using keras).
ufal/neuralmonkey
An open-source tool for sequence learning in NLP built on TensorFlow.
graykode/xlnet-Pytorch
Simple XLNet implementation with Pytorch Wrapper
uzaymacar/attention-mechanisms
Implementations for a family of attention mechanisms, suitable for all kinds of natural language...