chore: add 9g-8B file path
This commit is contained in:
parent
3c3bc98f5e
commit
72a0997cdc
|
@ -16,8 +16,8 @@ def main():
|
||||||
model_name_or_path = ""
|
model_name_or_path = ""
|
||||||
template = ""
|
template = ""
|
||||||
if model == "9g-8B":
|
if model == "9g-8B":
|
||||||
model_name_or_path = "/home/ma-user/models/sft_8b_v2"
|
model_name_or_path = "/home/ma-user/models/8b_sft_model"
|
||||||
template = "default"
|
template = "cpm"
|
||||||
elif model == "Baichuan2-7B":
|
elif model == "Baichuan2-7B":
|
||||||
model_name_or_path = "/home/ma-user/models/Baichuan2-7B-Base"
|
model_name_or_path = "/home/ma-user/models/Baichuan2-7B-Base"
|
||||||
template = "baichuan2"
|
template = "baichuan2"
|
||||||
|
|
Loading…
Reference in New Issue