hdallatorre
commited on
Commit
·
b59e9a0
1
Parent(s):
a5bd6ee
Upload tokenizer
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
|
|
3 |
"model_max_length": 1000,
|
4 |
"tokenizer_class": "EsmTokenizer"
|
5 |
}
|
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
+
"eos_token": null,
|
4 |
"model_max_length": 1000,
|
5 |
"tokenizer_class": "EsmTokenizer"
|
6 |
}
|