Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,91 @@ tags:
|
|
23 |
|
24 |
---
|
25 |
|
26 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
---
|
29 |
|
@@ -51,7 +135,8 @@ Just pure, unfiltered—\
|
|
51 |
Weaponized blight.
|
52 |
|
53 |
---
|
54 |
-
|
|
|
55 |
|
56 |
- Original: [FP16](https://huggingface.co/SicariusSicariiStuff/Wingless_Imp_8B)
|
57 |
- GGUF: [Static Quants](https://huggingface.co/SicariusSicariiStuff/Wingless_Imp_8B_GGUF) | [iMatrix_GGUF](https://huggingface.co/SicariusSicariiStuff/Wingless_Imp_8B_iMatrix) | [High-Attention](https://huggingface.co/SicariusSicariiStuff/Wingless_Imp_8B_GGUF_HA) | [iMatrix-High-Attention](https://huggingface.co/SicariusSicariiStuff/Wingless_Imp_8B_HA_NL)
|
|
|
23 |
|
24 |
---
|
25 |
|
26 |
+
<style>
|
27 |
+
.hf-links, .hf-tldr{
|
28 |
+
display:flex;justify-content:center;align-items:center;flex-wrap:wrap;
|
29 |
+
gap:14px;margin:16px 0;
|
30 |
+
}
|
31 |
+
.hf-links a, .hf-tldr a{
|
32 |
+
display:flex;flex-direction:column;align-items:center;justify-content:center;
|
33 |
+
text-align:center;text-decoration:none;font-weight:700;line-height:1.15;
|
34 |
+
padding:10px 16px;border-radius:14px;border:2px solid currentColor;
|
35 |
+
transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease;
|
36 |
+
}
|
37 |
+
|
38 |
+
.hf-tldr a{
|
39 |
+
font-size:48px;color:purple;min-width:100%;
|
40 |
+
}
|
41 |
+
.hf-tldr a:hover{
|
42 |
+
transform:translateY(-2px);
|
43 |
+
background:rgba(128,0,128,.1);
|
44 |
+
box-shadow:0 8px 22px rgba(128,0,128,.45);
|
45 |
+
color:#fff;
|
46 |
+
}
|
47 |
+
|
48 |
+
|
49 |
+
.hf-links a{
|
50 |
+
font-size:20px;min-width:240px;max-width:280px;
|
51 |
+
}
|
52 |
+
.hf-links a .top{font-size:16px;opacity:.9;}
|
53 |
+
.hf-links a .bottom{font-size:20px;}
|
54 |
+
|
55 |
+
.hf-links a.red{color:#E31515;}
|
56 |
+
.hf-links a.yellow{color:#FFC800;}
|
57 |
+
.hf-links a.green{color:#64FF00;}
|
58 |
+
|
59 |
+
.hf-links a:hover{
|
60 |
+
transform:translateY(-1px);
|
61 |
+
background:rgba(255,255,255,0.04);
|
62 |
+
box-shadow:0 6px 18px rgba(0,0,0,.15), inset 0 0 0 9999px rgba(255,255,255,.02);
|
63 |
+
}
|
64 |
+
.hf-links a.red:hover{
|
65 |
+
background:rgba(227,21,21,.12);
|
66 |
+
box-shadow:0 8px 20px rgba(227,21,21,.35);
|
67 |
+
color:#fff;
|
68 |
+
}
|
69 |
+
.hf-links a.yellow:hover{
|
70 |
+
background:rgba(255,200,0,.15);
|
71 |
+
box-shadow:0 8px 20px rgba(255,200,0,.35);
|
72 |
+
color:#111;
|
73 |
+
}
|
74 |
+
.hf-links a.green:hover{
|
75 |
+
background:rgba(100,255,0,.14);
|
76 |
+
box-shadow:0 8px 20px rgba(100,255,0,.35);
|
77 |
+
color:#093;
|
78 |
+
}
|
79 |
+
|
80 |
+
/* mobile stacking */
|
81 |
+
@media (max-width:520px){
|
82 |
+
.hf-links a{min-width:100%;max-width:100%;}
|
83 |
+
.hf-tldr a{font-size:36px;}
|
84 |
+
}
|
85 |
+
</style>
|
86 |
+
|
87 |
+
<div class="hf-tldr">
|
88 |
+
<a href="https://huggingface.co/SicariusSicariiStuff/Wingless_Imp_8B#tldr">
|
89 |
+
Click here for TL;DR
|
90 |
+
</a>
|
91 |
+
</div>
|
92 |
+
|
93 |
+
---
|
94 |
+
|
95 |
+
<div class="hf-links">
|
96 |
+
<a class="red" href="https://huggingface.co/SicariusSicariiStuff/Wingless_Imp_8B#available-quantizations">
|
97 |
+
<span class="top">Click here</span>
|
98 |
+
<span class="bottom">for quantizations</span>
|
99 |
+
</a>
|
100 |
+
|
101 |
+
<a class="yellow" href="https://huggingface.co/SicariusSicariiStuff/Wingless_Imp_8B#recommended-settings-for-assistant-mode">
|
102 |
+
<span class="top">Click here</span>
|
103 |
+
<span class="bottom">for recommended settings</span>
|
104 |
+
</a>
|
105 |
+
|
106 |
+
<a class="green" href="https://ko-fi.com/sicarius">
|
107 |
+
<span class="top">Click here</span>
|
108 |
+
<span class="bottom">to buy me a coffee</span>
|
109 |
+
</a>
|
110 |
+
</div>
|
111 |
|
112 |
---
|
113 |
|
|
|
135 |
Weaponized blight.
|
136 |
|
137 |
---
|
138 |
+
|
139 |
+
## Available quantizations:
|
140 |
|
141 |
- Original: [FP16](https://huggingface.co/SicariusSicariiStuff/Wingless_Imp_8B)
|
142 |
- GGUF: [Static Quants](https://huggingface.co/SicariusSicariiStuff/Wingless_Imp_8B_GGUF) | [iMatrix_GGUF](https://huggingface.co/SicariusSicariiStuff/Wingless_Imp_8B_iMatrix) | [High-Attention](https://huggingface.co/SicariusSicariiStuff/Wingless_Imp_8B_GGUF_HA) | [iMatrix-High-Attention](https://huggingface.co/SicariusSicariiStuff/Wingless_Imp_8B_HA_NL)
|