spiking-sentence-embedder / tokenizer_config.json
muhammadakhyar's picture
Upload tokenizer
cb03119 verified
Raw
History Blame Contribute Delete
312 Bytes
{
"backend": "tokenizers",
"bos_token": "<BOS>",
"clean_up_tokenization_spaces": true,
"eos_token": "<EOS>",
"is_local": true,
"local_files_only": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<PAD>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<UNK>"
}