MiniGPT-4/minigpt4/configs/models/minigpt4_llama2.yaml

30 lines
574 B
YAML
Raw Normal View History

2023-04-16 22:04:16 +00:00
model:
2023-10-12 21:14:34 +00:00
arch: minigpt4
2023-04-16 22:04:16 +00:00
# vit encoder
image_size: 224
drop_path_rate: 0
use_grad_checkpoint: False
vit_precision: "fp16"
freeze_vit: True
2023-08-28 18:26:00 +00:00
has_qformer: False
2023-04-16 22:04:16 +00:00
# generation configs
prompt: ""
2023-10-13 14:11:11 +00:00
llama_model: "please set this value to the path of llama2-chat-7b"
2023-08-28 18:26:00 +00:00
2023-04-16 22:04:16 +00:00
preprocess:
vis_processor:
train:
name: "blip2_image_train"
image_size: 224
eval:
name: "blip2_image_eval"
image_size: 224
text_processor:
train:
name: "blip_caption"
eval:
name: "blip_caption"