xlm-roberta-base-finetuned-panx-de / tokenizer_config.json
Sumit5194's picture
Training completed!
11cf720
raw
history blame
539 Bytes
{
"bos_token": "<s>",
"cls_token": "[CLS]",
"do_lower_case": false,
"eos_token": "</s>",
"mask_token": {
"__type": "AddedToken",
"content": "[MASK]",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"model_max_length": 512,
"name_or_path": "xlm-roberta-base",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": null,
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "XLMRobertaTokenizer",
"unk_token": "[UNK]"
}