Text Generation
Transformers
Safetensors
English
llava_phi
custom_code
g-h-chen commited on
Commit
570e8c5
·
verified ·
1 Parent(s): 1bbfd18

Delete constants.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. constants.py +0 -13
constants.py DELETED
@@ -1,13 +0,0 @@
1
- CONTROLLER_HEART_BEAT_EXPIRATION = 30
2
- WORKER_HEART_BEAT_INTERVAL = 15
3
-
4
- LOGDIR = "."
5
-
6
- # Model Constants
7
- IGNORE_INDEX = -100
8
- IMAGE_TOKEN_INDEX = -200
9
- DEFAULT_IMAGE_TOKEN = "<image>"
10
- DEFAULT_IMAGE_PATCH_TOKEN = "<im_patch>"
11
- DEFAULT_IM_START_TOKEN = "<im_start>"
12
- DEFAULT_IM_END_TOKEN = "<im_end>"
13
- IMAGE_PLACEHOLDER = "<image-placeholder>"