Commit
·
c0a6cf7
1
Parent(s):
f5c08f7
Upload tokenizer_config.json with huggingface_hub
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "special_tokens_map_file": null, "name_or_path": "/content/files/content/xlmtwtroberta_ck1/checkpoint-100", "tokenizer_class": "XLMRobertaTokenizer"}
|