InferenceIllusionist
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,45 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: mistralai/mathstral-7B-v0.1
|
3 |
+
library_name: transformers
|
4 |
+
quantized_by: InferenceIllusionist
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- fr
|
8 |
+
- de
|
9 |
+
- es
|
10 |
+
- it
|
11 |
+
- pt
|
12 |
+
- ru
|
13 |
+
- zh
|
14 |
+
- ja
|
15 |
+
tags:
|
16 |
+
- iMat
|
17 |
+
- gguf
|
18 |
+
- Mistral
|
19 |
+
- Math
|
20 |
+
license: apache-2.0
|
21 |
+
---
|
22 |
+
<img src="https://i.imgur.com/P68dXux.png" width="400"/>
|
23 |
+
|
24 |
+
# Mistral-Nemo-Instruct-12B-iMat-GGUF
|
25 |
+
|
26 |
+
<b>Important Note: Inferencing is *only* available on this fork of llama.cpp at the moment: https://github.com/ggerganov/llama.cpp/pull/8604
|
27 |
+
|
28 |
+
Other front-ends like the main branch of llama.cpp, kobold.cpp, and text-generation-web-ui may not work as intended.</b>
|
29 |
+
|
30 |
+
Quantized from fp16.
|
31 |
+
* Weighted quantizations were creating using fp16 GGUF and groups_merged.txt in 92 chunks and n_ctx=512
|
32 |
+
* Static fp16 also included in repo
|
33 |
+
|
34 |
+
For a brief rundown of iMatrix quant performance please see this [PR](https://github.com/ggerganov/llama.cpp/pull/5747)
|
35 |
+
|
36 |
+
<i>All quants are verified working prior to uploading to repo for your safety and convenience</i>
|
37 |
+
|
38 |
+
<b>KL-Divergence Reference Chart</b>
|
39 |
+
(Click on image to view in full size)
|
40 |
+
[<img src="https://i.imgur.com/mV0nYdA.png" width="920"/>](https://i.imgur.com/mV0nYdA.png)
|
41 |
+
|
42 |
+
|
43 |
+
<b>Tips:</b> There's no need to download the entire repo, just pick one of the GGUF files.
|
44 |
+
|
45 |
+
Original model card can be found [here](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407)
|