paper-with-me

홈 › Papers

Scaling Up Models and Data with $\texttt{t5x}$ and $\texttt{seqio}$

2022-03-31 · Adam Roberts, Hyung Won Chung, Anselm Levskaya, Gaurav Mishra, James Bradbury, Daniel Andor, Sharan Narang, Brian Lester, Colin Gaffney, Afroz Mohiuddin, Curtis Hawthorne, Aitor Lewkowycz, Alex Salcianu, Marc van Zee, Jacob Austin, Sebastian Goodman, Livio Baldini Soares, Haitang Hu, Sasha Tsvyashchenko, Aakanksha Chowdhery, Jasmijn Bastings, Jannis Bulian, Xavier Garcia, Jianmo Ni, Andrew Chen, Kathleen Kenealy, Jonathan H. Clark, Stephan Lee, Dan Garrette, James Lee-Thorp, Colin Raffel, Noam Shazeer, Marvin Ritter, Maarten Bosma, Alexandre Passos, Jeremy Maitin-Shepard, Noah Fiedel, Mark Omernick, Brennan Saeta, Ryan Sepassi, Alexander Spiridonov, Joshua Newlan, Andrea Gesmundo

Recent neural network-based language models have benefited greatly from scaling up the size of training datasets and the number of parameters in the models themselves. Scaling can be complicated due to various factors including the need to distribute computation on supercomputer clusters (e.g., TPUs), prevent bottlenecks when infeeding data, and ensure reproducible results. In this work, we present two software libraries that ease these issues: $\texttt{t5x}$ simplifies the process of building and training large language models at scale while maintaining ease of use, and $\texttt{seqio}$ provides a task-based API for simple creation of fast and reproducible training data and evaluation pipelines. These open-source libraries have been used to train models with hundreds of billions of parameters on datasets with multiple terabytes of training data. Along with the libraries, we release configurations and instructions for T5-like encoder-decoder models as well as GPT-like decoder-only architectures. $\texttt{t5x}$ and $\texttt{seqio}$ are open source and available at https://github.com/google-research/t5x and https://github.com/google/seqio, respectively.

📄 PDF Abstract BibTeX arXiv:2203.17189

Code (3)

google-research/t5x 공식 구현 jax
google/seqio 공식 구현 tf
bigscience-workshop/xmtf

Tasks

Decoder

Similar Papers 제목 키워드 기반

Teaching Language Models to Critique via Reinforcement Learning

2025-02-05 · Zhihui Xie, Jie Chen, Liyu Chen, Weichao Mao 외

Teaching large language models (LLMs) to critique and refine their outputs is crucial for building systems that can iteratively improve, yet it is fundamentally limited by the ability to provide accurate judgments and ac…

Code Generationreinforcement-learningReinforcement Learning

A Cartesian-3j Framework for Machine Learning Interatomic Potentials

2025-12-18 · Zemin Xu, Chenyu Wu, Wenbo Xie, P. Hu arxiv

Machine learning interatomic potentials (MLIPs) have brought substantial gains in the extrapolation capability in computational chemistry. However, most equivariant models are typically built with spherical tensors (STs)…

Elucidating the Design Space of FP4 training

2025-09-22 · Robert Hu, Carlo Luschi, Paul Balanca arxiv

The increasing computational demands of foundation models have spurred research into low-precision training, with 4-bit floating-point (\texttt{FP4}) formats emerging as a frontier for maximizing hardware throughput. Whi…

Image Classification

Attention Speaks Volumes: Localizing and Mitigating Bias in Language Models

2024-10-29 · Rishabh Adiga, Besmira Nushi, Varun Chandrasekaran

We explore the internal mechanisms of how bias emerges in large language models (LLMs) when provided with ambiguous comparative prompts: inputs that compare or enforce choosing between two or more entities without provid…

Data Augmentation

$\texttt{ACCORD}$: Closing the Commonsense Measurability Gap

2024-06-04 · François Roewer-Després, Jinyue Feng, Zining Zhu, Frank Rudzicz

We present $\texttt{ACCORD}$, a framework and benchmark suite for disentangling the commonsense grounding and reasoning abilities of large language models (LLMs) through controlled, multi-hop counterfactuals. $\texttt{AC…

BenchmarkingCommon Sense ReasoningCounterfactual ReasoningLarge Language Model+1