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 |
+
}
|