Update README.md
Browse files
README.md
CHANGED
@@ -3,8 +3,8 @@ license: apache-2.0
|
|
3 |
language:
|
4 |
- en
|
5 |
base_model:
|
6 |
-
-
|
7 |
-
base_model_relation:
|
8 |
pipeline_tag: text-generation
|
9 |
tags:
|
10 |
- nsfw
|
@@ -230,7 +230,7 @@ body {
|
|
230 |
|
231 |
.quant-links {
|
232 |
display: grid;
|
233 |
-
grid-template-columns: repeat(
|
234 |
gap: 15px;
|
235 |
margin: 20px 0;
|
236 |
}
|
@@ -560,12 +560,16 @@ footer:hover .hidden-message {
|
|
560 |
<p><strong>Recommended Settings:</strong> <a href="https://huggingface.co/sleepdeprived3/Mistral-V3-Tekken-T4" class="link-button">Mistral-V3-Tekken-T4</a></p>
|
561 |
<div class="quant-links">
|
562 |
<div class="link-card">
|
563 |
-
<h3>GGUF
|
564 |
-
<a href="mradermacher/The-Omega-Directive-M-12B-v1.0" class="link-button">
|
565 |
</div>
|
566 |
<div class="link-card">
|
567 |
-
<h3>imatrix
|
568 |
-
<a href="mradermacher/The-Omega-Directive-M-12B-v1.0" class="link-button">
|
|
|
|
|
|
|
|
|
569 |
</div>
|
570 |
</div>
|
571 |
</div>
|
|
|
3 |
language:
|
4 |
- en
|
5 |
base_model:
|
6 |
+
- ReadyArt/The-Omega-Directive-M-12B-v1.0
|
7 |
+
base_model_relation: quantized
|
8 |
pipeline_tag: text-generation
|
9 |
tags:
|
10 |
- nsfw
|
|
|
230 |
|
231 |
.quant-links {
|
232 |
display: grid;
|
233 |
+
grid-template-columns: repeat(3, 1fr);
|
234 |
gap: 15px;
|
235 |
margin: 20px 0;
|
236 |
}
|
|
|
560 |
<p><strong>Recommended Settings:</strong> <a href="https://huggingface.co/sleepdeprived3/Mistral-V3-Tekken-T4" class="link-button">Mistral-V3-Tekken-T4</a></p>
|
561 |
<div class="quant-links">
|
562 |
<div class="link-card">
|
563 |
+
<h3>GGUF</h3>
|
564 |
+
<a href="https://huggingface.co/mradermacher/The-Omega-Directive-M-12B-v1.0-GGUF" class="link-button">Quants</a>
|
565 |
</div>
|
566 |
<div class="link-card">
|
567 |
+
<h3>imatrix</h3>
|
568 |
+
<a href="https://huggingface.co/mradermacher/The-Omega-Directive-M-12B-v1.0-i1-GGUF" class="link-button">Quants</a>
|
569 |
+
</div>
|
570 |
+
<div class="link-card">
|
571 |
+
<h3>EXL2</h3>
|
572 |
+
<a href="https://huggingface.co/collections/ReadyArt/the-omega-directive-m-12b-v10-exl2-67f3ff375efb81ed82eb3933" class="link-button">Quants</a>
|
573 |
</div>
|
574 |
</div>
|
575 |
</div>
|