mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-04 01:50:47 +00:00
update evaluation files
This commit is contained in:
parent
bf605d5d74
commit
748d18b5df
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user