Pclanglais
commited on
Commit
•
534ee5e
1
Parent(s):
7ea72e4
Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -42,6 +42,6 @@
|
|
42 |
}
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
-
"model_max_length":
|
46 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
47 |
}
|
|
|
42 |
}
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
+
"model_max_length": 4096,
|
46 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
47 |
}
|