SicariusSicariiStuff commited on
Commit
3f689be
·
verified ·
1 Parent(s): f6fbb47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -2
README.md CHANGED
@@ -18,7 +18,91 @@ base_model:
18
 
19
  ---
20
 
21
- <a href="https://huggingface.co/SicariusSicariiStuff/Nano_Imp_1B#tldr" style="color: purple; font-weight: bold; font-size: 48px; text-decoration: none; display: block; text-align: center;">Click here for TL;DR</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  ---
24
 
@@ -80,7 +164,7 @@ Today, the 10th of May 2025, I proudly present to you—**Nano_Imp_1B**, the wor
80
 
81
  ---
82
 
83
- ## Nano_Imp_1B is available at the following quantizations:
84
 
85
  - Original: [FP16](https://huggingface.co/SicariusSicariiStuff/Nano_Imp_1B)
86
  - GGUF: [GGUF](https://huggingface.co/SicariusSicariiStuff/Nano_Imp_1B_GGUF)
 
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/Nano_Imp_1B#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/Nano_Imp_1B#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/Nano_Imp_1B#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
 
 
164
 
165
  ---
166
 
167
+ ## Available quantizations:
168
 
169
  - Original: [FP16](https://huggingface.co/SicariusSicariiStuff/Nano_Imp_1B)
170
  - GGUF: [GGUF](https://huggingface.co/SicariusSicariiStuff/Nano_Imp_1B_GGUF)