37 lines
855 B
Markdown
37 lines
855 B
Markdown
---
|
|
license: apache-2.0
|
|
tags:
|
|
- merge
|
|
- mergekit
|
|
- lazymergekit
|
|
- chihoonlee10/T3Q-DPO-Mistral-7B
|
|
- MatthieuJ/ING_2003M2_SLERP
|
|
---
|
|
|
|
# ING_2003M3_SLERP
|
|
|
|
ING_2003M3_SLERP is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
|
|
* [chihoonlee10/T3Q-DPO-Mistral-7B](https://huggingface.co/chihoonlee10/T3Q-DPO-Mistral-7B)
|
|
* [MatthieuJ/ING_2003M2_SLERP](https://huggingface.co/MatthieuJ/ING_2003M2_SLERP)
|
|
|
|
## 🧩 Configuration
|
|
|
|
```yaml
|
|
slices:
|
|
- sources:
|
|
- model: chihoonlee10/T3Q-DPO-Mistral-7B
|
|
layer_range: [0, 32]
|
|
- model: MatthieuJ/ING_2003M2_SLERP
|
|
layer_range: [0, 32]
|
|
merge_method: slerp
|
|
base_model: MatthieuJ/ING_2003M2_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
|
|
|
|
``` |