mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-04 01:50:47 +00:00
Merge branch 'main' of https://github.com/junchen14/MiniGPT-4_finetune into main
This commit is contained in:
commit
c4f7cfacdf
@ -5,8 +5,7 @@ model:
|
||||
end_sym: "</s>"
|
||||
low_resource: True
|
||||
prompt_template: '[INST] {} [/INST]'
|
||||
llama_model: ""
|
||||
ckpt: ""
|
||||
ckpt: "please set this value to the path of pretrained checkpoint"
|
||||
lora_r: 64
|
||||
lora_alpha: 16
|
||||
|
||||
|
@ -11,7 +11,7 @@ model:
|
||||
# generation configs
|
||||
prompt: ""
|
||||
|
||||
llama_model: ""
|
||||
llama_model: "please set this value to the path of llama2-chat-7b"
|
||||
lora_r: 64
|
||||
lora_alpha: 16
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user