Files
Kumru-2B-Thinking-v2.0/tokenizer_config.json

12 lines
288 B
JSON
Raw Permalink Normal View History

{
"backend": "tokenizers",
"bos_token": "<BOS>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"is_local": true,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<PAD>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<UNK>"
}