InternVL3_5-GPT-OSS-20B-A4B-Preview-HF / special_tokens_map.json
Weiyun1025's picture
Upload folder using huggingface_hub
12fe65b verified
raw
history blame contribute delete
573 Bytes
{
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"context_image_token": "<IMG_CONTEXT>",
"end_image_token": "</img>",
"eos_token": {
"content": "<|return|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"start_image_token": "<img>",
"video_token": "<video>"
}