pszemraj commited on
Commit
c3761da
1 Parent(s): 31c5d67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -29,4 +29,22 @@ A sample from [falcon-refinedweb](https://huggingface.co/datasets/tiiuae/falcon-
29
 
30
  - more than 512 & less than 8192 gpt4 tiktoken tokens
31
  - `en` only (via fasttext-langdetect)
32
- - 1M samples
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  - more than 512 & less than 8192 gpt4 tiktoken tokens
31
  - `en` only (via fasttext-langdetect)
32
+ - 1M samples
33
+
34
+
35
+ ```
36
+ GPT-4 tiktoken token count:
37
+
38
+ token_count
39
+ count 1000000.000000
40
+ mean 1197.179246
41
+ std 964.177338
42
+ min 513.000000
43
+ 25% 653.000000
44
+ 50% 871.000000
45
+ 75% 1315.000000
46
+ max 8191.000000
47
+
48
+
49
+ Total count: 1197.18 M tokens
50
+ ```