Image-Text-to-Text
Transformers
Safetensors
fusion_phi
text-generation
conversational
custom_code
FUSION-Phi3.5-3B / special_tokens_map.json
starriver030515's picture
Upload folder using huggingface_hub
ae85a4a verified
{
"additional_special_tokens": [
"<vision_start>",
"<vision_end>",
"<|end|>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<unk>",
"unk_token": "<unk>"
}