Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
-
base_model_relation:
|
4 |
language:
|
5 |
- en
|
6 |
license: apache-2.0
|
@@ -14,15 +14,23 @@ tags:
|
|
14 |
- ERP
|
15 |
---
|
16 |
<style>
|
17 |
-
/* Custom CSS - Neon Teal Edition */
|
18 |
body {
|
19 |
font-family: 'Quicksand', sans-serif;
|
20 |
background: linear-gradient(135deg, #001a1a 0%, #000a10 100%);
|
21 |
-
color: #e1ffff;
|
|
|
22 |
margin: 0;
|
23 |
padding: 20px;
|
24 |
}
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
.container {
|
27 |
max-width: 800px;
|
28 |
margin: 0 auto;
|
@@ -33,6 +41,13 @@ body {
|
|
33 |
border: 1px solid rgba(0, 255, 255, 0.2);
|
34 |
}
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
.header {
|
37 |
text-align: center;
|
38 |
margin-bottom: 30px;
|
@@ -66,6 +81,7 @@ body {
|
|
66 |
}
|
67 |
|
68 |
.section {
|
|
|
69 |
margin: 25px 0;
|
70 |
padding: 20px;
|
71 |
background: rgba(5, 25, 35, 0.9);
|
@@ -73,12 +89,34 @@ body {
|
|
73 |
border: 1px solid rgba(0, 255, 255, 0.15);
|
74 |
}
|
75 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
.section-title {
|
77 |
color: #00ffff;
|
78 |
font-size: 1.8em;
|
79 |
margin-top: 0;
|
80 |
}
|
81 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
.badge {
|
83 |
display: inline-block;
|
84 |
padding: 5px 10px;
|
@@ -101,6 +139,12 @@ body {
|
|
101 |
transition: transform 0.3s ease;
|
102 |
}
|
103 |
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
.link-card:hover {
|
105 |
transform: translateY(-3px);
|
106 |
}
|
@@ -125,6 +169,34 @@ body {
|
|
125 |
background: linear-gradient(90deg, #00ffff 0%, #00ffcc 100%);
|
126 |
width: 70%;
|
127 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
</style>
|
129 |
|
130 |
<div class="container">
|
|
|
1 |
---
|
2 |
+
base_model: ReadyArt/Forgotten-Safeword-24B-v4.0
|
3 |
+
base_model_relation: quantized
|
4 |
language:
|
5 |
- en
|
6 |
license: apache-2.0
|
|
|
14 |
- ERP
|
15 |
---
|
16 |
<style>
|
|
|
17 |
body {
|
18 |
font-family: 'Quicksand', sans-serif;
|
19 |
background: linear-gradient(135deg, #001a1a 0%, #000a10 100%);
|
20 |
+
color: #e1ffff !important;
|
21 |
+
text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
|
22 |
margin: 0;
|
23 |
padding: 20px;
|
24 |
}
|
25 |
|
26 |
+
@media (prefers-color-scheme: light) {
|
27 |
+
body {
|
28 |
+
background: linear-gradient(135deg, #e1ffff 0%, #c0f0ff 100%);
|
29 |
+
color: #002b36 !important;
|
30 |
+
text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
|
31 |
+
}
|
32 |
+
}
|
33 |
+
|
34 |
.container {
|
35 |
max-width: 800px;
|
36 |
margin: 0 auto;
|
|
|
41 |
border: 1px solid rgba(0, 255, 255, 0.2);
|
42 |
}
|
43 |
|
44 |
+
@media (prefers-color-scheme: light) {
|
45 |
+
.container {
|
46 |
+
background: rgba(224, 255, 255, 0.95);
|
47 |
+
border-color: rgba(0, 150, 150, 0.3);
|
48 |
+
}
|
49 |
+
}
|
50 |
+
|
51 |
.header {
|
52 |
text-align: center;
|
53 |
margin-bottom: 30px;
|
|
|
81 |
}
|
82 |
|
83 |
.section {
|
84 |
+
color: #00ffcc;
|
85 |
margin: 25px 0;
|
86 |
padding: 20px;
|
87 |
background: rgba(5, 25, 35, 0.9);
|
|
|
89 |
border: 1px solid rgba(0, 255, 255, 0.15);
|
90 |
}
|
91 |
|
92 |
+
@media (prefers-color-scheme: light) {
|
93 |
+
.section {
|
94 |
+
background: rgba(200, 250, 255, 0.9);
|
95 |
+
border-color: rgba(0, 200, 200, 0.2);
|
96 |
+
}
|
97 |
+
}
|
98 |
+
|
99 |
.section-title {
|
100 |
color: #00ffff;
|
101 |
font-size: 1.8em;
|
102 |
margin-top: 0;
|
103 |
}
|
104 |
|
105 |
+
.section > p > strong {
|
106 |
+
color: #00ffcc !important;
|
107 |
+
}
|
108 |
+
|
109 |
+
.section:has(.quant-links) p,
|
110 |
+
.section:has(.quant-links) h3,
|
111 |
+
.section:has(.quant-links) a {
|
112 |
+
color: #00ffcc !important;
|
113 |
+
}
|
114 |
+
|
115 |
+
.quant-links h3 {
|
116 |
+
color: #00ffcc !important;
|
117 |
+
margin-top: 0;
|
118 |
+
}
|
119 |
+
|
120 |
.badge {
|
121 |
display: inline-block;
|
122 |
padding: 5px 10px;
|
|
|
139 |
transition: transform 0.3s ease;
|
140 |
}
|
141 |
|
142 |
+
@media (prefers-color-scheme: light) {
|
143 |
+
.link-card {
|
144 |
+
background: rgba(150, 230, 255, 0.95);
|
145 |
+
}
|
146 |
+
}
|
147 |
+
|
148 |
.link-card:hover {
|
149 |
transform: translateY(-3px);
|
150 |
}
|
|
|
169 |
background: linear-gradient(90deg, #00ffff 0%, #00ffcc 100%);
|
170 |
width: 70%;
|
171 |
}
|
172 |
+
|
173 |
+
@media (prefers-color-scheme: light) {
|
174 |
+
.model-name, .section-title, .subtitle {
|
175 |
+
color: #006666;
|
176 |
+
text-shadow: 0 0 5px rgba(0, 200, 200, 0.3);
|
177 |
+
}
|
178 |
+
|
179 |
+
.section:has(.quant-links) p,
|
180 |
+
.section:has(.quant-links) h3,
|
181 |
+
.section:has(.quant-links) a,
|
182 |
+
.section > p > strong {
|
183 |
+
color: #008080 !important;
|
184 |
+
}
|
185 |
+
|
186 |
+
.quant-links h3 {
|
187 |
+
color: #008080 !important;
|
188 |
+
}
|
189 |
+
|
190 |
+
.badge {
|
191 |
+
border-color: #008080;
|
192 |
+
background: rgba(0, 150, 150, 0.1);
|
193 |
+
}
|
194 |
+
|
195 |
+
.disclaimer {
|
196 |
+
color: #008080;
|
197 |
+
border-color: #008080;
|
198 |
+
}
|
199 |
+
}
|
200 |
</style>
|
201 |
|
202 |
<div class="container">
|