whiff-mamba2-20M-v2 / tokenizer_config.json
limloop's picture
init
37799f5
raw
history blame contribute delete
285 Bytes
{
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"is_local": false,
"mask_token": "<|mask|>",
"model_max_length": 32768,
"pad_token": "<|padding|>",
"tokenizer_class": "TokenizersBackend"
}