38 lines
823 B
Markdown
38 lines
823 B
Markdown
---
|
|
license: apache-2.0
|
|
tags:
|
|
- merge
|
|
- mergekit
|
|
- Equall/Saul-Base
|
|
- HuggingFaceH4/zephyr-7b-beta
|
|
---
|
|
|
|
# arcee-ai/saul-zephyr-7b-ties
|
|
|
|
arcee-ai/saul-zephyr-7b-ties is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
|
|
* [Equall/Saul-Base](https://huggingface.co/Equall/Saul-Base)
|
|
* [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta)
|
|
|
|
## 🧩 Configuration
|
|
|
|
```yaml
|
|
models:
|
|
- model: mistralai/Mistral-7B-v0.1
|
|
# no parameters necessary for base model
|
|
- model: Equall/Saul-Base
|
|
parameters:
|
|
density: 0.5
|
|
weight: 0.5
|
|
- model: HuggingFaceH4/zephyr-7b-beta
|
|
parameters:
|
|
density: 0.5
|
|
weight: 0.5
|
|
|
|
merge_method: ties
|
|
base_model: mistralai/Mistral-7B-v0.1
|
|
parameters:
|
|
normalize: false
|
|
int8_mask: true
|
|
dtype: float16
|
|
|
|
``` |