InferenceIllusionist commited on
Commit
5f7c8fc
1 Parent(s): 1d8571a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/mathstral-7B-v0.1
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ quantized_by: InferenceIllusionist
7
+ tags:
8
+ - iMat
9
+ - gguf
10
+ - Mistral
11
+ license: apache-2.0
12
+ ---
13
+ <img src="https://i.imgur.com/P68dXux.png" width="400"/>
14
+
15
+ # mathstral-7B-v0.1-iMat-GGUF
16
+
17
+ Quantized from fp16.
18
+ * Weighted quantizations were creating using fp16 GGUF and groups_merged.txt in 105 chunks and n_ctx=512
19
+
20
+ For a brief rundown of iMatrix quant performance please see this [PR](https://github.com/ggerganov/llama.cpp/pull/5747)
21
+
22
+ <i>All quants are verified working prior to uploading to repo for your safety and convenience. </i>
23
+
24
+
25
+ <b>Tip:</b> Pick a file size under your GPU's VRAM while still allowing some room for context for best speed. You may need to pad this further depending on if you are running image gen or TTS as well.
26
+
27
+ Original model card can be found [here](https://huggingface.co/mistralai/mathstral-7B-v0.1)