RuLeanALBERT / tokenizer /config.json
yhn112's picture
Create new file
c4c0478
raw history blame
No virus
435 Bytes
{
"bos_token": "[CLS]",
"eos_token": "[SEP]",
"unk_token": "<unk>",
"sep_token": "[SEP]",
"pad_token": "<pad>",
"cls_token": "[CLS]",
"mask_token": {
"content": "[MASK]",
"single_word": false,
"lstrip": true,
"rstrip": false,
"normalized": false
},
"max_length": 512,
"special_tokens_map_file": null,
"name_or_path": null,
"model_type": "albert"
}