model-ya / tokenizer_config.json
mipatov's picture
Upload tokenizer
382d02c
raw
history blame contribute delete
No virus
584 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"do_lower_case": true,
"eos_token": "[SEP]",
"keep_accents": false,
"mask_token": {
"__type": "AddedToken",
"content": "[MASK]",
"lstrip": true,
"normalized": false,
"rstrip": false,
"single_word": false
},
"name_or_path": "RuLeanALBERT\\pytorch-model\\tokenizer",
"pad_token": "<pad>",
"remove_space": true,
"sep_token": "[SEP]",
"special_tokens_map_file": "RuLeanALBERT\\pytorch-model\\tokenizer\\special_tokens_map.json",
"tokenizer_class": "AlbertTokenizer",
"unk_token": "<unk>"
}