File size: 349 Bytes
2719926 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"backend": "tokenizers",
"bos_token": "<|bos|>",
"eos_token": "<|eos|>",
"extra_special_tokens": [
"<|system|>",
"<|user|>",
"<|assistant|>",
"<|think|>",
"<|reasoning|>"
],
"is_local": true,
"model_max_length": 2048,
"pad_token": "<|pad|>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|unk|>"
}
|