English
text generation
maxkm commited on
Commit
7e02def
1 Parent(s): 08f6b00

Update README.md

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
+ ---
2
+ license: mit
3
+ ---
4
+ BPE Tokenizer for TinyStoriesV2
5
+ ---
6
+ Based on get-neo BPE Tokenizer, but with a smaller vocabulary.
7
+ Trained with TinyStoriesV2.
8
+
9
+ - Vocab Size: 4096
10
+ - 256 Base chars
11
+ - 1 extra Token: <|endoftext|>
12
+ - 3839 merges