This commit is contained in:
junchen14 2023-11-02 02:07:26 +03:00
commit c4f7cfacdf
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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