Steelskull commited on
Commit
0de91df
·
verified ·
1 Parent(s): dc1391d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +126 -21
README.md CHANGED
@@ -1,39 +1,132 @@
1
  ---
2
  base_model:
3
- - nbeerbower/Mistral-Small-Gutenberg-Doppel-22B
4
  - TheDrummer/Cydonia-22B-v1.1
5
- - rAIfle/Acolyte-22B
6
  - ArliAI/Mistral-Small-22B-ArliAI-RPMax-v1.1
7
- - unsloth/Mistral-Small-Instruct-2409
 
8
  library_name: transformers
9
  tags:
10
- - mergekit
11
  - merge
12
-
13
  ---
14
- # merge
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
 
 
 
 
17
 
18
- ## Merge Details
19
- ### Merge Method
 
 
20
 
21
- This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [unsloth/Mistral-Small-Instruct-2409](https://huggingface.co/unsloth/Mistral-Small-Instruct-2409) as a base.
 
 
22
 
23
- ### Models Merged
 
 
 
 
 
 
 
 
24
 
25
- The following models were included in the merge:
26
- * [nbeerbower/Mistral-Small-Gutenberg-Doppel-22B](https://huggingface.co/nbeerbower/Mistral-Small-Gutenberg-Doppel-22B)
27
- * [TheDrummer/Cydonia-22B-v1.1](https://huggingface.co/TheDrummer/Cydonia-22B-v1.1)
28
- * [rAIfle/Acolyte-22B](https://huggingface.co/rAIfle/Acolyte-22B)
29
- * [ArliAI/Mistral-Small-22B-ArliAI-RPMax-v1.1](https://huggingface.co/ArliAI/Mistral-Small-22B-ArliAI-RPMax-v1.1)
30
 
31
- ### Configuration
 
 
 
 
 
32
 
33
- The following YAML configuration was used to produce this model:
 
 
 
34
 
35
- ```yaml
36
- base_model: unsloth/Mistral-Small-Instruct-2409
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  merge_method: model_stock
38
  dtype: bfloat16
39
  models:
@@ -41,4 +134,16 @@ models:
41
  - model: ArliAI/Mistral-Small-22B-ArliAI-RPMax-v1.1
42
  - model: nbeerbower/Mistral-Small-Gutenberg-Doppel-22B
43
  - model: rAIfle/Acolyte-22B
44
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  base_model:
3
+ - unsloth/Mistral-Small-Instruct-2409
4
  - TheDrummer/Cydonia-22B-v1.1
 
5
  - ArliAI/Mistral-Small-22B-ArliAI-RPMax-v1.1
6
+ - nbeerbower/Mistral-Small-Gutenberg-Doppel-22B
7
+ - rAIfle/Acolyte-22B
8
  library_name: transformers
9
  tags:
 
10
  - merge
11
+ license: apache-2.0
12
  ---
13
+ <!DOCTYPE html>
14
+ <style>
15
+
16
+ body {
17
+ font-family: 'Quicksand', sans-serif;
18
+ background: linear-gradient(135deg, #2E3440 0%, #1A202C 100%);
19
+ color: #D8DEE9;
20
+ margin: 0;
21
+ padding: 0;
22
+ font-size: 16px;
23
+ }
24
+
25
+ .container {
26
+ width: 80% auto;
27
+ max-width: 1080px auto;
28
+ margin: 20px auto;
29
+ background-color: rgba(255, 255, 255, 0.02);
30
+ padding: 20px;
31
+ border-radius: 12px;
32
+ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
33
+ backdrop-filter: blur(10px);
34
+ border: 1px solid rgba(255, 255, 255, 0.1);
35
+ }
36
+
37
+ .header h1 {
38
+ font-size: 28px;
39
+ color: #ECEFF4;
40
+ margin: 0 0 20px 0;
41
+ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
42
+ }
43
+
44
+ .update-section {
45
+ margin-top: 30px;
46
+ }
47
+
48
+ .update-section h2 {
49
+ font-size: 24px;
50
+ color: #88C0D0;
51
+ }
52
+
53
+ .update-section p {
54
+ font-size: 16px;
55
+ line-height: 1.6;
56
+ color: #ECEFF4;
57
+ }
58
 
59
+ .info img {
60
+ width: 100%;
61
+ border-radius: 10px;
62
+ margin-bottom: 15px;
63
+ }
64
 
65
+ a {
66
+ color: #88C0D0;
67
+ text-decoration: none;
68
+ }
69
 
70
+ a:hover {
71
+ color: #A3BE8C;
72
+ }
73
 
74
+ .button {
75
+ display: inline-block;
76
+ background-color: #5E81AC;
77
+ color: #E5E9F0;
78
+ padding: 10px 20px;
79
+ border-radius: 5px;
80
+ cursor: pointer;
81
+ text-decoration: none;
82
+ }
83
 
84
+ .button:hover {
85
+ background-color: #81A1C1;
86
+ }
 
 
87
 
88
+ pre {
89
+ background-color: #2E3440;
90
+ padding: 10px;
91
+ border-radius: 5px;
92
+ overflow-x: auto;
93
+ }
94
 
95
+ code {
96
+ font-family: 'Courier New', monospace;
97
+ color: #D8DEE9;
98
+ }
99
 
100
+ </style>
101
+ <html lang="en">
102
+ <head>
103
+ <meta charset="UTF-8">
104
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
105
+ <title>MSM-MS-Cydrion-22B Data Card</title>
106
+ <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap" rel="stylesheet">
107
+ </head>
108
+ <body>
109
+ <div class="container">
110
+ <div class="header">
111
+ <h1>MSM-MS-Cydrion-22B</h1>
112
+ </div>
113
+ <div class="info">
114
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64545af5ec40bbbd01242ca6/P6Cdc590xEGjWH3rKXDe5.jpeg">
115
+ <p>Meet Cydrion, the attempt of fusion for creativity and intelligence.</p>
116
+ <p><strong>Creator:</strong> <a href="https://huggingface.co/Steelskull" target="_blank">SteelSkull</a></p>
117
+ <h1>About Mistral-Cydrion-22B:</h1>
118
+ <pre><code>Name Legend:
119
+ MSM = Mistral-Small
120
+ MS = Model Stock
121
+ 22b = its 22b
122
+ </code></pre>
123
+ <p>This model merges the robust storytelling of Cydonia with the creative edge of Acolyte, ArliAI-RPMax, and Gutenberg with some special sauce.
124
+ <h2>Quants:</h2>
125
+ <p></p>
126
+ <h3>Config:</h3>
127
+ <pre><code>MODEL_NAME = "MSM-MS-Cydrion-22B"
128
+ yaml_config = """
129
+ base_model: Steelskull/Merged-v2
130
  merge_method: model_stock
131
  dtype: bfloat16
132
  models:
 
134
  - model: ArliAI/Mistral-Small-22B-ArliAI-RPMax-v1.1
135
  - model: nbeerbower/Mistral-Small-Gutenberg-Doppel-22B
136
  - model: rAIfle/Acolyte-22B
137
+ """
138
+ </code></pre>
139
+ <p><strong>If you wish to support:</strong></p>
140
+ </div>
141
+ <div class="donation-section">
142
+ <a href="https://ko-fi.com/Y8Y0AO2XE" target="_blank">
143
+ <img height="36" style="border:0px;height:36px;" src="https://storage.ko-fi.com/cdn/kofi2.png?v=3" border="0" alt="Buy Me a Coffee at ko-fi.com" />
144
+ </a>
145
+ </div>
146
+ </div>
147
+ </div>
148
+ </body>
149
+ </html>