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

Model: MSL7/INEX16-7b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-03 13:46:38 +08:00
commit ccf6ec0324
17 changed files with 91339 additions and 0 deletions

37
README.md Normal file
View File

@@ -0,0 +1,37 @@
---
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
```