T5

View as Markdown

T5 is Google’s encoder-decoder text-to-text transformer family.

TaskText-to-Text Generation
ArchitectureT5ForConditionalGeneration
HF Orggoogle-t5

Example Model and Recipe

Run the Recipe

$uv run automodel --nproc-per-node=8 examples/llm_finetune/t5/t5_small_squad.yaml

See the Installation Guide and LLM Fine-Tuning Guide.