| configs: | |
| - config_name: default | |
| data_files: | |
| - split: validation | |
| path: val/*.parquet | |
| - split: train_100b | |
| path: 100b/*.parquet | |
| - split: train_400b | |
| path: 400b/*.parquet | |
| # ClimbMix Shuffle Splits | |
| Derived from `karpathy/climbmix-400b-shuffle`. | |
| - `validation`: 17 shards, approximately 1B tokens | |
| - `train_100b`: 1636 shards, approximately 100B tokens | |
| - `train_400b`: all non-validation shards | |