chore: add gitignore and small change
This commit is contained in:
parent
ccbea71b65
commit
6f1af13e03
|
@ -167,3 +167,4 @@ config/
|
|||
saves/
|
||||
output/
|
||||
wandb/
|
||||
.vscode
|
||||
|
|
|
@ -17,7 +17,7 @@ def main():
|
|||
template = ""
|
||||
if model == "9g-8B":
|
||||
model_name_or_path = "../../models/sft_8b_v2"
|
||||
template = ""
|
||||
template = "default"
|
||||
elif model == "Baichuan2-7B":
|
||||
model_name_or_path = "../../models/Baichuan2-7B-Base"
|
||||
template = "baichuan2"
|
||||
|
|
Loading…
Reference in New Issue