File size: 526 Bytes
1e64457 2334130 8bf8319 2334130 2913853 9f3d8f7 2913853 9f3d8f7 2913853 9f3d8f7 2913853 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
license: apache-2.0
---
Slerp Merge of [Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) and [cookinai/CatMacaroni-Slerp](https://huggingface.co/cookinai/CatMacaroni-Slerp)
.yaml file for mergekit
```
slices:
- sources:
- model: Mistral-7B-Instruct-v0.2
layer_range: [0, 32]
- model: CatMacaroni-Slerp-7B
layer_range: [0, 32]
merge_method: slerp
base_model: Mistral-7B-Instruct-v0.2
parameters:
t:
- value: [0, 0.3, 0.5, 0.7, 1]
dtype: float16
``` |