aa / ovis /util /constants.py
root
Ajout du module Ovis
b4942cf
raw
history blame
321 Bytes
# Model Constants
IGNORE_ID = -100
IMAGE_TOKEN_ID = -200
IMAGE_TOKEN = "<image>"
IMAGE_ATOM_ID = -300
IMAGE_INDICATOR_IDS = [-301, -302, -303, -304, -305]
# Log & Print
BEGIN_LINE = '========================************========================'
END_LINE = '------------------------------------------------------------'