File size: 1,053 Bytes
ed70418 dcc48ed 860091a d342f94 77d38a4 ed70418 dcc48ed ed70418 b7202e0 53ab562 09614e9 436d161 ed70418 8dcce3c | 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 | ---
license: apache-2.0
tags:
- merge
- mergekit
- roleplay
- storytelling
base_model:
- trashpanda-org/MS-24B-Mullein-v0
- cognitivecomputations/Dolphin3.0-Mistral-24B
---
# LuckyRP-24B
LuckyRP-24B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [trashpanda-org/MS-24B-Mullein-v0](https://huggingface.co/trashpanda-org/MS-24B-Mullein-v0)
* [cognitivecomputations/Dolphin3.0-Mistral-24B](https://huggingface.co/cognitivecomputations/Dolphin3.0-Mistral-24B)

## Configuration:
The following YAML configuration was used to produce this model:
```merge_method: slerp
models:
- model: trashpanda-org/MS-24B-Mullein-v0
parameters:
weight: 0.7
- model: cognitivecomputations/Dolphin3.0-Mistral-24B
parameters:
weight: 0.3
base_model: trashpanda-org/MS-24B-Mullein-v0
tokenizer:
source: base
parameters:
t: 0.3
normalize: true
dtype: bfloat16
out_dtype: bfloat16
``` |