evo_exp-point-1-3 / README.md
PotatoB's picture
Upload folder using huggingface_hub
b88c56a verified
|
raw
history blame contribute delete
No virus
852 Bytes
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- meta-math/MetaMath-Mistral-7B
- openchat/openchat-3.5-1210
---
# evo_exp-point-1-3
evo_exp-point-1-3 is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [meta-math/MetaMath-Mistral-7B](https://huggingface.co/meta-math/MetaMath-Mistral-7B)
* [openchat/openchat-3.5-1210](https://huggingface.co/openchat/openchat-3.5-1210)
## 🧩 Configuration
```yaml
slices:
- sources:
- model: meta-math/MetaMath-Mistral-7B
layer_range: [0, 32]
- model: openchat/openchat-3.5-1210
layer_range: [0, 32]
merge_method: slerp
base_model: meta-math/MetaMath-Mistral-7B
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
```