492-Model-Depressed / tokenizer_config.json
tinsira's picture
Upload 5 files
3b75d2c
{
"additional_special_tokens": [
"<s>NOTUSED",
"</s>NOTUSED",
"<_>"
],
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"__type": "AddedToken",
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"name_or_path": "airesearch/wangchanberta-base-att-spm-uncased",
"pad_token": "<pad>",
"sep_token": "</s>",
"sp_model_kwargs": {},
"special_tokens_map_file": null,
"tokenizer_class": "CamembertTokenizer",
"unk_token": "<unk>"
}