ClimbMix Download Script Ready | Generated by AI

Home 2026.07

The download script is ready. Here’s a summary:

Created /home/xiaoxin/projects/zz/climbmix/download.py — parallel downloader for nvidia/Nemotron-ClimbMix

Supports three subsets:

Option Files Approx Size
--subset small (default) 100 parquet shards in climbmix_small/ ~50 GB
--subset main 100 tokenized JSONL files (part_0..part_99) ~2 TB
--subset full both of the above + extras ~2 TB

Features:

Example usage:

# Small subset (smoke test, ~50 GB)
python3 climbmix/download.py --subset small

# Main dataset, shards 10-19 only
python3 climbmix/download.py --subset main --shard-range 10-19 --workers 16

# Full dataset with hf_transfer
HF_HUB_ENABLE_HF_TRANSFER=1 python3 climbmix/download.py --subset full --workers 16

The small subset is already in parquet format with a text column, ready for tokenization. The main dataset files are .tokenized.jsonl (LFS) and need detokenize_climbmix.py to convert back to readable text.


Back Donate