Image-Text-to-Text
Transformers
Safetensors
English
Chinese
feature-extraction
conversational
custom_code
FlashVL-2B-Static / mm_constants.py
FlashVL's picture
Upload folder using huggingface_hub
8155cef verified
Raw
History Blame Contribute Delete
91 Bytes
# Model Constants
IGNORE_INDEX = -100
IMAGE_TOKEN_INDEX = -200
IMAGE_PAD_TOKEN_INDEX = -201