Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: odc-by
|
3 |
+
---
|
4 |
+
|
5 |
+
# snimu/finemath-4plus-tiktokenized
|
6 |
+
|
7 |
+
This dataset contains GPT-2 tokenized shards of the FineWeb-4plus dataset.
|
8 |
+
Each shard is stored in a binary format with the following structure:
|
9 |
+
- First comes a header with 256 int32s
|
10 |
+
- The tokens follow, each as uint16 (GPT-2 format)
|
11 |
+
|
12 |
+
The first shard is the validation set, subsequent shards are training data.
|
13 |
+
|
14 |
+
Original dataset: HuggingFaceTB/finemath
|