File size: 1,116 Bytes
5b97808
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- Gryphe/Pantheon-RP-1.5-12b-Nemo
- anthracite-org/magnum-12b-v2
- grimjim/mistralai-Mistral-Nemo-Base-2407
---

# NeMIX-v2a-Test

NeMIX-v2a-Test is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [Gryphe/Pantheon-RP-1.5-12b-Nemo](https://huggingface.co/Gryphe/Pantheon-RP-1.5-12b-Nemo)
* [anthracite-org/magnum-12b-v2](https://huggingface.co/anthracite-org/magnum-12b-v2)
* [grimjim/mistralai-Mistral-Nemo-Base-2407](https://huggingface.co/grimjim/mistralai-Mistral-Nemo-Base-2407)

## 🧩 Configuration

```yaml
models:
  - model: Gryphe/Pantheon-RP-1.5-12b-Nemo
    parameters:
      weight: 0.30
      density: 0.42
  - model: anthracite-org/magnum-12b-v2
    parameters:
      weight: 0.35
      density: 0.66
  - model: grimjim/mistralai-Mistral-Nemo-Base-2407
    parameters:
      weight: 0.35
      density: 0.78
merge_method: della
base_model: grimjim/mistralai-Mistral-Nemo-Base-2407
parameters:
  int8_mask: true
  normalize: true
  epsilon: 0.1  
  lambda: 1.0   
  density: 0.7
dtype: bfloat16

```