Views
No views yet
1t_1 = TaskVector("Qwen/Qwen2.5-Coder-7B-Instruct", "/lustre10/scratch/tkwang/SecSteer/axolotl-outputs/lora-merged/plus-step-180")
2t_2 = TaskVector("Qwen/Qwen2.5-Coder-7B-Instruct", "/lustre10/scratch/tkwang/SecSteer/axolotl-outputs/lora-merged/minus-step-180")
3t_2 = TaskVector("Qwen/Qwen2.5-Coder-7B-Instruct", "None")
4t_combined = 1.0 * t_1 + -1.0 * t_2
5new_model = t_combined.apply_to("Qwen/Qwen2.5-Coder-7B-Instruct", scaling_coef=1.0)