aiq-scoring-e5-small-wiki-absolute / tokenizer_config.json
Miya67's picture
Add new CrossEncoder model
0f8b433 verified
raw
history blame contribute delete
569 Bytes
{
"add_prefix_space": true,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"eos_token": "</s>",
"is_local": true,
"mask_token": "<mask>",
"max_length": 514,
"model_max_length": 514,
"pad_to_multiple_of": null,
"pad_token": "<pad>",
"pad_token_type_id": 0,
"padding_side": "right",
"sep_token": "</s>",
"sp_model_kwargs": {},
"stride": 0,
"tokenizer_class": "XLMRobertaTokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<unk>"
}