baslak commited on
Commit
dbe493a
·
verified ·
1 Parent(s): fca5828

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: mit
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