| models: | |
| # - model: google/gemma-7b | |
| # # no parameters necessary for base model | |
| - model: teknium/OpenHermes-2.5-Mistral-7B | |
| parameters: | |
| density: 0.5 | |
| weight: 0.5 | |
| - model: mistralai/Mistral-7B-v0.1 | |
| parameters: | |
| density: 0.5 | |
| weight: 0.3 | |
| merge_method: ties | |
| base_model: mistralai/Mistral-7B-v0.1 | |
| parameters: | |
| normalize: true | |
| dtype: float16 | |