bartowski commited on
Commit
0efc2ef
1 Parent(s): 2377b31

Llamacpp quants

Browse files
.gitattributes CHANGED
@@ -33,3 +33,19 @@ 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
+ dolphin-2.8-mistral-7b-v02-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ dolphin-2.8-mistral-7b-v02-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ dolphin-2.8-mistral-7b-v02-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
39
+ dolphin-2.8-mistral-7b-v02-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
40
+ dolphin-2.8-mistral-7b-v02-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
41
+ dolphin-2.8-mistral-7b-v02-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
42
+ dolphin-2.8-mistral-7b-v02-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
43
+ dolphin-2.8-mistral-7b-v02-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
44
+ dolphin-2.8-mistral-7b-v02-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
45
+ dolphin-2.8-mistral-7b-v02-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
46
+ dolphin-2.8-mistral-7b-v02-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
47
+ dolphin-2.8-mistral-7b-v02-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
48
+ dolphin-2.8-mistral-7b-v02-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
49
+ dolphin-2.8-mistral-7b-v02-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
50
+ dolphin-2.8-mistral-7b-v02-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
51
+ dolphin-2.8-mistral-7b-v02-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: alpindale/Mistral-7B-v0.2-hf
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: workspace/dolphin-2.8-mistral-7b
7
+ results: []
8
+ quantized_by: bartowski
9
+ pipeline_tag: text-generation
10
+ ---
11
+
12
+ ## Llamacpp Quantizations of dolphin-2.8-mistral-7b-v02
13
+
14
+ Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b2536">b2536</a> for quantization.
15
+
16
+ Original model: https://huggingface.co/cognitivecomputations/dolphin-2.8-mistral-7b-v02
17
+
18
+ Download a file (not the whole branch) from below:
19
+
20
+ | Filename | Quant type | File Size | Description |
21
+ | -------- | ---------- | --------- | ----------- |
22
+ | [dolphin-2.8-mistral-7b-v02-Q8_0.gguf](https://huggingface.co/bartowski/dolphin-2.8-mistral-7b-v02-GGUF/blob/main/dolphin-2.8-mistral-7b-v02-Q8_0.gguf) | Q8_0 | 7.69GB | Extremely high quality, generally unneeded but max available quant. |
23
+ | [dolphin-2.8-mistral-7b-v02-Q6_K.gguf](https://huggingface.co/bartowski/dolphin-2.8-mistral-7b-v02-GGUF/blob/main/dolphin-2.8-mistral-7b-v02-Q6_K.gguf) | Q6_K | 5.94GB | Very high quality, near perfect, *recommended*. |
24
+ | [dolphin-2.8-mistral-7b-v02-Q5_K_M.gguf](https://huggingface.co/bartowski/dolphin-2.8-mistral-7b-v02-GGUF/blob/main/dolphin-2.8-mistral-7b-v02-Q5_K_M.gguf) | Q5_K_M | 5.13GB | High quality, very usable. |
25
+ | [dolphin-2.8-mistral-7b-v02-Q5_K_S.gguf](https://huggingface.co/bartowski/dolphin-2.8-mistral-7b-v02-GGUF/blob/main/dolphin-2.8-mistral-7b-v02-Q5_K_S.gguf) | Q5_K_S | 4.99GB | High quality, very usable. |
26
+ | [dolphin-2.8-mistral-7b-v02-Q5_0.gguf](https://huggingface.co/bartowski/dolphin-2.8-mistral-7b-v02-GGUF/blob/main/dolphin-2.8-mistral-7b-v02-Q5_0.gguf) | Q5_0 | 4.99GB | High quality, older format, generally not recommended. |
27
+ | [dolphin-2.8-mistral-7b-v02-Q4_K_M.gguf](https://huggingface.co/bartowski/dolphin-2.8-mistral-7b-v02-GGUF/blob/main/dolphin-2.8-mistral-7b-v02-Q4_K_M.gguf) | Q4_K_M | 4.36GB | Good quality, uses about 4.83 bits per weight. |
28
+ | [dolphin-2.8-mistral-7b-v02-Q4_K_S.gguf](https://huggingface.co/bartowski/dolphin-2.8-mistral-7b-v02-GGUF/blob/main/dolphin-2.8-mistral-7b-v02-Q4_K_S.gguf) | Q4_K_S | 4.14GB | Slightly lower quality with small space savings. |
29
+ | [dolphin-2.8-mistral-7b-v02-IQ4_NL.gguf](https://huggingface.co/bartowski/dolphin-2.8-mistral-7b-v02-GGUF/blob/main/dolphin-2.8-mistral-7b-v02-IQ4_NL.gguf) | IQ4_NL | 4.15GB | Decent quality, similar to Q4_K_S, new method of quanting, |
30
+ | [dolphin-2.8-mistral-7b-v02-IQ4_XS.gguf](https://huggingface.co/bartowski/dolphin-2.8-mistral-7b-v02-GGUF/blob/main/dolphin-2.8-mistral-7b-v02-IQ4_XS.gguf) | IQ4_XS | 3.94GB | Decent quality, new method with similar performance to Q4. |
31
+ | [dolphin-2.8-mistral-7b-v02-Q4_0.gguf](https://huggingface.co/bartowski/dolphin-2.8-mistral-7b-v02-GGUF/blob/main/dolphin-2.8-mistral-7b-v02-Q4_0.gguf) | Q4_0 | 4.10GB | Decent quality, older format, generally not recommended. |
32
+ | [dolphin-2.8-mistral-7b-v02-Q3_K_L.gguf](https://huggingface.co/bartowski/dolphin-2.8-mistral-7b-v02-GGUF/blob/main/dolphin-2.8-mistral-7b-v02-Q3_K_L.gguf) | Q3_K_L | 3.82GB | Lower quality but usable, good for low RAM availability. |
33
+ | [dolphin-2.8-mistral-7b-v02-Q3_K_M.gguf](https://huggingface.co/bartowski/dolphin-2.8-mistral-7b-v02-GGUF/blob/main/dolphin-2.8-mistral-7b-v02-Q3_K_M.gguf) | Q3_K_M | 3.51GB | Even lower quality. |
34
+ | [dolphin-2.8-mistral-7b-v02-IQ3_M.gguf](https://huggingface.co/bartowski/dolphin-2.8-mistral-7b-v02-GGUF/blob/main/dolphin-2.8-mistral-7b-v02-IQ3_M.gguf) | IQ3_M | 3.28GB | Medium-low quality, new method with decent performance. |
35
+ | [dolphin-2.8-mistral-7b-v02-IQ3_S.gguf](https://huggingface.co/bartowski/dolphin-2.8-mistral-7b-v02-GGUF/blob/main/dolphin-2.8-mistral-7b-v02-IQ3_S.gguf) | IQ3_S | 3.18GB | Lower quality, new method with decent performance, recommended over Q3 quants. |
36
+ | [dolphin-2.8-mistral-7b-v02-Q3_K_S.gguf](https://huggingface.co/bartowski/dolphin-2.8-mistral-7b-v02-GGUF/blob/main/dolphin-2.8-mistral-7b-v02-Q3_K_S.gguf) | Q3_K_S | 3.16GB | Low quality, not recommended. |
37
+ | [dolphin-2.8-mistral-7b-v02-Q2_K.gguf](https://huggingface.co/bartowski/dolphin-2.8-mistral-7b-v02-GGUF/blob/main/dolphin-2.8-mistral-7b-v02-Q2_K.gguf) | Q2_K | 2.71GB | Extremely low quality, *not* recommended.
38
+
39
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
dolphin-2.8-mistral-7b-v02-IQ3_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f55e37c371b25266fd9d06d3f2504a66742c35c843ec4f7bfa5c4a833ace6eb
3
+ size 3284901952
dolphin-2.8-mistral-7b-v02-IQ3_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf5cc4eb6689acb5b609750443af6066461f20302be89551e6361f4f48a8d2ab
3
+ size 3182403648
dolphin-2.8-mistral-7b-v02-IQ4_NL.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:396b28d5ba48da0a4d4d3d564b1793c8c0721b404ec3bde2cbed9f0944370c10
3
+ size 4155065472
dolphin-2.8-mistral-7b-v02-IQ4_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef64d88e5a6461d0705f7cc436cfd19dd3305ee5310ea5091f2716af6706d435
3
+ size 3944399744
dolphin-2.8-mistral-7b-v02-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47973d42442cda21d9acd66fdc0231ff4698a0982346d83681967dd5c39c9a72
3
+ size 2719251712
dolphin-2.8-mistral-7b-v02-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a16b72d1962f9b6702f85dffa45a110ee1c12d5e3cb297de43701e422b536d4a
3
+ size 3822035008
dolphin-2.8-mistral-7b-v02-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06f1917ccca147f426fd5810f975829cf9822170c607a13003bbf28e8aaf5ccf
3
+ size 3518996544
dolphin-2.8-mistral-7b-v02-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88d8f60d8f50190d3ef0085c0ced9fabe04bd5c8c18b3840e48f640100c5dbbf
3
+ size 3164577856
dolphin-2.8-mistral-7b-v02-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7eb0add3f5bde0d4f35e878d1fe8f547fb5d909035d76b66c0e87c30163785c
3
+ size 4108928128
dolphin-2.8-mistral-7b-v02-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acf5681de049fe3c2486def0e744089b6d1894cf613700386c9d5c17a3a07412
3
+ size 4368450688
dolphin-2.8-mistral-7b-v02-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4b9796ca246ef8bd0a2409a662592be63e687597e0988e9444b14f879c7682b
3
+ size 4140385408
dolphin-2.8-mistral-7b-v02-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a0142ed0da77ad5ffb53e5429c92992c6b88c4ea2d1e146372282dbe3b1e946
3
+ size 4997728384
dolphin-2.8-mistral-7b-v02-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:063751ffeadf1e692432e7b1b288e51fb32db0bde86abc09f26850ab05a50f92
3
+ size 5131421824
dolphin-2.8-mistral-7b-v02-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:974647f39d67f422186d520f036b665b46e082e1632e131cf6aabd363a1e9c78
3
+ size 4997728384
dolphin-2.8-mistral-7b-v02-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40037a7b7796f8d97270d96570531a32d6197f22dd8c37a60ba5fe84ef415276
3
+ size 5942078656
dolphin-2.8-mistral-7b-v02-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49d60b64563d5e4e78211eb3dfb1af75c3c89d1158f141bc0bf38ec5eac30fbb
3
+ size 7695875136