Keep pulling the thread on Noam Shazeer.
The t5x and seqio libraries have been used to train models with hundreds of billions of parameters on datasets with multiple terabytes of training data.
The t5x software library simplifies the process of building and training large language models at scale while maintaining ease of use.
The seqio software library provides a task-based API for creating fast and reproducible training data and evaluation pipelines.
The release of t5x and seqio includes configurations and instructions for T5-like encoder-decoder models and GPT-like decoder-only architectures.
The t5x library is open source and available on GitHub at google-research/t5x.
The seqio library is open source and available on GitHub at google/seqio.