paper-with-me

홈 › Papers

Zyda: A 1.3T Dataset for Open Language Modeling

2024-06-04 · Yury Tokpanov, Beren Millidge, Paolo Glorioso, Jonathan Pilault, Adam Ibrahim, James Whittington, Quentin Anthony

The size of large language models (LLMs) has scaled dramatically in recent years and their computational and data requirements have surged correspondingly. State-of-the-art language models, even at relatively smaller sizes, typically require training on at least a trillion tokens. This rapid advancement has eclipsed the growth of open-source datasets available for large-scale LLM pretraining. In this paper, we introduce Zyda (Zyphra Dataset), a dataset under a permissive license comprising 1.3 trillion tokens, assembled by integrating several major respected open-source datasets into a single, high-quality corpus. We apply rigorous filtering and deduplication processes, both within and across datasets, to maintain and enhance the quality derived from the original datasets. Our evaluations show that Zyda not only competes favorably with other open datasets like Dolma, FineWeb, and RefinedWeb, but also substantially improves the performance of comparable models from the Pythia suite. Our rigorous data processing methods significantly enhance Zyda's effectiveness, outperforming even the best of its constituent datasets when used independently.

📄 PDF Abstract BibTeX arXiv:2406.01981

Code (1)

zyphra/zyda_processing 공식 구현

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Pythia Pythia is a suite of decoder-only autoregressive language models all trained on public data seen in the exact same order and ranging in size from 70M to 12B parameters. The…

Similar Papers 제목 키워드 기반

Zyda-2: a 5 Trillion Token High-Quality Dataset

2024-11-09 · Yury Tokpanov, Paolo Glorioso, Quentin Anthony, Beren Millidge

In this technical report, we present Zyda-2: a five trillion token dataset for language model pretraining. Zyda-2 was used to train our Zamba2 series of models which are state-of-the-art for their weight class. We build …

Language ModelingLanguage Modelling

LazyDAgger: Reducing Context Switching in Interactive Imitation Learning

2021-03-31 · Ryan Hoque, Ashwin Balakrishna, Carl Putterman, Michael Luo 외

Corrective interventions while a robot is learning to automate a task provide an intuitive method for a human supervisor to assist the robot and convey information about desired behavior. However, these interventions can…

continuous-controlContinuous ControlImitation Learning

The Zamba2 Suite: Technical Report

2024-11-22 · Paolo Glorioso, Quentin Anthony, Yury Tokpanov, Anna Golubeva 외

In this technical report, we present the Zamba2 series -- a suite of 1.2B, 2.7B, and 7.4B parameter hybrid Mamba2-transformer models that achieve state of the art performance against the leading open-weights models of th…

LLMPerf: GPU Performance Modeling meets Large Language Models

2025-03-14 · Khoi N. M. Nguyen, Hoang Duy Nguyen Do, Huyen Thao Le, Thanh Tuan Dao

Performance modeling, a pivotal domain in program cost analysis, currently relies on manually crafted models constrained by various program and hardware limitations, especially in the intricate landscape of GPGPU. Meanwh…

GPU

Tamil-Llama: A New Tamil Language Model Based on Llama 2

2023-11-10 · Abhinand Balachandran

Language modeling has witnessed remarkable advancements in recent years, with Large Language Models (LLMs) like ChatGPT setting unparalleled benchmarks in human-like text generation. However, a prevailing limitation is t…

Language ModelingLanguage ModellingText Generation