root39058 commited on
Commit
32143f5
·
verified ·
1 Parent(s): 8a32b2b

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +11 -0
tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 154,
3
+ "tokenizer_class": "CustomTokenizer",
4
+ "model_max_length": 14,
5
+ "padding_side": "right",
6
+ "truncation_side": "right",
7
+ "special_tokens": {
8
+ "pad_token": "[PAD]",
9
+ "unk_token": "[UNK]"
10
+ }
11
+ }