File size: 822 Bytes
713536e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | {
"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|>"
}
|