| # Task Arithmetic | |
| # Each lambda is 0.3, refer to AdaMerging Fig.1 [https://arxiv.org/abs/2310.02575] | |
| base_model: mistralai/Mistral-7B-v0.1 | |
| models: | |
| - model: mistralai/Mistral-7B-Instruct-v0.2 | |
| parameters: | |
| weight: 1.0 | |
| - model: TIGER-Lab/MAmmoTH2-7B | |
| parameters: | |
| weight: 1.0 | |
| - model: Nondzu/Mistral-7B-codealpaca-lora | |
| parameters: | |
| weight: 1.0 | |
| merge_method: task_arithmetic | |
| parameters: | |
| normalize: false | |
| lambda: 0.3 | |
| dtype: float16 | |
| tokenizer: | |
| source: union | |