Spaces:
Runtime error
Runtime error
File size: 583 Bytes
e4bd7f9 6d68957 e4bd7f9 d58d6b8 e4bd7f9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
model:
arch: mm_gpt4
# Imagebind
freeze_imagebind: True
# Q-Former
freeze_qformer: True
q_former_model: "checkpoints/blip2_pretrained_flant5xxl.pth"
num_query_token: 32
# Vicuna
llama_model: "magicr/vicuna-7b"
# 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"
|