Files
Instruct-v0.2-Seraph-7B/README.md
ModelHub XC 69696b1845 初始化项目,由ModelHub XC社区提供模型
Model: Weyaxi/Instruct-v0.2-Seraph-7B
Source: Original Platform
2026-06-07 18:54:12 +08:00

31 lines
596 B
Markdown

---
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
```