xxx777xxxASD
commited on
Commit
•
92afbe7
1
Parent(s):
0848914
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,38 @@ language:
|
|
6 |
- en
|
7 |
---
|
8 |
|
9 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
(Maybe i'll change the waifu picture later)
|
11 |
|
12 |
Experimental RP-oriented MoE, the idea was to get a model that would be equal to or better than Mixtral 8x7B and it's finetunes in RP/ERP tasks.
|
|
|
6 |
- en
|
7 |
---
|
8 |
|
9 |
+
<style>
|
10 |
+
.image-container {
|
11 |
+
position: relative;
|
12 |
+
display: inline-block;
|
13 |
+
}
|
14 |
+
|
15 |
+
.image-container img {
|
16 |
+
display: block;
|
17 |
+
border-radius: 10px;
|
18 |
+
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
|
19 |
+
}
|
20 |
+
|
21 |
+
.image-container::before {
|
22 |
+
content: "";
|
23 |
+
position: absolute;
|
24 |
+
top: 0px;
|
25 |
+
left: 20px;
|
26 |
+
width: calc(100% - 40px);
|
27 |
+
height: calc(100%);
|
28 |
+
background-image: url("https://cdn-uploads.huggingface.co/production/uploads/64f5e51289c121cb864ba464/OuMe79ZQPdCX01rTdfgXn.png");
|
29 |
+
background-size: cover;
|
30 |
+
filter: blur(10px);
|
31 |
+
z-index: -1;
|
32 |
+
}
|
33 |
+
</style>
|
34 |
+
<br>
|
35 |
+
|
36 |
+
|
37 |
+
<div class="image-container">
|
38 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/64f5e51289c121cb864ba464/OuMe79ZQPdCX01rTdfgXn.png" style="width: 96%; margin: auto;" >
|
39 |
+
</div>
|
40 |
+
|
41 |
(Maybe i'll change the waifu picture later)
|
42 |
|
43 |
Experimental RP-oriented MoE, the idea was to get a model that would be equal to or better than Mixtral 8x7B and it's finetunes in RP/ERP tasks.
|