m7mdal7aj commited on
Commit
747fb93
·
verified ·
1 Parent(s): d31287c

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 = "Salesforce/instructblip-vicuna-7b"
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"