File size: 1,195 Bytes
6456dd5
 
 
 
58ce5e2
6456dd5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
43
44
45
---
tags:
- merge
- mergekit
license: cc-by-nc-4.0
---

# NeuraLake-m7-v2-7B⚡

NeuraLake-m7-v2-7B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [mlabonne/NeuralBeagle14-7B](https://huggingface.co/mlabonne/NeuralBeagle14-7B)
* [chargoddard/loyal-piano-m7](https://huggingface.co/chargoddard/loyal-piano-m7)
* [macadeliccc/WestLake-7B-v2-laser-truthy-dpo](https://huggingface.co/macadeliccc/WestLake-7B-v2-laser-truthy-dpo)
* [athirdpath/NSFW_DPO_vmgb-7b](https://huggingface.co/athirdpath/NSFW_DPO_vmgb-7b)

## 🛠️ Configuration

```yaml
models:
  - model: mistralai/Mistral-7B-v0.1
    # No parameters necessary for base model
    
  - model: mlabonne/NeuralBeagle14-7B
    parameters:
      weight: 0.3
      density: 0.8
  - model: chargoddard/loyal-piano-m7
    parameters:
      weight: 0.4
      density: 0.8
  - model: macadeliccc/WestLake-7B-v2-laser-truthy-dpo
    parameters:
      weight: 0.3
      density: 0.4
  - model: athirdpath/NSFW_DPO_vmgb-7b
    parameters:
      weight: 0.2
      density: 0.4
merge_method: dare_ties
base_model: mistralai/Mistral-7B-v0.1
parameters:
  int8_mask: true
  # normalize: true
dtype: bfloat16
```