Canstralian commited on
Commit
e41e675
1 Parent(s): 2ada6c1

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +8 -0
tokenizer_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_lower_case": true,
3
+ "vocab_size": 30522,
4
+ "special_tokens": {
5
+ "pad_token": "[PAD]",
6
+ "eos_token": "[EOS]"
7
+ }
8
+ }