merged model
This commit is contained in:
parent
4fb3504b33
commit
6aa4f8c0ea
@ -15,8 +15,8 @@ def main():
|
||||
file_path = os.path.dirname(__file__)
|
||||
|
||||
base_model_path = file_path + "/../../data/models/Qwen3-Embedding-0.6B/model"
|
||||
peft_model_path = file_path + "/output/v0-20251118-115015/checkpoint-3434"
|
||||
save_path = file_path + "/output/v0-20251118-115015/merged_checkpoint-3434"
|
||||
peft_model_path = file_path + "/output/v1-20251122-184545/checkpoint-3434"
|
||||
save_path = file_path + "/output/v1-20251122-184545/merged_checkpoint-3434"
|
||||
merge(base_model_path, peft_model_path, save_path)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user