| # Ties | |
| # Each parameter refers to TIES-MERGING Appendix C.4 [https://arxiv.org/abs/2306.01708] | |
| base_model: mistralai/Mistral-7B-v0.1 | |
| models: | |
| - model: mistralai/Mistral-7B-Instruct-v0.2 | |
| parameters: | |
| density: 0.2 | |
| weight: 1.0 | |
| - model: TIGER-Lab/MAmmoTH2-7B | |
| parameters: | |
| density: 0.2 | |
| weight: 1.0 | |
| - model: Nondzu/Mistral-7B-codealpaca-lora | |
| parameters: | |
| density: 0.2 | |
| weight: 1.0 | |
| merge_method: ties | |
| parameters: | |
| normalize: false | |
| lambda: 1.0 | |
| dtype: float16 | |
| tokenizer: | |
| source: union | |