EgoGPT-7B / egogpt /constants.py
Choiszt's picture
Update egogpt
c62903f
raw
history blame contribute delete
240 Bytes
CONTROLLER_HEART_BEAT_EXPIRATION = 30
WORKER_HEART_BEAT_INTERVAL = 15
LOGDIR = "."
# Model Constants
IGNORE_INDEX = -100
SPEECH_TOKEN_INDEX = -200
DEFAULT_SPEECH_TOKEN = "<speech>"
IMAGE_TOKEN_INDEX = -300
DEFAULT_IMAGE_TOKEN = "<image>"