Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,98 @@ base_model:
|
|
15 |
|
16 |
<img src="https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B/resolve/main/Images/Impish_Mind.png" alt="Impish_Mind_8B" style="width: 70%; min-width: 500px; display: block; margin: auto;">
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
"As she lay her head on the snow-white pillow,\
|
19 |
no rest was graced upon her thoughts.
|
20 |
|
@@ -33,7 +125,7 @@ Woven with the silken thread of lascivious deeds indeed.
|
|
33 |
it was an impish mind all right..."
|
34 |
|
35 |
---
|
36 |
-
##
|
37 |
|
38 |
- Original: [FP16](https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B)
|
39 |
- GGUF: [Static Quants](https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B_GGUF) | [iMatrix_GGUF](https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B_iMatrix) | [High-Attention](https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B_GGUF_HA) | [iMatrix-High-Attention](https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B_HA_NL)
|
@@ -42,7 +134,7 @@ Woven with the silken thread of lascivious deeds indeed.
|
|
42 |
- Mobile (ARM): [Q4_0](https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B_ARM) | [Q4_0_High-Attention](https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B_ARM_HA)
|
43 |
---
|
44 |
|
45 |
-
|
46 |
|
47 |
- Intended use: **Role-Play**, **Creative Writing**, **General Tasks**.
|
48 |
|
|
|
15 |
|
16 |
<img src="https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B/resolve/main/Images/Impish_Mind.png" alt="Impish_Mind_8B" style="width: 70%; min-width: 500px; display: block; margin: auto;">
|
17 |
|
18 |
+
|
19 |
+
---
|
20 |
+
|
21 |
+
<style>
|
22 |
+
.hf-links, .hf-tldr{
|
23 |
+
display:flex;justify-content:center;align-items:center;flex-wrap:wrap;
|
24 |
+
gap:14px;margin:16px 0;
|
25 |
+
}
|
26 |
+
.hf-links a, .hf-tldr a{
|
27 |
+
display:flex;flex-direction:column;align-items:center;justify-content:center;
|
28 |
+
text-align:center;text-decoration:none;font-weight:700;line-height:1.15;
|
29 |
+
padding:10px 16px;border-radius:14px;border:2px solid currentColor;
|
30 |
+
transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease;
|
31 |
+
}
|
32 |
+
|
33 |
+
.hf-tldr a{
|
34 |
+
font-size:48px;color:purple;min-width:100%;
|
35 |
+
}
|
36 |
+
.hf-tldr a:hover{
|
37 |
+
transform:translateY(-2px);
|
38 |
+
background:rgba(128,0,128,.1);
|
39 |
+
box-shadow:0 8px 22px rgba(128,0,128,.45);
|
40 |
+
color:#fff;
|
41 |
+
}
|
42 |
+
|
43 |
+
|
44 |
+
.hf-links a{
|
45 |
+
font-size:20px;min-width:240px;max-width:280px;
|
46 |
+
}
|
47 |
+
.hf-links a .top{font-size:16px;opacity:.9;}
|
48 |
+
.hf-links a .bottom{font-size:20px;}
|
49 |
+
|
50 |
+
.hf-links a.red{color:#E31515;}
|
51 |
+
.hf-links a.yellow{color:#FFC800;}
|
52 |
+
.hf-links a.green{color:#64FF00;}
|
53 |
+
|
54 |
+
.hf-links a:hover{
|
55 |
+
transform:translateY(-1px);
|
56 |
+
background:rgba(255,255,255,0.04);
|
57 |
+
box-shadow:0 6px 18px rgba(0,0,0,.15), inset 0 0 0 9999px rgba(255,255,255,.02);
|
58 |
+
}
|
59 |
+
.hf-links a.red:hover{
|
60 |
+
background:rgba(227,21,21,.12);
|
61 |
+
box-shadow:0 8px 20px rgba(227,21,21,.35);
|
62 |
+
color:#fff;
|
63 |
+
}
|
64 |
+
.hf-links a.yellow:hover{
|
65 |
+
background:rgba(255,200,0,.15);
|
66 |
+
box-shadow:0 8px 20px rgba(255,200,0,.35);
|
67 |
+
color:#111;
|
68 |
+
}
|
69 |
+
.hf-links a.green:hover{
|
70 |
+
background:rgba(100,255,0,.14);
|
71 |
+
box-shadow:0 8px 20px rgba(100,255,0,.35);
|
72 |
+
color:#093;
|
73 |
+
}
|
74 |
+
|
75 |
+
/* mobile stacking */
|
76 |
+
@media (max-width:520px){
|
77 |
+
.hf-links a{min-width:100%;max-width:100%;}
|
78 |
+
.hf-tldr a{font-size:36px;}
|
79 |
+
}
|
80 |
+
</style>
|
81 |
+
|
82 |
+
<div class="hf-tldr">
|
83 |
+
<a href="https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B#tldr">
|
84 |
+
Click here for TL;DR
|
85 |
+
</a>
|
86 |
+
</div>
|
87 |
+
|
88 |
+
---
|
89 |
+
|
90 |
+
<div class="hf-links">
|
91 |
+
<a class="red" href="https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B#available-quantizations">
|
92 |
+
<span class="top">Click here</span>
|
93 |
+
<span class="bottom">for quantizations</span>
|
94 |
+
</a>
|
95 |
+
|
96 |
+
<a class="yellow" href="https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B#recommended-settings-for-assistant-mode">
|
97 |
+
<span class="top">Click here</span>
|
98 |
+
<span class="bottom">for recommended settings</span>
|
99 |
+
</a>
|
100 |
+
|
101 |
+
<a class="green" href="https://ko-fi.com/sicarius">
|
102 |
+
<span class="top">Click here</span>
|
103 |
+
<span class="bottom">to buy me a coffee</span>
|
104 |
+
</a>
|
105 |
+
</div>
|
106 |
+
|
107 |
+
|
108 |
+
---
|
109 |
+
|
110 |
"As she lay her head on the snow-white pillow,\
|
111 |
no rest was graced upon her thoughts.
|
112 |
|
|
|
125 |
it was an impish mind all right..."
|
126 |
|
127 |
---
|
128 |
+
## Available quantizations:
|
129 |
|
130 |
- Original: [FP16](https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B)
|
131 |
- GGUF: [Static Quants](https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B_GGUF) | [iMatrix_GGUF](https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B_iMatrix) | [High-Attention](https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B_GGUF_HA) | [iMatrix-High-Attention](https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B_HA_NL)
|
|
|
134 |
- Mobile (ARM): [Q4_0](https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B_ARM) | [Q4_0_High-Attention](https://huggingface.co/SicariusSicariiStuff/Impish_Mind_8B_ARM_HA)
|
135 |
---
|
136 |
|
137 |
+
### TL;DR
|
138 |
|
139 |
- Intended use: **Role-Play**, **Creative Writing**, **General Tasks**.
|
140 |
|