chore: add gitignore and small change

This commit is contained in:
wql 2024-09-11 09:39:52 +08:00
parent ccbea71b65
commit 6f1af13e03
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -167,3 +167,4 @@ config/
saves/
output/
wandb/
.vscode

View File

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