初始化项目,由ModelHub XC社区提供模型
Model: MatthieuJ/ING_2003M3_SLERP Source: Original Platform
This commit is contained in:
37
README.md
Normal file
37
README.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
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
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user