The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Data-Constrained Language Model Pretraining
This repository contains pre-tokenized data used in the paper Data-Constrained Language Model Pretraining: Improved Regularization and Scaling Laws.
The dataset consists of pre-tokenized .pt files containing packed GPT-2-tokenized sequences. These snapshots were used to study the data-constrained, compute-rich regime of pretraining where models are trained for multiple epochs over a finite dataset.
Sample Usage
You can download the dataset snapshots used for these experiments using the huggingface-cli:
huggingface-cli download zhiwei555/dclm_data_200m \
--repo-type dataset \
--local-dir dclm_data_200m
The training scripts in the official repository expect these pre-tokenized .pt files as input.
- Downloads last month
- 86