qwen_train #2

Merged
alavi_team_user2 merged 4 commits from qwen_train into main 2025-11-23 10:54:27 +00:00
Showing only changes of commit 6aa4f8c0ea - Show all commits

View File

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