Reiterate3680
commited on
Commit
•
c176e82
1
Parent(s):
c6c4b61
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Sao10K/MN-12B-Lyra-v3
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: other
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
quantized_by: Reiterate3680
|
8 |
+
---
|
9 |
+
L quants (or more), for fun/testing, probably prefer bartowski or mradermacher's quants if available
|
10 |
+
|
11 |
+
Original Model: https://huggingface.co/Sao10K/MN-12B-Lyra-v3
|
12 |
+
|
13 |
+
Made with a modified version of https://huggingface.co/FantasiaFoundry/GGUF-Quantization-Script
|
14 |
+
|
15 |
+
Q2_K_L, Q4_K_L, Q5_K_L, Q6_K_L, are using Q_8 output tensors and token embeddings. imatrix is done using bartowski's imatrix dataset
|