初始化项目,由ModelHub XC社区提供模型

Model: MatthieuJ/ING_Triomphant_M2_SLERP
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-31 23:56:50 +08:00
commit 0e3a8e7a75
17 changed files with 91342 additions and 0 deletions

37
README.md Normal file
View File

@@ -0,0 +1,37 @@
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- arcee-ai/Clown-DPO-Extended
- MatthieuJ/ING_Triomphant_M1_SLERP
---
# ING_Triomphant_M2_SLERP
ING_Triomphant_M2_SLERP is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [arcee-ai/Clown-DPO-Extended](https://huggingface.co/arcee-ai/Clown-DPO-Extended)
* [MatthieuJ/ING_Triomphant_M1_SLERP](https://huggingface.co/MatthieuJ/ING_Triomphant_M1_SLERP)
## 🧩 Configuration
```yaml
slices:
- sources:
- model: arcee-ai/Clown-DPO-Extended
layer_range: [0, 32]
- model: MatthieuJ/ING_Triomphant_M1_SLERP
layer_range: [0, 32]
merge_method: slerp
base_model: MatthieuJ/ING_Triomphant_M1_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: bfloat16
```