Text Generation
Transformers
GGUF
English
code
Eval Results
Inference Endpoints
bartowski commited on
Commit
d3e57ac
1 Parent(s): 27d6929

Llamacpp quants

Browse files
.gitattributes CHANGED
@@ -33,3 +33,27 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ speechless-instruct-mistral-7b-v0.2-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ speechless-instruct-mistral-7b-v0.2-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ speechless-instruct-mistral-7b-v0.2-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ speechless-instruct-mistral-7b-v0.2-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ speechless-instruct-mistral-7b-v0.2-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
41
+ speechless-instruct-mistral-7b-v0.2-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
42
+ speechless-instruct-mistral-7b-v0.2-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
43
+ speechless-instruct-mistral-7b-v0.2-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
44
+ speechless-instruct-mistral-7b-v0.2-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
45
+ speechless-instruct-mistral-7b-v0.2-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
46
+ speechless-instruct-mistral-7b-v0.2-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
47
+ speechless-instruct-mistral-7b-v0.2-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
48
+ speechless-instruct-mistral-7b-v0.2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
49
+ speechless-instruct-mistral-7b-v0.2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
50
+ speechless-instruct-mistral-7b-v0.2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
51
+ speechless-instruct-mistral-7b-v0.2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
52
+ speechless-instruct-mistral-7b-v0.2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
53
+ speechless-instruct-mistral-7b-v0.2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
54
+ speechless-instruct-mistral-7b-v0.2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
55
+ speechless-instruct-mistral-7b-v0.2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
56
+ speechless-instruct-mistral-7b-v0.2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
57
+ speechless-instruct-mistral-7b-v0.2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
58
+ speechless-instruct-mistral-7b-v0.2-f16.gguf filter=lfs diff=lfs merge=lfs -text
59
+ speechless-instruct-mistral-7b-v0.2.imatrix filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ pipeline_tag: text-generation
6
+ datasets:
7
+ - jondurbin/airoboros-2.2
8
+ - Open-Orca/OpenOrca
9
+ - garage-bAInd/Open-Platypus
10
+ - WizardLM/WizardLM_evol_instruct_V2_196k
11
+ - TokenBender/python_eval_instruct_51k
12
+ tags:
13
+ - code
14
+ license: apache-2.0
15
+ model-index:
16
+ - name: SpeechlessCoder
17
+ results:
18
+ - task:
19
+ type: text-generation
20
+ dataset:
21
+ type: openai_humaneval
22
+ name: HumanEval
23
+ metrics:
24
+ - name: pass@1
25
+ type: pass@1
26
+ value:
27
+ verified: false
28
+ quantized_by: bartowski
29
+ ---
30
+
31
+ ## Llamacpp imatrix Quantizations of speechless-instruct-mistral-7b-v0.2
32
+
33
+ Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b2965">b2965</a> for quantization.
34
+
35
+ Original model: https://huggingface.co/uukuguy/speechless-instruct-mistral-7b-v0.2
36
+
37
+ All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/b6ac44691e994344625687afe3263b3a)
38
+
39
+ ## Prompt format
40
+
41
+ No chat template specified so default is used. This may be incorrect, check original model card for details.
42
+
43
+ ```
44
+ <s> [INST] <<SYS>>
45
+ {system_prompt}
46
+ <</SYS>>
47
+
48
+ {prompt} [/INST] </s>
49
+ ```
50
+
51
+ ## Download a file (not the whole branch) from below:
52
+
53
+ | Filename | Quant type | File Size | Description |
54
+ | -------- | ---------- | --------- | ----------- |
55
+ | [speechless-instruct-mistral-7b-v0.2-Q8_0.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-Q8_0.gguf) | Q8_0 | 7.69GB | Extremely high quality, generally unneeded but max available quant. |
56
+ | [speechless-instruct-mistral-7b-v0.2-Q6_K.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-Q6_K.gguf) | Q6_K | 5.94GB | Very high quality, near perfect, *recommended*. |
57
+ | [speechless-instruct-mistral-7b-v0.2-Q5_K_M.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-Q5_K_M.gguf) | Q5_K_M | 5.13GB | High quality, *recommended*. |
58
+ | [speechless-instruct-mistral-7b-v0.2-Q5_K_S.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-Q5_K_S.gguf) | Q5_K_S | 4.99GB | High quality, *recommended*. |
59
+ | [speechless-instruct-mistral-7b-v0.2-Q4_K_M.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-Q4_K_M.gguf) | Q4_K_M | 4.36GB | Good quality, uses about 4.83 bits per weight, *recommended*. |
60
+ | [speechless-instruct-mistral-7b-v0.2-Q4_K_S.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-Q4_K_S.gguf) | Q4_K_S | 4.14GB | Slightly lower quality with more space savings, *recommended*. |
61
+ | [speechless-instruct-mistral-7b-v0.2-IQ4_NL.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-IQ4_NL.gguf) | IQ4_NL | 4.12GB | Decent quality, slightly smaller than Q4_K_S with similar performance *recommended*. |
62
+ | [speechless-instruct-mistral-7b-v0.2-IQ4_XS.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-IQ4_XS.gguf) | IQ4_XS | 3.90GB | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
63
+ | [speechless-instruct-mistral-7b-v0.2-Q3_K_L.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-Q3_K_L.gguf) | Q3_K_L | 3.82GB | Lower quality but usable, good for low RAM availability. |
64
+ | [speechless-instruct-mistral-7b-v0.2-Q3_K_M.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-Q3_K_M.gguf) | Q3_K_M | 3.51GB | Even lower quality. |
65
+ | [speechless-instruct-mistral-7b-v0.2-IQ3_M.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-IQ3_M.gguf) | IQ3_M | 3.28GB | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
66
+ | [speechless-instruct-mistral-7b-v0.2-IQ3_S.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-IQ3_S.gguf) | IQ3_S | 3.18GB | Lower quality, new method with decent performance, recommended over Q3_K_S quant, same size with better performance. |
67
+ | [speechless-instruct-mistral-7b-v0.2-Q3_K_S.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-Q3_K_S.gguf) | Q3_K_S | 3.16GB | Low quality, not recommended. |
68
+ | [speechless-instruct-mistral-7b-v0.2-IQ3_XS.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-IQ3_XS.gguf) | IQ3_XS | 3.01GB | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
69
+ | [speechless-instruct-mistral-7b-v0.2-IQ3_XXS.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-IQ3_XXS.gguf) | IQ3_XXS | 2.82GB | Lower quality, new method with decent performance, comparable to Q3 quants. |
70
+ | [speechless-instruct-mistral-7b-v0.2-Q2_K.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-Q2_K.gguf) | Q2_K | 2.71GB | Very low quality but surprisingly usable. |
71
+ | [speechless-instruct-mistral-7b-v0.2-IQ2_M.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-IQ2_M.gguf) | IQ2_M | 2.50GB | Very low quality, uses SOTA techniques to also be surprisingly usable. |
72
+ | [speechless-instruct-mistral-7b-v0.2-IQ2_S.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-IQ2_S.gguf) | IQ2_S | 2.31GB | Very low quality, uses SOTA techniques to be usable. |
73
+ | [speechless-instruct-mistral-7b-v0.2-IQ2_XS.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-IQ2_XS.gguf) | IQ2_XS | 2.19GB | Very low quality, uses SOTA techniques to be usable. |
74
+ | [speechless-instruct-mistral-7b-v0.2-IQ2_XXS.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-IQ2_XXS.gguf) | IQ2_XXS | 1.99GB | Lower quality, uses SOTA techniques to be usable. |
75
+ | [speechless-instruct-mistral-7b-v0.2-IQ1_M.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-IQ1_M.gguf) | IQ1_M | 1.75GB | Extremely low quality, *not* recommended. |
76
+ | [speechless-instruct-mistral-7b-v0.2-IQ1_S.gguf](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-GGUF/blob/main/speechless-instruct-mistral-7b-v0.2-IQ1_S.gguf) | IQ1_S | 1.61GB | Extremely low quality, *not* recommended. |
77
+
78
+ ## Downloading using huggingface-cli
79
+
80
+ First, make sure you have hugginface-cli installed:
81
+
82
+ ```
83
+ pip install -U "huggingface_hub[cli]"
84
+ ```
85
+
86
+ Then, you can target the specific file you want:
87
+
88
+ ```
89
+ huggingface-cli download bartowski/speechless-instruct-mistral-7b-v0.2-GGUF --include "speechless-instruct-mistral-7b-v0.2-Q4_K_M.gguf" --local-dir ./
90
+ ```
91
+
92
+ 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:
93
+
94
+ ```
95
+ huggingface-cli download bartowski/speechless-instruct-mistral-7b-v0.2-GGUF --include "speechless-instruct-mistral-7b-v0.2-Q8_0.gguf/*" --local-dir speechless-instruct-mistral-7b-v0.2-Q8_0
96
+ ```
97
+
98
+ You can either specify a new local-dir (speechless-instruct-mistral-7b-v0.2-Q8_0) or download them all in place (./)
99
+
100
+ ## Which file should I choose?
101
+
102
+ A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
103
+
104
+ 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.
105
+
106
+ 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.
107
+
108
+ 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.
109
+
110
+ Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.
111
+
112
+ 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.
113
+
114
+ If you want to get more into the weeds, you can check out this extremely useful feature chart:
115
+
116
+ [llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix)
117
+
118
+ 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.
119
+
120
+ 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.
121
+
122
+ 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.
123
+
124
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
speechless-instruct-mistral-7b-v0.2-IQ1_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc7e422054be4ead000a48b7232e5f5036e86e1beaab3cd5f4d203b3482649e8
3
+ size 1754445920
speechless-instruct-mistral-7b-v0.2-IQ1_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf901935f87567c22a1d9b9e1c1fa9574d49e36b71a800eef98245be8206f37b
3
+ size 1612101728
speechless-instruct-mistral-7b-v0.2-IQ2_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84d7de415ff1623f0602c057ad7e2401f95a494fdb255684e22c4079e77c101a
3
+ size 2500712544
speechless-instruct-mistral-7b-v0.2-IQ2_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8288a1a76316f06f7511ac9dd43b52d77dafc5a824d5b00b98f6d118062db38d
3
+ size 2310920288
speechless-instruct-mistral-7b-v0.2-IQ2_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6a162479b10b236c196f94b56368155a343f3e35b827f57972f92b5eb926b79
3
+ size 2198255712
speechless-instruct-mistral-7b-v0.2-IQ2_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:977b522ecf326024f4cd1017c27dca678ae62309b030e431eaa3eec372ef0eaa
3
+ size 1991686240
speechless-instruct-mistral-7b-v0.2-IQ3_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8f07b1a78c3bb07b94b3429a20fce5a6dbb734ad6c99fe0c689b5ecb7f9ad91
3
+ size 3284891744
speechless-instruct-mistral-7b-v0.2-IQ3_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3728f175161196bf08a5b9ef5a2acf470d54928357fe86e8bb6a9229d8f18b8c
3
+ size 3182393440
speechless-instruct-mistral-7b-v0.2-IQ3_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c756f1b3ebe263823bd771cd136c9a20d7846015b391ae50d9a2e7f6a1a37959
3
+ size 3018815584
speechless-instruct-mistral-7b-v0.2-IQ3_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:903fc430a04196f0adfa215df712ef21b788c4a8245e3beebaf6316705034a61
3
+ size 2827343968
speechless-instruct-mistral-7b-v0.2-IQ4_NL.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19e1a3fb0145497f46516e238b9f5c07e574b59b42ae643f41b0bd1409dbd460
3
+ size 4125694048
speechless-instruct-mistral-7b-v0.2-IQ4_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d6e2bfb71791116e77c80e0ef331935a331f4354ece2733fe4d1f769e5266d6
3
+ size 3907688544
speechless-instruct-mistral-7b-v0.2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad984b8df2e6feae00fd38cd36ebc062de809a824ab00033c4382b2ce9c89838
3
+ size 2719242336
speechless-instruct-mistral-7b-v0.2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aae85b315b5690d8b5c60268f795962e655e5a1f104cb90d975c3251967269f0
3
+ size 3822024800
speechless-instruct-mistral-7b-v0.2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24504cf9917dc3283240359fde881ffd738521a3f32d2a1e71a1f503f295ed1f
3
+ size 3518986336
speechless-instruct-mistral-7b-v0.2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ac8a60a65dddaf7f1f410ede834d4e230659838a84bdd9876e5a2f506802b93
3
+ size 3164567648
speechless-instruct-mistral-7b-v0.2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:657c6f37d1ed22382da6a84e1e4973b314c2f90933d05ec7153a52d82145a44f
3
+ size 4368439392
speechless-instruct-mistral-7b-v0.2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:497c5e6270dffaa7d25628a16cdf5f07d32ef3e6f8414550f5645f9e02034979
3
+ size 4140374112
speechless-instruct-mistral-7b-v0.2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f14a0b235d7ca7f0a49808185a14171780bdad67f5a35bfb4a81e10160e5284
3
+ size 5131409504
speechless-instruct-mistral-7b-v0.2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e257dcda9faf84fe48af6f94bce050e9ef985553e19b961748abeba79afa85ef
3
+ size 4997716064
speechless-instruct-mistral-7b-v0.2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0838f145e90bb38cf9e9011e83f3190f9cbc4d11985277f843b6d3b122fe788a
3
+ size 5942065248
speechless-instruct-mistral-7b-v0.2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00fb660b67d4c0e5bf9799fef0704a93ada67c3e2334667cbc2c7899f63dcb46
3
+ size 7695857760
speechless-instruct-mistral-7b-v0.2-f16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:460818352eca1322b274ba09979884de1b04323c069b933d44f5aa281ea0706a
3
+ size 14484731712
speechless-instruct-mistral-7b-v0.2.imatrix ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35ec8a1117d9e84baf3e10c97cd96497b2c687f6da135205e76119005d3d5680
3
+ size 4988169