Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# FineWeb Dataset tokenized with LLaMA-3.2-1B tokenizer
|
2 |
+
|
3 |
+
This dataset contains the FineWeb dataset preprocessed and tokenized using the LLaMA-3.2-1B tokenizer.
|
4 |
+
|
5 |
+
Each .bin file contains:
|
6 |
+
- A header of 256 int32 values
|
7 |
+
- Token data as uint32 values
|
8 |
+
- File format version: 2
|
9 |
+
|
10 |
+
Dataset structure:
|
11 |
+
- fineweb_train_*.bin: Training shards
|
12 |
+
- fineweb_val_*.bin: Validation shard
|