xxx777xxxASD
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
-
---
|
2 |
-
license: llama3.1
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3.1
|
3 |
+
---
|
4 |
+
|
5 |
+
<style>
|
6 |
+
.image-container {
|
7 |
+
position: relative;
|
8 |
+
display: inline-block;
|
9 |
+
}
|
10 |
+
|
11 |
+
.image-container img {
|
12 |
+
display: block;
|
13 |
+
border-radius: 10px;
|
14 |
+
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
|
15 |
+
}
|
16 |
+
|
17 |
+
.image-container::before {
|
18 |
+
content: "";
|
19 |
+
position: absolute;
|
20 |
+
top: 0px;
|
21 |
+
left: 20px;
|
22 |
+
width: calc(100% - 40px);
|
23 |
+
height: calc(100%);
|
24 |
+
background-image: url("https://cdn-uploads.huggingface.co/production/uploads/64f5e51289c121cb864ba464/O0FlWv4L8ZnehOGETw7qt.png");
|
25 |
+
background-size: cover;
|
26 |
+
filter: blur(10px);
|
27 |
+
z-index: -1;
|
28 |
+
}
|
29 |
+
</style>
|
30 |
+
<br>
|
31 |
+
|
32 |
+
<div class="image-container">
|
33 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/64f5e51289c121cb864ba464/O0FlWv4L8ZnehOGETw7qt.png" style="width: 96%; margin: auto;" >
|
34 |
+
</div>
|
35 |
+
|
36 |
+
Some GGUF quants of [xxx777xxxASD/L3-ChaoticSoliloquy-v1.5-4x8B](https://huggingface.co/xxx777xxxASD/L3-ChaoticSoliloquy-v1.5-4x8B)
|