Update tokenizer_config.json
Browse files- tokenizer_config.json +6 -1
tokenizer_config.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
|
|
|
|
3 |
"model_max_length": 1024,
|
4 |
-
"
|
|
|
|
|
|
|
5 |
}
|
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
+
"cls_token": "<cls>",
|
4 |
+
"mask_token": "<mask>",
|
5 |
"model_max_length": 1024,
|
6 |
+
"pad_token": "<pad>",
|
7 |
+
"sep_token": "<eos>",
|
8 |
+
"tokenizer_class": "EsmTokenizer",
|
9 |
+
"unk_token": "<unk>"
|
10 |
}
|