bartowski commited on
Commit
249430f
1 Parent(s): b82825c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +96 -0
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ quantized_by: bartowski
4
+ pipeline_tag: text-generation
5
+ ---
6
+
7
+ ## Llamacpp imatrix Quantizations of Lite-Mistral-150M-v2-Instruct
8
+
9
+ Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3389">b3389</a> for quantization.
10
+
11
+ Original model: https://huggingface.co/OuteAI/Lite-Mistral-150M-v2-Instruct
12
+
13
+ All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
14
+
15
+ ## Prompt format
16
+
17
+ ```
18
+ <s> system
19
+ {system_prompt}</s>
20
+ <s> user
21
+ {prompt}</s>
22
+ <s> assistant
23
+
24
+ ```
25
+
26
+ ## Download a file (not the whole branch) from below:
27
+
28
+ | Filename | Quant type | File Size | Split | Description |
29
+ | -------- | ---------- | --------- | ----- | ----------- |
30
+ | [Lite-Mistral-150M-v2-Instruct-f32.gguf](https://huggingface.co/bartowski/Lite-Mistral-150M-v2-Instruct-GGUF/blob/main/Lite-Mistral-150M-v2-Instruct-f32.gguf) | f32 | 0.63GB | false | Full F32 weights. |
31
+ | [Lite-Mistral-150M-v2-Instruct-Q8_0.gguf](https://huggingface.co/bartowski/Lite-Mistral-150M-v2-Instruct-GGUF/blob/main/Lite-Mistral-150M-v2-Instruct-Q8_0.gguf) | Q8_0 | 0.17GB | false | Extremely high quality, generally unneeded but max available quant. |
32
+ | [Lite-Mistral-150M-v2-Instruct-Q6_K_L.gguf](https://huggingface.co/bartowski/Lite-Mistral-150M-v2-Instruct-GGUF/blob/main/Lite-Mistral-150M-v2-Instruct-Q6_K_L.gguf) | Q6_K_L | 0.14GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
33
+ | [Lite-Mistral-150M-v2-Instruct-Q6_K.gguf](https://huggingface.co/bartowski/Lite-Mistral-150M-v2-Instruct-GGUF/blob/main/Lite-Mistral-150M-v2-Instruct-Q6_K.gguf) | Q6_K | 0.13GB | false | Very high quality, near perfect, *recommended*. |
34
+ | [Lite-Mistral-150M-v2-Instruct-Q5_K_L.gguf](https://huggingface.co/bartowski/Lite-Mistral-150M-v2-Instruct-GGUF/blob/main/Lite-Mistral-150M-v2-Instruct-Q5_K_L.gguf) | Q5_K_L | 0.13GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
35
+ | [Lite-Mistral-150M-v2-Instruct-Q4_K_L.gguf](https://huggingface.co/bartowski/Lite-Mistral-150M-v2-Instruct-GGUF/blob/main/Lite-Mistral-150M-v2-Instruct-Q4_K_L.gguf) | Q4_K_L | 0.12GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
36
+ | [Lite-Mistral-150M-v2-Instruct-Q5_K_M.gguf](https://huggingface.co/bartowski/Lite-Mistral-150M-v2-Instruct-GGUF/blob/main/Lite-Mistral-150M-v2-Instruct-Q5_K_M.gguf) | Q5_K_M | 0.11GB | false | High quality, *recommended*. |
37
+ | [Lite-Mistral-150M-v2-Instruct-Q3_K_XL.gguf](https://huggingface.co/bartowski/Lite-Mistral-150M-v2-Instruct-GGUF/blob/main/Lite-Mistral-150M-v2-Instruct-Q3_K_XL.gguf) | Q3_K_XL | 0.11GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
38
+ | [Lite-Mistral-150M-v2-Instruct-Q4_K_M.gguf](https://huggingface.co/bartowski/Lite-Mistral-150M-v2-Instruct-GGUF/blob/main/Lite-Mistral-150M-v2-Instruct-Q4_K_M.gguf) | Q4_K_M | 0.10GB | false | Good quality, default size for must use cases, *recommended*. |
39
+ | [Lite-Mistral-150M-v2-Instruct-Q3_K_L.gguf](https://huggingface.co/bartowski/Lite-Mistral-150M-v2-Instruct-GGUF/blob/main/Lite-Mistral-150M-v2-Instruct-Q3_K_L.gguf) | Q3_K_L | 0.09GB | false | Lower quality but usable, good for low RAM availability. |
40
+ | [Lite-Mistral-150M-v2-Instruct-IQ4_XS.gguf](https://huggingface.co/bartowski/Lite-Mistral-150M-v2-Instruct-GGUF/blob/main/Lite-Mistral-150M-v2-Instruct-IQ4_XS.gguf) | IQ4_XS | 0.09GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
41
+ | [Lite-Mistral-150M-v2-Instruct-IQ3_M.gguf](https://huggingface.co/bartowski/Lite-Mistral-150M-v2-Instruct-GGUF/blob/main/Lite-Mistral-150M-v2-Instruct-IQ3_M.gguf) | IQ3_M | 0.08GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
42
+
43
+ ## Credits
44
+
45
+ Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset
46
+
47
+ Thank you ZeroWw for the inspiration to experiment with embed/output
48
+
49
+ ## Downloading using huggingface-cli
50
+
51
+ First, make sure you have hugginface-cli installed:
52
+
53
+ ```
54
+ pip install -U "huggingface_hub[cli]"
55
+ ```
56
+
57
+ Then, you can target the specific file you want:
58
+
59
+ ```
60
+ huggingface-cli download bartowski/Lite-Mistral-150M-v2-Instruct-GGUF --include "Lite-Mistral-150M-v2-Instruct-Q4_K_M.gguf" --local-dir ./
61
+ ```
62
+
63
+ If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run:
64
+
65
+ ```
66
+ huggingface-cli download bartowski/Lite-Mistral-150M-v2-Instruct-GGUF --include "Lite-Mistral-150M-v2-Instruct-Q8_0.gguf/*" --local-dir Lite-Mistral-150M-v2-Instruct-Q8_0
67
+ ```
68
+
69
+ You can either specify a new local-dir (Lite-Mistral-150M-v2-Instruct-Q8_0) or download them all in place (./)
70
+
71
+ ## Which file should I choose?
72
+
73
+ A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
74
+
75
+ The first thing to figure out is how big a model you can run. To do this, you'll need to figure out how much RAM and/or VRAM you have.
76
+
77
+ If you want your model running as FAST as possible, you'll want to fit the whole thing on your GPU's VRAM. Aim for a quant with a file size 1-2GB smaller than your GPU's total VRAM.
78
+
79
+ If you want the absolute maximum quality, add both your system RAM and your GPU's VRAM together, then similarly grab a quant with a file size 1-2GB Smaller than that total.
80
+
81
+ Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.
82
+
83
+ If you don't want to think too much, grab one of the K-quants. These are in format 'QX_K_X', like Q5_K_M.
84
+
85
+ If you want to get more into the weeds, you can check out this extremely useful feature chart:
86
+
87
+ [llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix)
88
+
89
+ But basically, if you're aiming for below Q4, and you're running cuBLAS (Nvidia) or rocBLAS (AMD), you should look towards the I-quants. These are in format IQX_X, like IQ3_M. These are newer and offer better performance for their size.
90
+
91
+ These I-quants can also be used on CPU and Apple Metal, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.
92
+
93
+ The I-quants are *not* compatible with Vulcan, which is also AMD, so if you have an AMD card double check if you're using the rocBLAS build or the Vulcan build. At the time of writing this, LM Studio has a preview with ROCm support, and other inference engines have specific builds for ROCm.
94
+
95
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
96
+