File size: 513 Bytes
08a7d7b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"add_prefix_space": false,
"backend": "tokenizers",
"boi_token": "<image>",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eoi_token": "</image>",
"eos_token": "</s>",
"image_token": "<s>",
"is_local": true,
"local_files_only": false,
"model_max_length": 4096,
"model_specific_special_tokens": {
"boi_token": "<image>",
"eoi_token": "</image>",
"image_token": "<s>"
},
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}
|