cino-large / tokenizer_config.json
hfl-rc
first version of CINO-large model and tokenizer
20a6d59
raw history blame
No virus
405 Bytes
{"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "cls_token": "<s>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "sp_model_kwargs": {}, "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": ".", "tokenizer_class": "XLMRobertaTokenizer"}