text stringlengths 1 2.25M |
|---|
---
abstract: 'We consider reaction-diffusion equations either posed on Riemannian manifolds or in the Euclidean weighted setting, with power-type nonlinearity and slow diffusion of porous medium time. We consider the particularly delicate case $p<m$ in problem , a case largely left open in [@GMPv] even when the initia... |
---
abstract: 'We report static and dynamic properties of the antiferromagnetic compound Zn$_{2}$(VO)(PO$_{4}$)$_{2}$, and the consequences of non-magnetic Ti$^{4+}$ doping at the V$^{4+}$ site. $^{31}$P nuclear magnetic resonance (NMR) spectra and spin-lattice relaxation rate ($1/T_1$) consistently show the formation ... |
"KEK-TH-2201\n\n3.0cm\n\n[**Types of gauge groups in six-dimensional F-theory on double covers of ra(...TRUNCATED) |
"---\nabstract: 'This articles surveys the existing literature on the methods currently used by web (...TRUNCATED) |
"= 1.5ex ‘=11\n\n[DFPD/93/TH/72]{}\n\n[hep-th/9402081]{}\n\n[**NONPERTURBATIVE MODEL OF LIOUVILLE (...TRUNCATED) |
"---\nauthor:\n- 'M. Latour, S. K. Randall, P. Chayer, G. Fontaine, A. Calamida, J. Ely, T. M. Brown(...TRUNCATED) |
"---\nabstract: 'We review a coarse-graining strategy (multiblob approach) for polymer solutions in (...TRUNCATED) |
"---\nabstract: 'We present a search for decays of $B$ mesons to final states with a meson and a $(...TRUNCATED) |
"---\nabstract: |\n We report the discovery of X-ray emission from NGC 7027, a prototypical objec(...TRUNCATED) |
"---\nabstract: |\n =0.7cm We investigate the possible occurrence of extra spatial dimensions ($D(...TRUNCATED) |
RegMix Data Sample
Dataset Description
The RegMix Data Sample 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 20GB disk space, 5B 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-sample"
snapshot_download(repo_id="sail/regmix-data-sample",
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
- 270