CONTROLLER_HEART_BEAT_EXPIRATION = 30 WORKER_HEART_BEAT_INTERVAL = 15 LOGDIR = "." # Model Constants IGNORE_INDEX = -100 IMAGE_TOKEN_INDEX = -200 PREDICT_TOKEN_INDEX = -300 DEFAULT_IMAGE_TOKEN = "" DEFAULT_IMAGE_PATCH_TOKEN = "" DEFAULT_IM_START_TOKEN = "" DEFAULT_IM_END_TOKEN = "" IMAGE_PLACEHOLDER = "" DEFAULT_PREDICT_TOKEN = "" DESCRIPT_PROMPT = [ "Describe this image thoroughly.", "Provide a detailed description in this picture.", "Detail every aspect of what's in this picture.", "Explain this image with precision and detail.", "Give a comprehensive description of this visual.", "Elaborate on the specifics within this image.", "Offer a detailed account of this picture's contents.", "Describe in detail what this image portrays.", "Break down this image into detailed descriptions.", "Provide a thorough description of the elements in this image."]