chem-Phi-Mini / tokenizer_config.json
rish3on3AI's picture
Upload folder using huggingface_hub
a47865b verified
Raw
History Blame Contribute Delete
451 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"is_local": false,
"max_length": 1024,
"model_max_length": 131072,
"pad_token": "<|endofprompt|>",
"padding_side": "left",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "�"
}