Steelskull
commited on
Commit
•
b1c6891
1
Parent(s):
253eb14
Update README.md
Browse files
README.md
CHANGED
@@ -12,29 +12,123 @@ tags:
|
|
12 |
- merge
|
13 |
|
14 |
---
|
15 |
-
|
|
|
16 |
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
-
|
|
|
|
|
25 |
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
* [ArliAI/Llama-3.1-70B-ArliAI-RPMax-v1.2](https://huggingface.co/ArliAI/Llama-3.1-70B-ArliAI-RPMax-v1.2)
|
31 |
-
* [Sao10K/L3.1-70B-Euryale-v2.2](https://huggingface.co/Sao10K/L3.1-70B-Euryale-v2.2)
|
32 |
|
33 |
-
|
|
|
|
|
|
|
|
|
34 |
|
35 |
-
|
|
|
|
|
|
|
|
|
36 |
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
base_model: mlabonne/Llama-3.1-70B-Instruct-lorablated
|
39 |
merge_method: model_stock
|
40 |
dtype: bfloat16
|
@@ -44,4 +138,15 @@ models:
|
|
44 |
- model: Sao10K/L3.1-70B-Euryale-v2.2
|
45 |
- model: ArliAI/Llama-3.1-70B-ArliAI-RPMax-v1.2
|
46 |
- model: nbeerbower/Llama3.1-Gutenberg-Doppel-70B
|
47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
- merge
|
13 |
|
14 |
---
|
15 |
+
<!DOCTYPE html>
|
16 |
+
<style>
|
17 |
|
18 |
+
body {
|
19 |
+
font-family: 'Quicksand', sans-serif;
|
20 |
+
background: linear-gradient(135deg, #2E3440 0%, #1A202C 100%);
|
21 |
+
color: #D8DEE9;
|
22 |
+
margin: 0;
|
23 |
+
padding: 0;
|
24 |
+
font-size: 16px;
|
25 |
+
}
|
26 |
|
27 |
+
.container {
|
28 |
+
width: 80% auto;
|
29 |
+
max-width: 1080px auto;
|
30 |
+
margin: 20px auto;
|
31 |
+
background-color: rgba(255, 255, 255, 0.02);
|
32 |
+
padding: 20px;
|
33 |
+
border-radius: 12px;
|
34 |
+
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
|
35 |
+
backdrop-filter: blur(10px);
|
36 |
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
37 |
+
}
|
38 |
|
39 |
+
.header h1 {
|
40 |
+
font-size: 28px;
|
41 |
+
color: #ECEFF4;
|
42 |
+
margin: 0 0 20px 0;
|
43 |
+
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
|
44 |
+
}
|
45 |
|
46 |
+
.update-section {
|
47 |
+
margin-top: 30px;
|
48 |
+
}
|
49 |
|
50 |
+
.update-section h2 {
|
51 |
+
font-size: 24px;
|
52 |
+
color: #88C0D0;
|
53 |
+
}
|
|
|
|
|
54 |
|
55 |
+
.update-section p {
|
56 |
+
font-size: 16px;
|
57 |
+
line-height: 1.6;
|
58 |
+
color: #ECEFF4;
|
59 |
+
}
|
60 |
|
61 |
+
.info img {
|
62 |
+
width: 100%;
|
63 |
+
border-radius: 10px;
|
64 |
+
margin-bottom: 15px;
|
65 |
+
}
|
66 |
|
67 |
+
a {
|
68 |
+
color: #88C0D0;
|
69 |
+
text-decoration: none;
|
70 |
+
}
|
71 |
+
|
72 |
+
a:hover {
|
73 |
+
color: #A3BE8C;
|
74 |
+
}
|
75 |
+
|
76 |
+
.button {
|
77 |
+
display: inline-block;
|
78 |
+
background-color: #5E81AC;
|
79 |
+
color: #E5E9F0;
|
80 |
+
padding: 10px 20px;
|
81 |
+
border-radius: 5px;
|
82 |
+
cursor: pointer;
|
83 |
+
text-decoration: none;
|
84 |
+
}
|
85 |
+
|
86 |
+
.button:hover {
|
87 |
+
background-color: #81A1C1;
|
88 |
+
}
|
89 |
+
|
90 |
+
pre {
|
91 |
+
background-color: #2E3440;
|
92 |
+
padding: 10px;
|
93 |
+
border-radius: 5px;
|
94 |
+
overflow-x: auto;
|
95 |
+
}
|
96 |
+
|
97 |
+
code {
|
98 |
+
font-family: 'Courier New', monospace;
|
99 |
+
color: #D8DEE9;
|
100 |
+
}
|
101 |
+
|
102 |
+
</style>
|
103 |
+
<html lang="en">
|
104 |
+
<head>
|
105 |
+
<meta charset="UTF-8">
|
106 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
107 |
+
<title>L3.1-MS-Astoria-70b-v2 Data Card</title>
|
108 |
+
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap" rel="stylesheet">
|
109 |
+
</head>
|
110 |
+
<body>
|
111 |
+
<div class="container">
|
112 |
+
<div class="header">
|
113 |
+
<h1>L3.1-MS-Astoria-70b-v2</h1>
|
114 |
+
</div>
|
115 |
+
<div class="info">
|
116 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/64545af5ec40bbbd01242ca6/C-ndfxAGdf21DjchZcf2p.png">
|
117 |
+
<p>Now the cute anime girl has your attention</p>
|
118 |
+
<p><strong>Creator:</strong> <a href="https://huggingface.co/Steelskull" target="_blank">SteelSkull</a></p>
|
119 |
+
<h1>About Astoria-70b-v2:</h1>
|
120 |
+
<pre><code>Name Legend:
|
121 |
+
L3.1 = Llama 3.1
|
122 |
+
MS = Model Stock
|
123 |
+
70B = its 70B
|
124 |
+
</code></pre>
|
125 |
+
<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>
|
126 |
+
<p>Use Llama 3 Format</p>
|
127 |
+
<h2>Quants:</h2>
|
128 |
+
<p>GGUF Quant: <a href="" target="_blank"></a></p>
|
129 |
+
<p>i1-GGUF Quant: <a href="" target="_blank"></a></p>
|
130 |
+
<h3>Config:</h3>
|
131 |
+
<pre><code>MODEL_NAME = "L3.1-MS-Astoria-70b-v2"
|
132 |
base_model: mlabonne/Llama-3.1-70B-Instruct-lorablated
|
133 |
merge_method: model_stock
|
134 |
dtype: bfloat16
|
|
|
138 |
- model: Sao10K/L3.1-70B-Euryale-v2.2
|
139 |
- model: ArliAI/Llama-3.1-70B-ArliAI-RPMax-v1.2
|
140 |
- model: nbeerbower/Llama3.1-Gutenberg-Doppel-70B
|
141 |
+
</code></pre>
|
142 |
+
<p><strong>If you wish to support:</strong></p>
|
143 |
+
</div>
|
144 |
+
<div class="donation-section">
|
145 |
+
<a href="https://ko-fi.com/Y8Y0AO2XE" target="_blank">
|
146 |
+
<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" />
|
147 |
+
</a>
|
148 |
+
</div>
|
149 |
+
</div>
|
150 |
+
</div>
|
151 |
+
</body>
|
152 |
+
</html>
|