Raiff1982 commited on
Commit
c9bf3f7
·
verified ·
1 Parent(s): 1ebc739

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -0
tokenizer_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "AutoTokenizer",
3
+ "model_max_length": 2048,
4
+ "padding_side": "right",
5
+ "truncation_side": "right",
6
+ "special_tokens_map_file": "special_tokens_map.json"
7
+ }