text stringlengths 4 2.78M |
|---|
---
abstract: 'The purpose of this article is to study the problem of finding sharp lower bounds for the norm of the product of polynomials in the ultraproducts of Banach spaces $(X_i)_{\mathfrak U}$. We show that, under certain hypotheses, there is a strong relation between this problem and the same problem for the sp... |
---
abstract: 'Dark Matter detectors with directional sensitivity have the potential of yielding an unambiguous positive observation of WIMPs as well as discriminating between galactic Dark Matter halo models. In this article, we introduce the motivation for directional detectors, discuss the experimental techniques th... |
"---\nabstract: 'The aim of this paper is to establish a global asymptotic equivalence between the e(...TRUNCATED) |
"---\nabstract: |\n We give a general construction of debiased/locally robust/orthogonal (LR) mom(...TRUNCATED) |
"---\nabstract: 'In state space models, smoothing refers to the task of estimating a latent stochast(...TRUNCATED) |
"---\nabstract: 'We analytically derive the upper bound on the overall efficiency of single-photon g(...TRUNCATED) |
"---\nabstract: 'We present a study of a peculiar nebula MF16 associated with an Ultraluminous X-ray(...TRUNCATED) |
"---\nabstract: |\n Flexible and performant Persistency Service is a necessary component of any H(...TRUNCATED) |
"Preprint hep-ph/0006089\n\n[Improved Conformal Mapping of the Borel Plane]{}\n\nU. D. Jentschura (...TRUNCATED) |
"\\[section\\] \\[theorem\\][Lemma]{} \\[theorem\\][Proposition]{} \\[theorem\\][Corollary]{} \\[the(...TRUNCATED) |
RegMix Data
Dataset Description
The RegMix Data is a curated dataset derived from the Pile-Uncopyrighted, specifically designed for the RegMix paper (https://huggingface.co/papers/2407.01492). This dataset aims to facilitate the automatic identification of high-performing data mixtures for language model pre-training by formulating it as a regression task.
Key Features:
- Size: Approximately 1TB disk space, 250B tokens
- Distribution: Follows the natural token distribution of domain examples
- Organization: Examples from different domains are separated into individual files
Dataset Structure
The dataset is organized into two main directories: train and valid, each containing domain-specific JSONL files. The file naming convention is as follows:
[domain]-[identifier]-[number].jsonl
For example: arxiv-10-74305611.jsonl
Domains Included:
arxiv, gutenberg_pg_19, pubmed_central, dm_mathematics, hackernews, stackexchange, enron_emails, nih_exporter, ubuntu_irc, europarl, philpapers, uspto_backgrounds, freelaw, pile_cc, wikipedia_en, github, pubmed_abstracts
Usage
We recommend downloading the entire dataset snapshot instead of using the traditional load_dataset function, as the RegMix code is integrated with the TinyLlama framework.
To download the dataset:
from huggingface_hub import snapshot_download
LOCAL_DIR = "regmix-data"
snapshot_download(repo_id="sail/regmix-data",
repo_type='dataset',
local_dir=LOCAL_DIR,
local_dir_use_symlinks=False)
This will download the entire snapshot, containing 34 JSON line files (17 for train, and 17 for valid), to your specified local directory.
Data Preprocessing
Our code will preprocess these domain files into binary format with domain prefixes. It allows for random sampling of the dataset using user-defined data mixtures (i.e., domain weights).
Acknowledgements
We extend our gratitude to the creators of the Pile-Uncopyrighted dataset for their efforts in removing copyrighted content from the original Pile dataset, making this work possible.
Citation
If you use this dataset in your research, please cite the RegMix paper:
@article{liu2024regmix,
title={RegMix: Data Mixture as Regression for Language Model Pre-training},
author={Liu, Qian and Zheng, Xiaosen and Muennighoff, Niklas and Zeng, Guangtao and Dou, Longxu and Pang, Tianyu and Jiang, Jing and Lin, Min},
journal={arXiv preprint arXiv:2407.01492},
year={2024}
}
For more information about the RegMix methodology and its applications, please refer to the original paper.
- Downloads last month
- 2,254