aashish1904 commited on
Commit
510de02
·
verified ·
1 Parent(s): fccd3cd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +103 -0
README.md ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ license: cc-by-4.0
5
+ language:
6
+ - en
7
+ base_model:
8
+ - TheDrummer/Rocinante-12B-v1.1
9
+ - Epiculous/Violet_Twilight-v0.2
10
+ - nbeerbower/mistral-nemo-gutenberg-12B-v4
11
+ - flammenai/Mahou-1.5-mistral-nemo-12B
12
+ library_name: transformers
13
+ tags:
14
+ - storywriting
15
+ - text adventure
16
+ - creative
17
+ - story
18
+ - writing
19
+ - fiction
20
+ - roleplaying
21
+ - rp
22
+ - mergekit
23
+ - merge
24
+
25
+
26
+ ---
27
+
28
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
29
+
30
+
31
+ # QuantFactory/MN-Chunky-Lotus-12B-GGUF
32
+ This is quantized version of [FallenMerick/MN-Chunky-Lotus-12B](https://huggingface.co/FallenMerick/MN-Chunky-Lotus-12B) created using llama.cpp
33
+
34
+ # Original Model Card
35
+
36
+
37
+ ![pic](https://huggingface.co/FallenMerick/MN-Chunky-Lotus-12B/resolve/main/chunky-lotus.jpg)
38
+
39
+ # MN-Chunky-Lotus-12B
40
+
41
+ I had originally planned to use this model for future/further merges, but decided to go ahead and release it since it scored rather high on my local EQ Bench testing (79.58 w/ 100% parsed @ 8-bit).
42
+ </br>
43
+ Bear in mind that most models tend to score a bit higher on my own local tests as compared to their posted scores. Still, its the highest score I've personally seen from all the models I've tested.
44
+ </br>
45
+ Its a decent model, with great emotional intelligence and acceptable adherence to various character personalities. It does a good job at roleplaying despite being a bit bland at times.
46
+ </br>
47
+ </br>
48
+ Overall, I like the way it writes, but it has a few formatting issues that show up from time to time, and it has an uncommon tendency to paste walls of character feelings/intentions at the end of some outputs without any prompting. This is something I hope to correct with future iterations.
49
+ </br>
50
+ </br>
51
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
52
+
53
+ GGUF quants:
54
+ * https://huggingface.co/backyardai/MN-Chunky-Lotus-12B-GGUF
55
+ * https://huggingface.co/mradermacher/MN-Chunky-Lotus-12B-GGUF
56
+ * https://huggingface.co/mradermacher/MN-Chunky-Lotus-12B-i1-GGUF
57
+ * https://huggingface.co/FallenMerick/MN-Chunky-Lotus-12B-GGUF
58
+
59
+ ## Merge Details
60
+ ### Merge Method
61
+
62
+ This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method.
63
+
64
+ ### Models Merged
65
+
66
+ The following models were included in the merge:
67
+ * [Epiculous/Violet_Twilight-v0.2](https://huggingface.co/Epiculous/Violet_Twilight-v0.2)
68
+ * [nbeerbower/mistral-nemo-gutenberg-12B-v4](https://huggingface.co/nbeerbower/mistral-nemo-gutenberg-12B-v4)
69
+ * [flammenai/Mahou-1.5-mistral-nemo-12B](https://huggingface.co/flammenai/Mahou-1.5-mistral-nemo-12B)
70
+
71
+ ### Configuration
72
+
73
+
74
+ The following YAML configuration was used to produce this model:
75
+
76
+ ```yaml
77
+ models:
78
+ - model: Epiculous/Violet_Twilight-v0.2
79
+ parameters:
80
+ weight: 1.0
81
+ density: 1.0
82
+ - model: nbeerbower/mistral-nemo-gutenberg-12B-v4
83
+ parameters:
84
+ weight: 1.0
85
+ density: 0.54
86
+ - model: flammenai/Mahou-1.5-mistral-nemo-12B
87
+ parameters:
88
+ weight: 1.0
89
+ density: 0.26
90
+ merge_method: ties
91
+ base_model: TheDrummer/Rocinante-12B-v1.1
92
+ parameters:
93
+ normalize: true
94
+ dtype: bfloat16
95
+
96
+ ```
97
+ The idea behind this recipe was to take the long-form writing capabilities of Gutenberg, curtail it a bit with the very short output formatting of Mahou, and use Violet Twilight as an extremely solid roleplaying foundation underneath.
98
+ </br>
99
+ Rocinante is used as the base model in this merge in order to really target the delta weights from Gutenberg, since those seemed to have the highest impact on the resulting EQ of the model.
100
+ </br>
101
+ </br>
102
+ Special shoutout to [@matchaaaaa](https://huggingface.co/matchaaaaa) for helping with testing, and for all the great model recommendations. Also, for just being an all around great person who's really inspired and motivated me to continue merging and working on models.
103
+