slm-125m-instruct / tokenizer_config.json
tohio's picture
Export slm-125m-instruct (125.3M params)
faa4a19 verified
Raw
History Blame Contribute Delete
515 Bytes
{
"backend": "tokenizers",
"bos_token": "<BOS>",
"eos_token": "<EOS>",
"extra_special_tokens": [
"<|system|>",
"<|user|>",
"<|assistant|>",
"<|endofturn|>",
"<|code|>",
"<|endofcode|>",
"<|tool|>",
"<|endoftool|>",
"<|reasoning|>",
"<|endofreasoning|>",
"<|context|>",
"<|endofcontext|>"
],
"is_local": true,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<PAD>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<UNK>"
}