38 lines
877 B
Markdown
38 lines
877 B
Markdown
---
|
|
license: apache-2.0
|
|
tags:
|
|
- merge
|
|
- mergekit
|
|
- Equall/Saul-Base
|
|
- mistralai/Mistral-7B-Instruct-v0.1
|
|
---
|
|
|
|
# arcee-ai/saul-mistral-instruct-v0.1-7b-ties
|
|
|
|
arcee-ai/saul-mistral-instruct-v0.1-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)
|
|
* [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1)
|
|
|
|
## 🧩 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: mistralai/Mistral-7B-Instruct-v0.1
|
|
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
|
|
|
|
``` |