|
--- |
|
tags: |
|
- merge |
|
- mergekit |
|
- lazymergekit |
|
- senseable/Westlake-7B |
|
- abideen/DareVox-7B |
|
base_model: |
|
- senseable/Westlake-7B |
|
- abideen/DareVox-7B |
|
license: apache-2.0 |
|
--- |
|
|
|
# West-Dare-7B |
|
|
|
West-Dare-7B is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing): |
|
* [senseable/Westlake-7B](https://huggingface.co/senseable/Westlake-7B) |
|
* [abideen/DareVox-7B](https://huggingface.co/abideen/DareVox-7B) |
|
|
|
## 🧩 Configuration |
|
|
|
```yaml |
|
models: |
|
- model: mistralai/Mistral-7B-v0.1 |
|
# no parameters necessary for base model |
|
models: |
|
- model: senseable/Westlake-7B |
|
parameters: |
|
density: 0.5 |
|
weight: 0.5 |
|
- model: abideen/DareVox-7B |
|
parameters: |
|
density: 0.5 |
|
weight: 0.3 |
|
merge_method: ties |
|
base_model: mistralai/Mistral-7B-v0.1 |
|
parameters: |
|
normalize: true |
|
dtype: float16 |
|
|
|
``` |
|
Credit to Maxime Labonne and his excellent blog https://mlabonne.github.io/blog/ |