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