File size: 454 Bytes
96916bb dbe493a 96916bb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
license: mit
task_categories:
- text-generation
size_categories:
- 10M<n<100M
---
# FineWeb Dataset tokenized with LLaMA-3.2-1B tokenizer
This dataset contains the FineWeb dataset preprocessed and tokenized using the LLaMA-3.2-1B tokenizer.
Each .bin file contains:
- A header of 256 int32 values
- Token data as uint32 values
- File format version: 2
Dataset structure:
- fineweb_train_*.bin: Training shards
- fineweb_val_*.bin: Validation shard |