Pclanglais
commited on
Commit
•
722acce
1
Parent(s):
fd5fc9a
Upload folder using huggingface_hub
Browse files- tokenizer_config.json +2 -1
tokenizer_config.json
CHANGED
@@ -274,5 +274,6 @@
|
|
274 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
275 |
"bos_token": "<|begin_of_text|>",
|
276 |
"eos_token": "<|end_of_text|>",
|
277 |
-
"unk_token": "[UNK]"
|
|
|
278 |
}
|
|
|
274 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
275 |
"bos_token": "<|begin_of_text|>",
|
276 |
"eos_token": "<|end_of_text|>",
|
277 |
+
"unk_token": "[UNK]",
|
278 |
+
"vocab_size": 65536
|
279 |
}
|