shreyas-vstackai commited on
Commit
7a98c4a
1 Parent(s): 6b67883

Added tokenizer_config.json (with model max-length)

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -0
tokenizer_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_length": 32768,
3
+ "model_max_length": 32768
4
+ }