mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-05 02:20: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>"
|
end_sym: "</s>"
|
||||||
low_resource: True
|
low_resource: True
|
||||||
prompt_template: '[INST] {} [/INST]'
|
prompt_template: '[INST] {} [/INST]'
|
||||||
llama_model: ""
|
ckpt: "please set this value to the path of pretrained checkpoint"
|
||||||
ckpt: ""
|
|
||||||
lora_r: 64
|
lora_r: 64
|
||||||
lora_alpha: 16
|
lora_alpha: 16
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ model:
|
|||||||
# generation configs
|
# generation configs
|
||||||
prompt: ""
|
prompt: ""
|
||||||
|
|
||||||
llama_model: ""
|
llama_model: "please set this value to the path of llama2-chat-7b"
|
||||||
lora_r: 64
|
lora_r: 64
|
||||||
lora_alpha: 16
|
lora_alpha: 16
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user