SCT-KD-model-wangchanberta / tokenizer_config.json
kornwtp's picture
Initial commit
ea7e8db verified
raw
history blame contribute delete
685 Bytes
{
"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
},
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "/ist-project/scads/Nyu/Best_model_withoutDistillation/SCT_WangchanBERTa_bs128_qs65536_t0.06_s0.05_lr3e-4_Seed1000",
"pad_token": "<pad>",
"sep_token": "</s>",
"sp_model_kwargs": {},
"special_tokens_map_file": null,
"tokenizer_class": "CamembertTokenizer",
"unk_token": "<unk>"
}