Mxytyu commited on
Commit
18c9785
·
verified ·
1 Parent(s): 1485f4c

Create tokenizer.json

Browse files
Files changed (1) hide show
  1. tokenizer.json +7 -0
tokenizer.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 42,
3
+ "special_tokens": ["<banana>", "<potato>", "<squirrel>"],
4
+ "unk_token": "<huh?>",
5
+ "bos_token": "<go!>",
6
+ "eos_token": "<whew>"
7
+ }