# google-research/text-to-text-transfer-transformer

Code for the paper "Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer"

Repository: https://github.com/google-research/text-to-text-transfer-transformer
Canonical: https://ross.abutalabs.com/products/text-to-text-transfer-transformer
Homepage: https://arxiv.org/abs/1910.10683
Language: Python
License: Apache-2.0
License Family: permissive
Last push: 2026-07-08T23:37:09+00:00

## Health v2 (maintenance only)
Score: 64/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 91, release rhythm 8, longevity 100
- inputs: {"age_days": 2512, "days_push": 56, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6544, forks 797 (observed 2026-08-28T04:09:45.092231+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: machine-learning, llm-training, nlp, etl
- domain: machine-learning, deep-learning, large-language-models
- platform: python, cloud
- tags: t5, transfer-learning, text-to-text, tensorflow, sentencepiece, pretrained-models, research-code, natural-language-processing, gpu

## Member repositories
- google-research/text-to-text-transfer-transformer (main) score 64

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:45.092231+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:44:06.096782+00:00, confidence not recorded.
  - readme: https://github.com/google-research/text-to-text-transfer-transformer (fetched 2026-08-28T04:09:45.092231+00:00, sha bc32082da2dc)
  - homepage: https://arxiv.org/abs/1910.10683 (fetched 2026-08-29T08:40:33.083603+00:00, sha 70ccd1d71d25)
  - site_page: https://info.arxiv.org/about/donate.html (fetched 2026-08-29T08:40:33.092999+00:00, sha cca9c3a11c56)
  - site_page: https://info.arxiv.org/about/ourmembers.html (fetched 2026-08-29T08:40:33.098081+00:00, sha 47cbc55ff1de)
  - site_page: https://info.arxiv.org/about (fetched 2026-08-29T08:40:33.100216+00:00, sha a1f16f915a9a)
  - site_page: https://info.arxiv.org/labs/index.html (fetched 2026-08-29T08:40:33.094975+00:00, sha b14a8d05a0ec)
- Data as of 2026-08-30T08:39:29.467469+00:00.
