# Task Arithmetic - Grid Search | |
# Weights: 0.4, 0.5, 0.3 | |
base_model: mistralai/Mistral-7B-v0.1 | |
models: | |
- model: mistralai/Mistral-7B-Instruct-v0.2 | |
parameters: | |
weight: 0.4 | |
- model: TIGER-Lab/MAmmoTH2-7B | |
parameters: | |
weight: 0.5 | |
- model: Nondzu/Mistral-7B-codealpaca-lora | |
parameters: | |
weight: 0.3 | |
merge_method: task_arithmetic | |
parameters: | |
normalize: false | |
lambda: 1.0 | |
dtype: float16 | |
tokenizer: | |
source: union | |