SicariusSicariiStuff commited on
Commit
e8c6155
·
verified ·
1 Parent(s): e51e975

Update README.md

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