Text Generation
Transformers
Safetensors
Arabic
llama
arabic
reasoning
chain-of-thought
math
gsm8k
small-language-model
slm
sft
conversational
text-generation-inference
Nawah-Math-Reasoning / tokenizer_config.json
oddadmix's picture
Nawah-Math-Reasoning: weights, tokenizer, eval + training metrics
594647f verified
Raw
History Blame Contribute Delete
370 Bytes
{
"backend": "tokenizers",
"bos_token": "<s>",
"eos_token": "</s>",
"extra_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<think>",
"</think>"
],
"is_local": true,
"local_files_only": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}