constants.py 356 Bytes
Newer Older
luopl's avatar
luopl committed
1
2
3
4
5
6
7
8
9
10
11
12
13
# Model Constants
IGNORE_ID = -100
IMAGE_TOKEN = "<image>"
IMAGE_TOKEN_ID = -200
VIDEO_TOKEN = "<video>"
VIDEO_TOKEN_ID = -201

VISUAL_ATOM_ID = -300
INDICATOR_IDS = [-301, -302, -303, -304]

# Log & Print
BEGIN_LINE = '========================************========================'
END_LINE = '------------------------------------------------------------'