tiny-random-Emu3Model / tokenizer_config.json
hf-transformers-bot's picture
Update tiny models for Emu3Model
713536e verified
Raw
History Blame Contribute Delete
822 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"boi_token": "<|image start|>",
"bos_token": "<|extra_203|>",
"clean_up_tokenization_spaces": false,
"eof_token": "<|extra_201|>",
"eoi_token": "<|image end|>",
"eos_token": "<|extra_204|>",
"errors": "replace",
"image_token": "<image>",
"image_wrapper_token": "<|image token|>",
"is_local": true,
"local_files_only": false,
"model_max_length": 1000000000000000019884624838656,
"model_specific_special_tokens": {
"boi_token": "<|image start|>",
"eof_token": "<|extra_201|>",
"eoi_token": "<|image end|>",
"image_token": "<image>",
"image_wrapper_token": "<|image token|>"
},
"pad_token": "<|endoftext|>",
"processor_class": "Emu3Processor",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}