maxkm commited on
Commit
ced26b2
1 Parent(s): 827ed28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ BPE Tokenizer for TinyStoriesV2
6
+ ---
7
+ Based on get-neo BPE Tokenizer, but with a smaller vocabulary.
8
+ Trained with TinyStoriesV2.
9
+
10
+ - Vocab Size: 2048
11
+ - 256 Base chars
12
+ - 1 extra Token: <|endoftext|>
13
+ - 1791 merges