Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,91 @@ tags:
|
|
| 20 |
|
| 21 |
---
|
| 22 |
|
| 23 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
---
|
| 26 |
|
|
@@ -75,7 +159,7 @@ Oh, regarding **censorship**... Let's just say it's... **Phi-lthy**.
|
|
| 75 |
|
| 76 |
---
|
| 77 |
|
| 78 |
-
##
|
| 79 |
|
| 80 |
- Original: [FP16](https://huggingface.co/SicariusSicariiStuff/Phi-lthy4)
|
| 81 |
- GGUF & iMatrix: [GGUF](https://huggingface.co/SicariusSicariiStuff/Phi-lthy4_GGUF) | [iMatrix](https://huggingface.co/SicariusSicariiStuff/Phi-lthy4_iMatrix) | [High-Attention](https://huggingface.co/SicariusSicariiStuff/Phi-lthy4_GGUF_HA) | [iMatrix-High-Attention](https://huggingface.co/SicariusSicariiStuff/Phi-lthy4_HA_NL)
|
|
|
|
| 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/Phi-lthy4#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/Phi-lthy4#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/Phi-lthy4#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 |
|
|
|
|
| 159 |
|
| 160 |
---
|
| 161 |
|
| 162 |
+
## Available quantizations:
|
| 163 |
|
| 164 |
- Original: [FP16](https://huggingface.co/SicariusSicariiStuff/Phi-lthy4)
|
| 165 |
- GGUF & iMatrix: [GGUF](https://huggingface.co/SicariusSicariiStuff/Phi-lthy4_GGUF) | [iMatrix](https://huggingface.co/SicariusSicariiStuff/Phi-lthy4_iMatrix) | [High-Attention](https://huggingface.co/SicariusSicariiStuff/Phi-lthy4_GGUF_HA) | [iMatrix-High-Attention](https://huggingface.co/SicariusSicariiStuff/Phi-lthy4_HA_NL)
|