Chess Pre-to-Post — Pretraining Corpus v1 (54B)
Raw tokenized pretraining data for the Chess Pre-to-Post project, stored as
sharded NumPy arrays (shard_XXXX/raw.NNNN.npy).
[!IMPORTANT] This is the maintained version of the corpus. It supersedes the earlier, smaller
chess-pre-to-post/pretrain_v1_20bsnapshot. Please use this dataset for all new work.
Format
- Sharded raw token arrays:
shard_0000/ … shard_0005/, each containingraw.NNNN.npyfiles of tokenized text. - Load shards with
numpy.load(...)and concatenate as needed for your data loader.
Citation
If you use this dataset, please cite it:
@misc{chess_pretrain_v1_54B,
title = {Chess Pre-to-Post Pretraining Corpus v1 (54B)},
author = {pavelslab-nyu},
howpublished = {\url{https://huggingface.co/datasets/pavelslab-nyu/pretrain_v1_54B}},
year = {2026}
}