HerLlama-7B-slerp / README.md
ddeshler's picture
Upload folder using huggingface_hub
b825f8f verified
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- HuggingFaceH4/zephyr-7b-alpha
- mlabonne/Marcoro14-7B-slerp
---
# HerLlama-7B-slerp
HerLlama-7B-slerp is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [HuggingFaceH4/zephyr-7b-alpha](https://huggingface.co/HuggingFaceH4/zephyr-7b-alpha)
* [mlabonne/Marcoro14-7B-slerp](https://huggingface.co/mlabonne/Marcoro14-7B-slerp)
## 🧩 Configuration
```yaml
slices:
- sources:
- model: HuggingFaceH4/zephyr-7b-alpha
layer_range: [0, 32]
- model: mlabonne/Marcoro14-7B-slerp
layer_range: [0, 32]
merge_method: slerp
base_model: mlabonne/Marcoro14-7B-slerp
parameters:
t:
- filter: self_attn
value: [0, 0.5, 0.3, 0.7, 1]
- filter: mlp
value: [1, 0.5, 0.7, 0.3, 0]
- value: 0.5
dtype: bfloat16
```