Image Feature Extraction
Transformers
PyTorch
internvl
feature-extraction
custom_code
InternVL-14B-224px / special_tokens_map.json
czczup's picture
Upload folder using huggingface_hub
56dcc06
raw history blame
No virus
96 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "[PAD]",
"unk_token": "<unk>"
}