psa-e5-small / tokenizer /tokenizer_config.json
SiliconPsycheLabs's picture
Upload tokenizer/tokenizer_config.json with huggingface_hub
6f48b15 verified
Raw
History Blame Contribute Delete
349 Bytes
{
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"eos_token": "</s>",
"is_local": false,
"mask_token": "<mask>",
"model_max_length": 512,
"pad_token": "<pad>",
"sep_token": "</s>",
"sp_model_kwargs": {},
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}