FallenMerick commited on
Commit
a661dbc
·
verified ·
1 Parent(s): a064235

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -76
README.md CHANGED
@@ -1,76 +1,84 @@
1
- ---
2
- license: cc-by-4.0
3
- language:
4
- - en
5
- base_model:
6
- - TheDrummer/Rocinante-12B-v1.1
7
- - Epiculous/Violet_Twilight-v0.2
8
- - nbeerbower/mistral-nemo-gutenberg-12B-v4
9
- - flammenai/Mahou-1.5-mistral-nemo-12B
10
- library_name: transformers
11
- tags:
12
- - storywriting
13
- - text adventure
14
- - creative
15
- - story
16
- - writing
17
- - fiction
18
- - roleplaying
19
- - rp
20
- - mergekit
21
- - merge
22
-
23
- ---
24
-
25
- ![pic](https://huggingface.co/FallenMerick/MN-Chunky-Lotus-12B/resolve/main/chunky-lotus.jpg)
26
-
27
- # MN-Chunky-Lotus-12B
28
-
29
- 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). 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.
30
- 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.
31
- 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.
32
- </br>
33
- </br>
34
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
35
-
36
- ## Merge Details
37
- ### Merge Method
38
-
39
- This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [TheDrummer/Rocinante-12B-v1.1](https://huggingface.co/TheDrummer/Rocinante-12B-v1.1) as a base.
40
-
41
- ### Models Merged
42
-
43
- The following models were included in the merge:
44
- * [Epiculous/Violet_Twilight-v0.2](https://huggingface.co/Epiculous/Violet_Twilight-v0.2)
45
- * [nbeerbower/mistral-nemo-gutenberg-12B-v4](https://huggingface.co/nbeerbower/mistral-nemo-gutenberg-12B-v4)
46
- * [flammenai/Mahou-1.5-mistral-nemo-12B](https://huggingface.co/flammenai/Mahou-1.5-mistral-nemo-12B)
47
-
48
- ### Configuration
49
-
50
- The following YAML configuration was used to produce this model:
51
-
52
- ```yaml
53
- models:
54
- - model: Epiculous/Violet_Twilight-v0.2
55
- parameters:
56
- weight: 1.0
57
- density: 1.0
58
- - model: nbeerbower/mistral-nemo-gutenberg-12B-v4
59
- parameters:
60
- weight: 1.0
61
- density: 0.54
62
- - model: flammenai/Mahou-1.5-mistral-nemo-12B
63
- parameters:
64
- weight: 1.0
65
- density: 0.26
66
- merge_method: ties
67
- base_model: TheDrummer/Rocinante-12B-v1.1
68
- parameters:
69
- normalize: true
70
- dtype: bfloat16
71
-
72
- ```
73
- </br>
74
- 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. 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.
75
- </br>
76
- 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.
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - TheDrummer/Rocinante-12B-v1.1
7
+ - Epiculous/Violet_Twilight-v0.2
8
+ - nbeerbower/mistral-nemo-gutenberg-12B-v4
9
+ - flammenai/Mahou-1.5-mistral-nemo-12B
10
+ library_name: transformers
11
+ tags:
12
+ - storywriting
13
+ - text adventure
14
+ - creative
15
+ - story
16
+ - writing
17
+ - fiction
18
+ - roleplaying
19
+ - rp
20
+ - mergekit
21
+ - merge
22
+
23
+ ---
24
+
25
+ ![pic](https://huggingface.co/FallenMerick/MN-Chunky-Lotus-12B/resolve/main/chunky-lotus.jpg)
26
+
27
+ # MN-Chunky-Lotus-12B
28
+
29
+ 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).
30
+ </br>
31
+ 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.
32
+ </br>
33
+ 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.
34
+ </br>
35
+ </br>
36
+ 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.
37
+ </br>
38
+ </br>
39
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
40
+
41
+ ## Merge Details
42
+ ### Merge Method
43
+
44
+ This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [TheDrummer/Rocinante-12B-v1.1](https://huggingface.co/TheDrummer/Rocinante-12B-v1.1) as a base.
45
+
46
+ ### Models Merged
47
+
48
+ The following models were included in the merge:
49
+ * [Epiculous/Violet_Twilight-v0.2](https://huggingface.co/Epiculous/Violet_Twilight-v0.2)
50
+ * [nbeerbower/mistral-nemo-gutenberg-12B-v4](https://huggingface.co/nbeerbower/mistral-nemo-gutenberg-12B-v4)
51
+ * [flammenai/Mahou-1.5-mistral-nemo-12B](https://huggingface.co/flammenai/Mahou-1.5-mistral-nemo-12B)
52
+
53
+ ### Configuration
54
+
55
+
56
+ The following YAML configuration was used to produce this model:
57
+
58
+ ```yaml
59
+ models:
60
+ - model: Epiculous/Violet_Twilight-v0.2
61
+ parameters:
62
+ weight: 1.0
63
+ density: 1.0
64
+ - model: nbeerbower/mistral-nemo-gutenberg-12B-v4
65
+ parameters:
66
+ weight: 1.0
67
+ density: 0.54
68
+ - model: flammenai/Mahou-1.5-mistral-nemo-12B
69
+ parameters:
70
+ weight: 1.0
71
+ density: 0.26
72
+ merge_method: ties
73
+ base_model: TheDrummer/Rocinante-12B-v1.1
74
+ parameters:
75
+ normalize: true
76
+ dtype: bfloat16
77
+
78
+ ```
79
+ 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.
80
+ </br>
81
+ 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.
82
+ </br>
83
+ </br>
84
+ 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.