google/seq2seq
A general-purpose encoder-decoder framework for Tensorflow observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3471
- days_rel: n/a
- days_push: 2148
- n_releases_24m: 0
Adoption not part of the score
5618 stars · 1283 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A general-purpose encoder-decoder (seq2seq) framework built on TensorFlow, supporting tasks like machine translation, text summarization, conversational modeling, and image captioning. Models and training pipelines are configured via YAML for reproducibility, with modular, extensible architecture code.
Use cases
- train a neural machine translation model
- build a text summarization model
- create a conversational chatbot model
- train an image captioning model
- experiment with attention mechanisms and encoder architectures
- reproduce NMT research experiments from YAML configs
When to choose
- you need a configurable encoder-decoder framework on TensorFlow 1.x
- you want to reproduce the 'Massive Exploration of Neural Machine Translation Architectures' paper
- your seq2seq task fits encode-input/decode-output framing and you want modular extensibility
When to avoid
- you use TensorFlow 2.x or PyTorch - the project is unmaintained and tied to old TensorFlow
- you need state-of-the-art transformer or LLM-based models
- you need maximum training performance or production-grade support
Facets
library · maturity abandoned
machine-learning deep-learning nlp machine-learning deep-learning python tensorflow encoder-decoder seq2seq machine-translation text-summarization image-captioning natural-language-processing gpu
2 sources
- readme: https://github.com/google/seq2seq · fetched 2026-08-28 · 1b2e09075bb5
- homepage: https://google.github.io/seq2seq/ · fetched 2026-08-29 · 746d89200f3b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/seq2seq | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem