31 lines
596 B
Markdown
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
|
|
|
|
``` |