INEX16-7b / README.md
limin(gate)
Upload folder using huggingface_hub
def8a35 verified
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- MSL7/INEX12-7b
- liminerity/i
---
# INEX-16
INEX-16 is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [MSL7/INEX12-7b](https://huggingface.co/MSL7/INEX12-7b)
* [liminerity/i](https://huggingface.co/liminerity/i)
## 🧩 Configuration
```yaml
slices:
- sources:
- model: MSL7/INEX12-7b
layer_range: [0, 32]
- model: liminerity/i
layer_range: [0, 32]
merge_method: slerp
base_model: MSL7/INEX12-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
```