tabi-random-init / tokenizer_config.json
alibayram's picture
Add new SentenceTransformer model
5a25af0 verified
{
"additional_special_tokens": null,
"backend": "tokenizers",
"bos_token": "[BOS]",
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"eos_token": "[EOS]",
"extra_special_tokens": [],
"is_local": true,
"mask_token": "[MASK]",
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 2048,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}