fw-220M / tokenizer_config.json
andquant's picture
Upload tokenizer
a8df01a verified
Raw
History Blame Contribute Delete
290 Bytes
{
"backend": "tokenizers",
"bos_token": "<|beginoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"model_max_length": 1024,
"pad_token": "<|pad|>",
"padding_side": "right",
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right"
}