Spaces:
Sleeping
Sleeping
Update my_model/captioner/captioning_config.py
Browse files
my_model/captioner/captioning_config.py
CHANGED
@@ -6,7 +6,7 @@ PROMPT = "describe this image in details"
|
|
6 |
MAX_IMAGE_SIZE = 1024
|
7 |
MIN_LENGTH = 20
|
8 |
MAX_NEW_TOKENS = 200
|
9 |
-
MODEL_PATH = "
|
10 |
LOAD_IN_8BIT = True
|
11 |
TORCH_DTYPE = torch.float16
|
12 |
DEVICE_MAP = "auto"
|
|
|
6 |
MAX_IMAGE_SIZE = 1024
|
7 |
MIN_LENGTH = 20
|
8 |
MAX_NEW_TOKENS = 200
|
9 |
+
MODEL_PATH = "m7mdal7aj/captioner"
|
10 |
LOAD_IN_8BIT = True
|
11 |
TORCH_DTYPE = torch.float16
|
12 |
DEVICE_MAP = "auto"
|