Update README.md
Browse files
README.md
CHANGED
@@ -33,3 +33,23 @@ size_categories:
|
|
33 |
# fineweb-edu: 10BT sample
|
34 |
|
35 |
This the "10BT-sample" config of `HuggingFaceFW/fineweb-edu` with most of the redundant cols removed for efficiency reasons.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
# fineweb-edu: 10BT sample
|
34 |
|
35 |
This the "10BT-sample" config of `HuggingFaceFW/fineweb-edu` with most of the redundant cols removed for efficiency reasons.
|
36 |
+
|
37 |
+
|
38 |
+
## token counts
|
39 |
+
|
40 |
+
GPT-4 tiktoken token count:
|
41 |
+
|
42 |
+
```
|
43 |
+
token_count
|
44 |
+
count 9.672101e+06
|
45 |
+
mean 1.001188e+03
|
46 |
+
std 1.834986e+03
|
47 |
+
min 3.800000e+01
|
48 |
+
25% 3.380000e+02
|
49 |
+
50% 6.090000e+02
|
50 |
+
75% 1.054000e+03
|
51 |
+
max 1.649670e+05
|
52 |
+
```
|
53 |
+
|
54 |
+
|
55 |
+
- Total count: 9683.59 M tokens
|