SicariusSicariiStuff commited on
Commit
785b2cd
·
verified ·
1 Parent(s): 3b77a95

Update README.md

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