--- 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) ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6669a3a617b838fda45637b8/qQpy13yAYpZHupUcWIocZ.png) ## 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 ```