File size: 738 Bytes
315ad51
6b74d29
 
315ad51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2fcbe15
315ad51
 
2fcbe15
315ad51
 
 
 
 
6b74d29
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:
- FallenMerick/MN-Violet-Lotus-12B
library_name: transformers
tags:
- mergekit
- merge
---
# Lotus-Magpic

Another merge that seems promising to me.
My goal was to create an RP model with natural flow.

## Merge Details
### Merge Method

This model was merged using the [Linear](https://arxiv.org/abs/2203.05482) merge method.

### Models Merged

The following models were included in the merge:
* MN-Violet-Lotus-12B
* Magnum-Picaro-0.7-v2-12b

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: Magnum-Picaro-0.7-v2-12b
    parameters:
      weight: 0.4
  - model: MN-Violet-Lotus-12B
    parameters:
      weight: 0.6
merge_method: linear
dtype: float16

```