shreyas-vstackai
commited on
Commit
•
7a98c4a
1
Parent(s):
6b67883
Added tokenizer_config.json (with model max-length)
Browse files- tokenizer_config.json +4 -0
tokenizer_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_length": 32768,
|
3 |
+
"model_max_length": 32768
|
4 |
+
}
|