simcse-model-thai-v0 / tokenizer_config.json
nondevs's picture
v0
94cc6de
{
"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>"
}