[2e110e]: / eval_configs / eval.yaml

Download this file

31 lines (27 with data), 582 Bytes

 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
model:
arch: mini_gpt4
model_type: pretrain_vicuna
freeze_vit: True
freeze_qformer: True
max_txt_len: 100
end_sym: "###"
low_resource: True
prompt_path: "/path/to/prompts"
prompt_template: '###Human: {} ###Assistant: '
ckpt: '/path/to/linear'
# lora configuartion
use_lora: True
lora_rank: 8
lora_alpha: 32
lora_dropout: 0.1
datasets:
mimic_generate_then_refine:
vis_processor:
train:
name: "blip2_image_eval"
image_size: 224
text_processor:
train:
name: "blip_caption"
run:
task: image_text_pretrain