changing model_max_length: to 10000
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"eos_token": "</s>",
|
| 6 |
"errors": "replace",
|
| 7 |
"mask_token": "<mask>",
|
| 8 |
-
"model_max_length":
|
| 9 |
"name_or_path": "AutoTrain",
|
| 10 |
"pad_token": "<pad>",
|
| 11 |
"sep_token": "</s>",
|
|
|
|
| 5 |
"eos_token": "</s>",
|
| 6 |
"errors": "replace",
|
| 7 |
"mask_token": "<mask>",
|
| 8 |
+
"model_max_length": 10000,
|
| 9 |
"name_or_path": "AutoTrain",
|
| 10 |
"pad_token": "<pad>",
|
| 11 |
"sep_token": "</s>",
|