https://google.github.io/seq2seq/
A general-purpose encoder-decoder framework for Tensorflow
https://google.github.io/seq2seq/
deeplearning machine-translation neural-network tensorflow translation
Last synced: 4 days ago
JSON representation
A general-purpose encoder-decoder framework for Tensorflow
- Host: GitHub
- URL: https://google.github.io/seq2seq/
- Owner: google
- License: apache-2.0
- Archived: true
- Created: 2017-03-02T22:49:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T08:00:39.000Z (almost 6 years ago)
- Last Synced: 2026-07-07T03:24:23.179Z (9 days ago)
- Topics: deeplearning, machine-translation, neural-network, tensorflow, translation
- Language: Python
- Homepage: https://google.github.io/seq2seq/
- Size: 1.59 MB
- Stars: 5,619
- Watchers: 0
- Forks: 1,290
- Open Issues: 198
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-open-source-llms - Seq2Seq - A foundational deep learning approach for machine translation, image captioning, and NLP developed by Google. Seq2Seq uses an encoder-decoder architecture and underlies several modern LLMs including LaMDA and Amazon's AlexaTM 20B. ([Read more](/details/seq2seq.md)) `Encoder Decoder` `Machine Translation` `Open Source` (Foundation Models)
README
[](https://circleci.com/gh/google/seq2seq)
---
**[READ THE DOCUMENTATION](https://google.github.io/seq2seq)**
**[CONTRIBUTING](https://google.github.io/seq2seq/contributing/)**
---
A general-purpose encoder-decoder framework for Tensorflow that can be used for Machine Translation, Text Summarization, Conversational Modeling, Image Captioning, and more.

---
The official code used for the [Massive Exploration of Neural Machine Translation Architectures](https://arxiv.org/abs/1703.03906) paper.
If you use this code for academic purposes, please cite it as:
```
@ARTICLE{Britz:2017,
author = {{Britz}, Denny and {Goldie}, Anna and {Luong}, Thang and {Le}, Quoc},
title = "{Massive Exploration of Neural Machine Translation Architectures}",
journal = {ArXiv e-prints},
archivePrefix = "arXiv",
eprinttype = {arxiv},
eprint = {1703.03906},
primaryClass = "cs.CL",
keywords = {Computer Science - Computation and Language},
year = 2017,
month = mar,
}
```
This is not an official Google product.