isai-v3.1 / tokenizer_config.json
aixk's picture
Upload folder using huggingface_hub
e13b4b6 verified
raw
history blame contribute delete
454 Bytes
{
"add_prefix_space": null,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"is_local": true,
"max_length": 512,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "</s>",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<unk>",
"use_default_system_prompt": false
}