File size: 972 Bytes
ab31473
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
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/