semantic-search-ff / tokenizer_config.json
Youmnaaaa's picture
Upload tokenizer_config.json with huggingface_hub
3c8440d verified
{
"bos_token": "<s>",
"cls_token": "<s>",
"do_lower_case": true,
"eos_token": "</s>",
"mask_token": "<mask>",
"model_max_length": 128,
"pad_token": "<pad>",
"pad_token_type_id": 0,
"padding_side": "right",
"sep_token": "</s>",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "XLMRobertaTokenizer",
"truncation_side": "right",
"unk_token": "<unk>"
}