resuelve este problema

#18
Files changed (1) hide show
  1. eval_configs/minigpt4.yaml +0 -30
eval_configs/minigpt4.yaml DELETED
@@ -1,30 +0,0 @@
1
- # Copyright (c) 2022, salesforce.com, inc.
2
- # All rights reserved.
3
- # SPDX-License-Identifier: BSD-3-Clause
4
- # For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
5
-
6
- model:
7
- arch: mini_gpt4
8
- model_type: pretrain_vicuna
9
- freeze_vit: True
10
- freeze_qformer: True
11
- max_txt_len: 160
12
- end_sym: "###"
13
- prompt_path: "prompts/alignment.txt"
14
- prompt_template: '###Human: {} ###Assistant: '
15
- ckpt: 'prerained_minigpt4_7b.pth'
16
-
17
-
18
- datasets:
19
- cc_align:
20
- vis_processor:
21
- train:
22
- name: "blip2_image_eval"
23
- image_size: 224
24
- text_processor:
25
- train:
26
- name: "blip_caption"
27
-
28
- run:
29
- task: image_text_pretrain
30
-