kornwtp's picture
Initial commit
b6a7f2b verified
raw
history blame
No virus
632 Bytes
{
"additional_special_tokens": [
"<s>NOTUSED",
"</s>NOTUSED",
"<_>"
],
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"__type": "AddedToken",
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"model_max_length": 510,
"name_or_path": "phayathaibert",
"pad_token": "<pad>",
"sep_token": "</s>",
"sp_model_kwargs": {},
"special_tokens_map_file": "phayathaibert/special_tokens_map.json",
"tokenizer_class": "CamembertTokenizer",
"unk_token": "<unk>"
}