Transformers
TinyLM-2 / tokenizer_config.json
Se00n00's picture
Update tokenizer_config.json
1f1299e verified
Raw
History Blame Contribute Delete
571 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|START|>",
"eos_token": "<|END|>",
"errors": "replace",
"extra_special_tokens": [
"<|THINK|>",
"<|/THINK|>",
"<|AVAILABLE_TOOLS|>",
"<|/AVAILABLE_TOOLS|>",
"<|TOOL_CALLS|>",
"<|/TOOL_CALLS|>",
"<|TOOL_RESULTS|>",
"<|/TOOL_RESULTS|>",
"<|ASSISTANT|>",
"<|USER|>",
"<|SYSTEM|>"
],
"is_local": false,
"local_files_only": false,
"model_max_length": 30000,
"pad_token": null,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|UNK|>"
}