google-research/text-to-text-transfer-transformer
Code for the paper "Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer" observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 91
- Release rhythm 8
- Longevity 100
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: 2512
- days_rel: n/a
- days_push: 56
- n_releases_24m: 0
Adoption not part of the score
6544 stars · 797 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The official T5 library from Google Research, implementing the text-to-text transfer transformer for NLP tasks like summarization, question answering, and translation. It provides code for dataset loading, preprocessing, task mixing, fine-tuning, and evaluation of pre-trained T5 models.
Use cases
- fine-tune T5 on my own NLP task
- reproduce the T5 paper experiments
- preprocess and mix text-to-text training datasets
- download and run pre-trained T5 checkpoints
- train large seq2seq models on TPU
- evaluate models on summarization and question answering benchmarks
When to choose
- you want to fine-tune or evaluate the original T5 models in TensorFlow
- you need the exact dataset preprocessing and task-mixing code from the T5 paper
- you are doing research that builds on the T5 codebase
When to avoid
- you are starting fresh with T5 — use T5X (JAX/Flax) instead, as recommended by the authors
- you need actively developed features or modern LLM tooling
- you want a PyTorch-native implementation
Facets
library · maturity maintenance
machine-learning llm-training nlp etl machine-learning deep-learning large-language-models python cloud t5 transfer-learning text-to-text tensorflow sentencepiece pretrained-models research-code natural-language-processing gpu
6 sources
- readme: https://github.com/google-research/text-to-text-transfer-transformer · fetched 2026-08-28 · bc32082da2dc
- homepage: https://arxiv.org/abs/1910.10683 · fetched 2026-08-29 · 70ccd1d71d25
- site_page: https://info.arxiv.org/about/donate.html · fetched 2026-08-29 · cca9c3a11c56
- site_page: https://info.arxiv.org/about/ourmembers.html · fetched 2026-08-29 · 47cbc55ff1de
- site_page: https://info.arxiv.org/about · fetched 2026-08-29 · a1f16f915a9a
- site_page: https://info.arxiv.org/labs/index.html · fetched 2026-08-29 · b14a8d05a0ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google-research/text-to-text-transfer-transformer | main | 64 |
For agents
markdown · JSON · MCP: product_card(name="google-research/text-to-text-transfer-transformer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem