ettin-reranker-68m-v1 / tokenizer_config.json
tomaarsen's picture
tomaarsen HF Staff
Add new CrossEncoder model
26aea9c verified
raw
history blame contribute delete
488 Bytes
{
"backend": "tokenizers",
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"is_local": true,
"local_files_only": false,
"mask_token": "[MASK]",
"max_length": 7999,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 7999,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "[UNK]"
}