update evaluation files

This commit is contained in:
junchen14 2023-11-01 12:18:06 +03:00
parent bf605d5d74
commit 748d18b5df
4 changed files with 4 additions and 9 deletions

View File

@ -64,9 +64,9 @@ evaluation_datasets:
batch_size: 10
hm:
eval_file_path: /path/to/eval/annotation/path
img_path: /path/to/eval/image/path
img_path: /path/to/eval/image/path
max_new_tokens: 20
batch_size: 10
batch_size: 100
run:
task: image_text_pretrain

View File

@ -5,7 +5,7 @@ model:
end_sym: "</s>"
low_resource: True
prompt_template: '[INST] {} [/INST]'
llama_model: "/ibex/project/c2133/llama_v2/llama-2-7b-chat-pytorch_update"
llama_model: ""
ckpt: ""
lora_r: 64
lora_alpha: 16

View File

@ -11,7 +11,7 @@ model:
# generation configs
prompt: ""
llama_model: "/ibex/project/c2133/llama_v2/llama-2-7b-chat-pytorch"
llama_model: ""
lora_r: 64
lora_alpha: 16

View File

@ -10,11 +10,6 @@ from minigpt4.models.base_model import BaseModel
from transformers import StoppingCriteria, StoppingCriteriaList
from minigpt4.conversation.conversation import StoppingCriteriaSub
<<<<<<< HEAD
=======
>>>>>>> upstream/main
class MiniGPTBase(BaseModel):
"""