ING_2003M2_SLERP / README.md
MatthieuJ's picture
Upload folder using huggingface_hub
4f003c5 verified
|
raw
history blame
821 Bytes
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- yam-peleg/Experiment21-7B
- MatthieuJ/ING_2003_SLERP
---
# ING_2003M2_SLERP
ING_2003M2_SLERP is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [yam-peleg/Experiment21-7B](https://huggingface.co/yam-peleg/Experiment21-7B)
* [MatthieuJ/ING_2003_SLERP](https://huggingface.co/MatthieuJ/ING_2003_SLERP)
## 🧩 Configuration
```yaml
slices:
- sources:
- model: yam-peleg/Experiment21-7B
layer_range: [0, 32]
- model: MatthieuJ/ING_2003_SLERP
layer_range: [0, 32]
merge_method: slerp
base_model: MatthieuJ/ING_2003_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: float16
```