SicariusSicariiStuff commited on
Commit
2a48c48
·
verified ·
1 Parent(s): 32a8dac

Update README.md

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