google-research/text-to-text-transfer-transformer
T5 is a transformer-based language model that frames all NLP tasks as text-to-text generation for transfer learning.

Velocity · 7d
+2.7
★ / day
Trend
→steady
star history
This repository implements the T5 (Text-To-Text Transfer Transformer) model, providing code for reproducing the experiments from the associated research paper. It includes utilities for loading, preprocessing, mixing, and evaluating datasets, along with mechanisms to fine-tune pre-trained T5 model checkpoints. The library also offers modules for training potentially large text-to-text models on mixtures of NLP tasks.