Update README.md
Browse files
README.md
CHANGED
@@ -12,11 +12,11 @@ tags:
|
|
12 |
<style>
|
13 |
|
14 |
h1 {
|
15 |
-
color: #
|
16 |
font-size: 1.25em; /* Larger font size */
|
17 |
text-align: left; /* Center alignment */
|
18 |
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Shadow effect */
|
19 |
-
background: linear-gradient(90deg, #
|
20 |
-webkit-background-clip: text; /* Clipping the background to text */
|
21 |
-webkit-text-fill-color: transparent; /* Making the text transparent */
|
22 |
}
|
@@ -25,7 +25,7 @@ h1 {
|
|
25 |
<head>
|
26 |
</head>
|
27 |
<body>
|
28 |
-
|
29 |
|
30 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64f74b6e6389380c77562762/0vhS2LvbcQm6dwaFkC_HK.png)
|
31 |
|
|
|
12 |
<style>
|
13 |
|
14 |
h1 {
|
15 |
+
color: #801ffa; /* Red color */
|
16 |
font-size: 1.25em; /* Larger font size */
|
17 |
text-align: left; /* Center alignment */
|
18 |
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Shadow effect */
|
19 |
+
background: linear-gradient(90deg, #801ffa, #e9a8fb); /* Gradient background */
|
20 |
-webkit-background-clip: text; /* Clipping the background to text */
|
21 |
-webkit-text-fill-color: transparent; /* Making the text transparent */
|
22 |
}
|
|
|
25 |
<head>
|
26 |
</head>
|
27 |
<body>
|
28 |
+
<h1>SwallowMaid-8B-Llama-3-SPPO-abliterated</h1>
|
29 |
|
30 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64f74b6e6389380c77562762/0vhS2LvbcQm6dwaFkC_HK.png)
|
31 |
|