SicariusSicariiStuff commited on
Commit
7309fb0
·
verified ·
1 Parent(s): d7dd349

Update README.md

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