Triangle104
commited on
Commit
•
af2919e
1
Parent(s):
2f3e54f
Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,48 @@ tags:
|
|
23 |
This model was converted to GGUF format from [`FallenMerick/MN-Violet-Lotus-12B`](https://huggingface.co/FallenMerick/MN-Violet-Lotus-12B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
24 |
Refer to the [original model card](https://huggingface.co/FallenMerick/MN-Violet-Lotus-12B) for more details on the model.
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
## Use with llama.cpp
|
27 |
Install llama.cpp through brew (works on Mac and Linux)
|
28 |
|
|
|
23 |
This model was converted to GGUF format from [`FallenMerick/MN-Violet-Lotus-12B`](https://huggingface.co/FallenMerick/MN-Violet-Lotus-12B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
24 |
Refer to the [original model card](https://huggingface.co/FallenMerick/MN-Violet-Lotus-12B) for more details on the model.
|
25 |
|
26 |
+
---
|
27 |
+
Model details:
|
28 |
+
-
|
29 |
+
This is the model I was trying to create when Chunky-Lotus 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.
|
30 |
+
|
31 |
+
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.
|
32 |
+
|
33 |
+
I really like the way this model writes, and I hope you'll enjoy using it as well!
|
34 |
+
|
35 |
+
Merge Details
|
36 |
+
-
|
37 |
+
This is a merge of pre-trained language models created using mergekit.
|
38 |
+
|
39 |
+
Merge Method
|
40 |
+
-
|
41 |
+
This model was merged using the Model Stock merge method.
|
42 |
+
Models Merged
|
43 |
+
|
44 |
+
The following models were included in the merge:
|
45 |
+
|
46 |
+
Epiculous/Violet_Twilight-v0.2
|
47 |
+
NeverSleep/Lumimaid-v0.2-12B
|
48 |
+
flammenai/Mahou-1.5-mistral-nemo-12B
|
49 |
+
Sao10K/MN-12B-Lyra-v4
|
50 |
+
|
51 |
+
Configuration
|
52 |
+
-
|
53 |
+
The following YAML configuration was used to produce this model:
|
54 |
+
|
55 |
+
models:
|
56 |
+
- model: FallenMerick/MN-Twilight-Maid-SLERP-12B #(unreleased)
|
57 |
+
- model: Sao10K/MN-12B-Lyra-v4
|
58 |
+
- model: flammenai/Mahou-1.5-mistral-nemo-12B
|
59 |
+
merge_method: model_stock
|
60 |
+
base_model: mistralai/Mistral-Nemo-Instruct-2407
|
61 |
+
parameters:
|
62 |
+
normalize: true
|
63 |
+
dtype: bfloat16
|
64 |
+
|
65 |
+
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.
|
66 |
+
|
67 |
+
---
|
68 |
## Use with llama.cpp
|
69 |
Install llama.cpp through brew (works on Mac and Linux)
|
70 |
|