xlmr_medical / tokenizer_config.json
aaaksenova's picture
Upload NER model
3cda0ac verified
raw
history blame contribute delete
No virus
462 Bytes
{
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"__type": "AddedToken",
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"max_length": null,
"model_max_length": 512,
"pad_token": "<pad>",
"sep_token": "</s>",
"tokenizer_class": "XLMRobertaTokenizer",
"truncation": true,
"unk_token": "<unk>"
}