32 lines
746 B
Markdown
32 lines
746 B
Markdown
---
|
|
license: apache-2.0
|
|
tags:
|
|
- merge
|
|
- mergekit
|
|
- lazymergekit
|
|
- BioMistral/BioMistral-7B-DARE
|
|
---
|
|
|
|
# shadow-clown-BioMistral-7B-DARE
|
|
|
|
shadow-clown-BioMistral-7B-DARE is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
|
|
* [BioMistral/BioMistral-7B-DARE](https://huggingface.co/BioMistral/BioMistral-7B-DARE)
|
|
* [CorticalStack/shadow-clown-7B-dare](https://huggingface.co/CorticalStack/shadow-clown-7B-dare)
|
|
## 🧩 Configuration
|
|
|
|
\```yaml
|
|
models:
|
|
- model: CorticalStack/shadow-clown-7B-dare
|
|
- model: BioMistral/BioMistral-7B-DARE
|
|
parameters:
|
|
density: 0.53
|
|
weight: 0.3
|
|
|
|
merge_method: dare_ties
|
|
base_model: CorticalStack/shadow-clown-7B-dare
|
|
parameters:
|
|
int8_mask: true
|
|
dtype: float16
|
|
|
|
|
|
\``` |