ERNIE-Image-nf4 / tokenizer /tokenizer_config.json
ovedrive's picture
Upload folder using huggingface_hub
c50702f verified
raw
history blame contribute delete
408 Bytes
{
"add_prefix_space": null,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"is_local": true,
"legacy": true,
"local_files_only": false,
"model_max_length": 2048,
"pad_token": "<pad>",
"processor_class": "PixtralProcessor",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>",
"use_default_system_prompt": false
}