mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-24 06:30:46 +00:00
31 lines
660 B
YAML
31 lines
660 B
YAML
model:
|
|
arch: bind_gpt4
|
|
|
|
# Imagebind
|
|
freeze_imagebind: True
|
|
|
|
# Q-Former
|
|
freeze_qformer: True
|
|
q_former_model: "/mnt/bn/bykang/chixma/data/pretrained_models/blip2_pretrained_flant5xxl.pth"
|
|
num_query_token: 32
|
|
|
|
# Vicuna
|
|
llama_model: "/mnt/bn/bykang/chixma/data/pretrained_models/vicuna-7b-v0/"
|
|
|
|
# generation configs
|
|
prompt: ""
|
|
|
|
preprocess:
|
|
vis_processor:
|
|
train:
|
|
name: "imagebind_vision_train"
|
|
image_size: 224
|
|
eval:
|
|
name: "imagebind_vision_eval"
|
|
image_size: 224
|
|
text_processor:
|
|
train:
|
|
name: "imagebind_caption"
|
|
eval:
|
|
name: "imagebind_caption"
|