File size: 3,251 Bytes
8ea4ec8 d18d2bd 8ea4ec8 d18d2bd 211c4b1 d18d2bd 23a333e d18d2bd 8ea4ec8 |
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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 |
---
license: cc-by-4.0
language:
- en
base_model:
- mistralai/Mistral-Nemo-Instruct-2407
- Epiculous/Violet_Twilight-v0.2
- NeverSleep/Lumimaid-v0.2-12B
- flammenai/Mahou-1.5-mistral-nemo-12B
- Sao10K/MN-12B-Lyra-v4
library_name: transformers
tags:
- storywriting
- text adventure
- creative
- story
- writing
- fiction
- roleplaying
- rp
- mergekit
- merge
---
![pic](https://huggingface.co/FallenMerick/MN-Violet-Lotus-12B/resolve/main/violet-lotus.jpg)
# MN-Violet-Lotus-12B
This is the model I was trying to create when [Chunky-Lotus](https://huggingface.co/FallenMerick/MN-Chunky-Lotus-12B) emerged. Not only does this model score higher on my local EQ benchmarks (80.00 w/ 100% parsed @ 8-bit), but it does an even better job at roleplaying and producing creative outputs while still adhering to wide ranges of character personalities. The high levels of emotional intelligence are really quite noticeable as well.
![pic](https://huggingface.co/FallenMerick/MN-Violet-Lotus-12B/resolve/main/80-EQ.png)
Once again, models tend to score higher on my local tests when compared to their posted scores, but this has become the new high score for models I've personally tested.
I really like the way this model writes, and I hope you'll enjoy using it as well!
GGUF Quants:
* https://huggingface.co/backyardai/MN-Violet-Lotus-12B-GGUF
* https://huggingface.co/mradermacher/MN-Violet-Lotus-12B-GGUF
* https://huggingface.co/mradermacher/MN-Violet-Lotus-12B-i1-GGUF
## Recommended ST Settings
Special thanks to [@Zeldazachman](https://huggingface.co/Zeldazackman) for these amazing ST settings that I now wholeheartedly recommend!
![pic](https://huggingface.co/FallenMerick/MN-Violet-Lotus-12B/resolve/main/ST-Preset.png)
## Merge Details
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
### Merge Method
This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method.
### Models Merged
The following models were included in the merge:
* [Epiculous/Violet_Twilight-v0.2](https://huggingface.co/Epiculous/Violet_Twilight-v0.2)
* [NeverSleep/Lumimaid-v0.2-12B](https://huggingface.co/NeverSleep/Lumimaid-v0.2-12B)
* [flammenai/Mahou-1.5-mistral-nemo-12B](https://huggingface.co/flammenai/Mahou-1.5-mistral-nemo-12B)
* [Sao10K/MN-12B-Lyra-v4](https://huggingface.co/Sao10K/MN-12B-Lyra-v4)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: FallenMerick/MN-Twilight-Maid-SLERP-12B #(unreleased)
- model: Sao10K/MN-12B-Lyra-v4
- model: flammenai/Mahou-1.5-mistral-nemo-12B
merge_method: model_stock
base_model: mistralai/Mistral-Nemo-Instruct-2407
parameters:
normalize: true
dtype: bfloat16
```
In this recipe, Violet Twilight and Lumimaid were first blended using the SLERP method to create a strong roleplaying foundation. Lyra v4 is then added to the mix for its great creativity and roleplaying performance, along with Mahou to once again curtail the outputs and prevent the resulting model from becoming too wordy. Model Stock was used for the final merge in order to really push the resulting weights in the proper direction while using Nemo Instruct as a strong anchor point. |