File size: 865 Bytes
59a1312
 
 
 
 
 
 
 
790c786
d659f03
5b90739
41aa644
d659f03
 
 
 
 
 
 
 
 
 
 
 
 
 
e954128
d659f03
 
 
 
e954128
d659f03
 
 
 
 
e954128
d659f03
 
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
---
base_model: mistralai/Mistral-Nemo-Instruct-240
library_name: transformers
tags:
- mergekit
- merge
---

[MN-Slush](https://huggingface.co/crestf411/MN-Slush) + [NemoMix Unleashed](MarinaraSpaghetti/NemoMix-Unleashed-12B).

[GGUFs](https://huggingface.co/mradermacher/MN-SlushoMix-i1-GGUF)

```
models:
  - model: slush-stage1
    parameters:
      weight: 1
      density: 1
  - model: slush-stage2
    parameters:
      weight: 0.7
      density: 1
  - model: MarinaraSpaghetti/NemoMix-Unleashed-12B
    parameters:
      weight: 0.9
      density: 1
  - model: mistralai/Mistral-Nemo-Instruct-2407
    parameters:
      weight: 1
      density: 1
merge_method: ties
base_model: mistralai/Mistral-Nemo-Base-2407
parameters:
  weight: 1
  density: 1
  normalize: true
  int8_mask: true
tokenizer_source: mistralai/Mistral-Nemo-Instruct-2407
dtype: bfloat16
```