Misha24-10's picture
Upload folder using huggingface_hub
9704878
raw
history blame
580 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"do_lower_case": false,
"eos_token": "[SEP]",
"keep_accents": true,
"mask_token": {
"__type": "AddedToken",
"content": "[MASK]",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "./rembert",
"pad_token": "[PAD]",
"remove_space": true,
"sep_token": "[SEP]",
"special_tokens_map_file": "./rembert/special_tokens_map.json",
"tokenizer_class": "RemBertTokenizer",
"unk_token": "[UNK]"
}