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

Model: Weyaxi/Instruct-v0.2-Seraph-7B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-07 18:54:12 +08:00
commit 69696b1845
11 changed files with 182 additions and 0 deletions

31
README.md Normal file
View File

@@ -0,0 +1,31 @@
---
license: apache-2.0
tags:
- merge
---
# Instruct-v0.2-Seraph-7B
This is the model for Instruct-v0.2-Seraph-7B. I used [mergekit](https://github.com/cg123/mergekit) to merge models.
# Yaml Config
```yaml
slices:
- sources:
- model: Weyaxi/Seraph-7B
layer_range: [0, 32]
- model: mistralai/Mistral-7B-Instruct-v0.2
layer_range: [0, 32]
merge_method: slerp
base_model: mistralai/Mistral-7B-v0.1
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
```