OpenSOLAR-slerp / README.md
yitzshapiro's picture
Upload folder using huggingface_hub
6db1aa4 verified
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- upstage/SOLAR-10.7B-Instruct-v1.0
- OpenBuddy/openbuddy-mistral2-7b-v20.2-32k
---
# OpenSOLAR-slerp
OpenSOLAR-slerp is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
These models were the CoT Leaders as of April 14th 2024, so merging them seemed like a good idea.
* [upstage/SOLAR-10.7B-Instruct-v1.0](https://huggingface.co/upstage/SOLAR-10.7B-Instruct-v1.0)
* [OpenBuddy/openbuddy-mistral2-7b-v20.2-32k](https://huggingface.co/OpenBuddy/openbuddy-mistral2-7b-v20.2-32k)
## 🧩 Configuration
```yaml
slices:
- sources:
- model: upstage/SOLAR-10.7B-Instruct-v1.0
layer_range: [0, 32]
- model: OpenBuddy/openbuddy-mistral2-7b-v20.2-32k
layer_range: [0, 32]
merge_method: slerp
base_model: upstage/SOLAR-10.7B-Instruct-v1.0
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
```