Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +157 -0
- ml-ms-etheris-123b.Q2_K.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 |
+
ml-ms-etheris-123b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,157 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- migtissera/Tess-3-Mistral-Large-2-123B
|
4 |
+
- TheDrummer/Behemoth-123B-v1
|
5 |
+
- SillyTilly/Mistral-Large-Instruct-2407
|
6 |
+
- NeverSleep/Lumimaid-v0.2-123B
|
7 |
+
- anthracite-org/magnum-v2-123b
|
8 |
+
library_name: transformers
|
9 |
+
tags:
|
10 |
+
- mergekit
|
11 |
+
- merge
|
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>ML-MS-Etheris-123B</h1>
|
112 |
+
</div>
|
113 |
+
<div class="info">
|
114 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/64545af5ec40bbbd01242ca6/ieEjL3TxpDM3WAZQcya6E.png">
|
115 |
+
<p>Now the cute anime girl has your attention</p>
|
116 |
+
<p><strong>Creator:</strong> <a href="https://huggingface.co/Steelskull" target="_blank">SteelSkull</a></p>
|
117 |
+
<h1>About Etheris-123B:</h1>
|
118 |
+
<pre><code>Name Legend:
|
119 |
+
ML = Mistral-Large
|
120 |
+
MS = Model Stock
|
121 |
+
123B = its 123B
|
122 |
+
</code></pre>
|
123 |
+
<p>This model merges the robust storytelling of mutiple models while attempting to maintain intelligence. The final model was merged after Model Soup with DELLA to add some specal sause.</p>
|
124 |
+
<p>Use Mistral, ChatML, or Meth Format</p>
|
125 |
+
<h2>Quants:</h2>
|
126 |
+
<p>GGUF Quant: <a href="https://huggingface.co/mradermacher/ML-MS-Etheris-123B-GGUF" target="_blank"> Mradermacher-GGUF</a></p>
|
127 |
+
<p>i1-GGUF Quant: <a href="https://huggingface.co/mradermacher/ML-MS-Etheris-123B-i1-GGUF" target="_blank"> Mradermacher-i1-GGUF</a></p>
|
128 |
+
<h3>Config:</h3>
|
129 |
+
<pre><code>MODEL_NAME = "ML-MS-Etheris-123B"
|
130 |
+
base_model: SillyTilly/Mistral-Large-Instruct-2407
|
131 |
+
merge_method: model_stock
|
132 |
+
dtype: bfloat16
|
133 |
+
models:
|
134 |
+
- model: NeverSleep/Lumimaid-v0.2-123B
|
135 |
+
- model: TheDrummer/Behemoth-123B-v1
|
136 |
+
- model: migtissera/Tess-3-Mistral-Large-2-123B
|
137 |
+
- model: anthracite-org/magnum-v2-123b
|
138 |
+
|
139 |
+
|
140 |
+
base_model: SillyTilly/Mistral-Large-Instruct-2407
|
141 |
+
merge_method: della
|
142 |
+
dtype: bfloat16
|
143 |
+
models:
|
144 |
+
-model: ./merge/msbase/Etheris-123B
|
145 |
+
-model: ./merge/della/attempt3/model
|
146 |
+
</code></pre>
|
147 |
+
<p><strong>If you wish to support:</strong></p>
|
148 |
+
</div>
|
149 |
+
<div class="donation-section">
|
150 |
+
<a href="https://ko-fi.com/Y8Y0AO2XE" target="_blank">
|
151 |
+
<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" />
|
152 |
+
</a>
|
153 |
+
</div>
|
154 |
+
</div>
|
155 |
+
</div>
|
156 |
+
</body>
|
157 |
+
</html>
|
ml-ms-etheris-123b.Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:911a48cc229b483783139b065000078be0a55b19cfa6087b989ac22032e2b9a3
|
3 |
+
size 45196298912
|