mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-05 02:20:47 +00:00
24 lines
484 B
YAML
24 lines
484 B
YAML
model:
|
|
arch: minigpt4
|
|
model_type: pretrain_vicuna0
|
|
max_txt_len: 160
|
|
end_sym: "###"
|
|
low_resource: True
|
|
prompt_template: '###Human: {} ###Assistant: '
|
|
ckpt: '/home/zhud/weights/minigpt4/prerained_minigpt4_7b.pth'
|
|
llama_model: "/home/zhud/weights/vicuna-7b"
|
|
|
|
|
|
datasets:
|
|
cc_sbu_align:
|
|
vis_processor:
|
|
train:
|
|
name: "blip2_image_eval"
|
|
image_size: 224
|
|
text_processor:
|
|
train:
|
|
name: "blip_caption"
|
|
|
|
run:
|
|
task: image_text_pretrain
|