multistral-tokenizer / tokenizer_config.json
damfle
init: initial commit
f65e646 unverified
raw
history blame contribute delete
627 Bytes
{
"additional_special_tokens": [
"<|start|>",
"<|channel|>",
"<|end|>",
"<|message|>",
"<|image|>",
"<|video|>",
"<|audio|>",
"<|call|>",
"<|constrain|>"
],
"backend": "tokenizers",
"bos_token": "<|begin|>",
"eos_token": "<|return|>",
"extra_special_tokens": [
"<|start|>",
"<|channel|>",
"<|end|>",
"<|message|>",
"<|image|>",
"<|video|>",
"<|audio|>",
"<|call|>",
"<|constrain|>"
],
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|pad|>",
"tokenizer_class": "MultistralTokenizer",
"unk_token": "<|unknown|>"
}