Llamacpp quants
Browse files- .gitattributes +16 -0
- README.md +42 -0
- WikiHow-Mistral-Instruct-7B-IQ3_M.gguf +3 -0
- WikiHow-Mistral-Instruct-7B-IQ3_S.gguf +3 -0
- WikiHow-Mistral-Instruct-7B-IQ4_NL.gguf +3 -0
- WikiHow-Mistral-Instruct-7B-IQ4_XS.gguf +3 -0
- WikiHow-Mistral-Instruct-7B-Q2_K.gguf +3 -0
- WikiHow-Mistral-Instruct-7B-Q3_K_L.gguf +3 -0
- WikiHow-Mistral-Instruct-7B-Q3_K_M.gguf +3 -0
- WikiHow-Mistral-Instruct-7B-Q3_K_S.gguf +3 -0
- WikiHow-Mistral-Instruct-7B-Q4_0.gguf +3 -0
- WikiHow-Mistral-Instruct-7B-Q4_K_M.gguf +3 -0
- WikiHow-Mistral-Instruct-7B-Q4_K_S.gguf +3 -0
- WikiHow-Mistral-Instruct-7B-Q5_0.gguf +3 -0
- WikiHow-Mistral-Instruct-7B-Q5_K_M.gguf +3 -0
- WikiHow-Mistral-Instruct-7B-Q5_K_S.gguf +3 -0
- WikiHow-Mistral-Instruct-7B-Q6_K.gguf +3 -0
- WikiHow-Mistral-Instruct-7B-Q8_0.gguf +3 -0
.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 |
+
WikiHow-Mistral-Instruct-7B-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
WikiHow-Mistral-Instruct-7B-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
WikiHow-Mistral-Instruct-7B-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
WikiHow-Mistral-Instruct-7B-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
WikiHow-Mistral-Instruct-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
WikiHow-Mistral-Instruct-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
WikiHow-Mistral-Instruct-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
WikiHow-Mistral-Instruct-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
WikiHow-Mistral-Instruct-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
WikiHow-Mistral-Instruct-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
WikiHow-Mistral-Instruct-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
WikiHow-Mistral-Instruct-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
48 |
+
WikiHow-Mistral-Instruct-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
49 |
+
WikiHow-Mistral-Instruct-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
50 |
+
WikiHow-Mistral-Instruct-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
51 |
+
WikiHow-Mistral-Instruct-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- ajibawa-2023/WikiHow
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- wikihow
|
9 |
+
- tutorial
|
10 |
+
- educational
|
11 |
+
quantized_by: bartowski
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
---
|
14 |
+
|
15 |
+
## Llamacpp Quantizations of WikiHow-Mistral-Instruct-7B
|
16 |
+
|
17 |
+
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b2440">b2440</a> for quantization.
|
18 |
+
|
19 |
+
Original model: https://huggingface.co/ajibawa-2023/WikiHow-Mistral-Instruct-7B
|
20 |
+
|
21 |
+
Download a file (not the whole branch) from below:
|
22 |
+
|
23 |
+
| Filename | Quant type | File Size | Description |
|
24 |
+
| -------- | ---------- | --------- | ----------- |
|
25 |
+
| [WikiHow-Mistral-Instruct-7B-Q8_0.gguf](https://huggingface.co/bartowski/WikiHow-Mistral-Instruct-7B-GGUF/blob/main/WikiHow-Mistral-Instruct-7B-Q8_0.gguf) | Q8_0 | 7.69GB | Extremely high quality, generally unneeded but max available quant. |
|
26 |
+
| [WikiHow-Mistral-Instruct-7B-Q6_K.gguf](https://huggingface.co/bartowski/WikiHow-Mistral-Instruct-7B-GGUF/blob/main/WikiHow-Mistral-Instruct-7B-Q6_K.gguf) | Q6_K | 5.94GB | Very high quality, near perfect, *recommended*. |
|
27 |
+
| [WikiHow-Mistral-Instruct-7B-Q5_K_M.gguf](https://huggingface.co/bartowski/WikiHow-Mistral-Instruct-7B-GGUF/blob/main/WikiHow-Mistral-Instruct-7B-Q5_K_M.gguf) | Q5_K_M | 5.13GB | High quality, very usable. |
|
28 |
+
| [WikiHow-Mistral-Instruct-7B-Q5_K_S.gguf](https://huggingface.co/bartowski/WikiHow-Mistral-Instruct-7B-GGUF/blob/main/WikiHow-Mistral-Instruct-7B-Q5_K_S.gguf) | Q5_K_S | 4.99GB | High quality, very usable. |
|
29 |
+
| [WikiHow-Mistral-Instruct-7B-Q5_0.gguf](https://huggingface.co/bartowski/WikiHow-Mistral-Instruct-7B-GGUF/blob/main/WikiHow-Mistral-Instruct-7B-Q5_0.gguf) | Q5_0 | 4.99GB | High quality, older format, generally not recommended. |
|
30 |
+
| [WikiHow-Mistral-Instruct-7B-Q4_K_M.gguf](https://huggingface.co/bartowski/WikiHow-Mistral-Instruct-7B-GGUF/blob/main/WikiHow-Mistral-Instruct-7B-Q4_K_M.gguf) | Q4_K_M | 4.36GB | Good quality, similar to 4.25 bpw. |
|
31 |
+
| [WikiHow-Mistral-Instruct-7B-Q4_K_S.gguf](https://huggingface.co/bartowski/WikiHow-Mistral-Instruct-7B-GGUF/blob/main/WikiHow-Mistral-Instruct-7B-Q4_K_S.gguf) | Q4_K_S | 4.14GB | Slightly lower quality with small space savings. |
|
32 |
+
| [WikiHow-Mistral-Instruct-7B-IQ4_NL.gguf](https://huggingface.co/bartowski/WikiHow-Mistral-Instruct-7B-GGUF/blob/main/WikiHow-Mistral-Instruct-7B-IQ4_NL.gguf) | IQ4_NL | 4.15GB | Good quality, similar to Q4_K_S, new method of quanting, |
|
33 |
+
| [WikiHow-Mistral-Instruct-7B-IQ4_XS.gguf](https://huggingface.co/bartowski/WikiHow-Mistral-Instruct-7B-GGUF/blob/main/WikiHow-Mistral-Instruct-7B-IQ4_XS.gguf) | IQ4_XS | 3.94GB | Decent quality, new method with similar performance to Q4. |
|
34 |
+
| [WikiHow-Mistral-Instruct-7B-Q4_0.gguf](https://huggingface.co/bartowski/WikiHow-Mistral-Instruct-7B-GGUF/blob/main/WikiHow-Mistral-Instruct-7B-Q4_0.gguf) | Q4_0 | 4.10GB | Decent quality, older format, generally not recommended. |
|
35 |
+
| [WikiHow-Mistral-Instruct-7B-IQ3_M.gguf](https://huggingface.co/bartowski/WikiHow-Mistral-Instruct-7B-GGUF/blob/main/WikiHow-Mistral-Instruct-7B-IQ3_M.gguf) | IQ3_M | 3.28GB | Medium-low quality, new method with decent performance. |
|
36 |
+
| [WikiHow-Mistral-Instruct-7B-IQ3_S.gguf](https://huggingface.co/bartowski/WikiHow-Mistral-Instruct-7B-GGUF/blob/main/WikiHow-Mistral-Instruct-7B-IQ3_S.gguf) | IQ3_S | 3.18GB | Lower quality, new method with decent performance, recommended over Q3 quants. |
|
37 |
+
| [WikiHow-Mistral-Instruct-7B-Q3_K_L.gguf](https://huggingface.co/bartowski/WikiHow-Mistral-Instruct-7B-GGUF/blob/main/WikiHow-Mistral-Instruct-7B-Q3_K_L.gguf) | Q3_K_L | 3.82GB | Lower quality but usable, good for low RAM availability. |
|
38 |
+
| [WikiHow-Mistral-Instruct-7B-Q3_K_M.gguf](https://huggingface.co/bartowski/WikiHow-Mistral-Instruct-7B-GGUF/blob/main/WikiHow-Mistral-Instruct-7B-Q3_K_M.gguf) | Q3_K_M | 3.51GB | Even lower quality. |
|
39 |
+
| [WikiHow-Mistral-Instruct-7B-Q3_K_S.gguf](https://huggingface.co/bartowski/WikiHow-Mistral-Instruct-7B-GGUF/blob/main/WikiHow-Mistral-Instruct-7B-Q3_K_S.gguf) | Q3_K_S | 3.16GB | Low quality, not recommended. |
|
40 |
+
| [WikiHow-Mistral-Instruct-7B-Q2_K.gguf](https://huggingface.co/bartowski/WikiHow-Mistral-Instruct-7B-GGUF/blob/main/WikiHow-Mistral-Instruct-7B-Q2_K.gguf) | Q2_K | 2.71GB | Extremely low quality, *not* recommended.
|
41 |
+
|
42 |
+
Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
|
WikiHow-Mistral-Instruct-7B-IQ3_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9f1ce65dd82cdf24c87c2a596dce50b92cf420c3d70dddfa8e55b8d69f7e54d
|
3 |
+
size 3284892096
|
WikiHow-Mistral-Instruct-7B-IQ3_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad82f30f369737d5f6263ae0c6a43d6b4d8a2cf8176dada627e803a50b25ab24
|
3 |
+
size 3182393792
|
WikiHow-Mistral-Instruct-7B-IQ4_NL.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a864e19a2ec22b6988b27fb53cd970f61a553106c80b7064628720f06c982ff4
|
3 |
+
size 4155054528
|
WikiHow-Mistral-Instruct-7B-IQ4_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7676b65e4fa1c2a07abbf7500a689fcda2cd69a388af2eb1c3adb4480be4ec26
|
3 |
+
size 3944389056
|
WikiHow-Mistral-Instruct-7B-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be9f6be774df8a382b3aab7cee908dcf0fe581c4f7ede3638229b34131d7e198
|
3 |
+
size 2719242688
|
WikiHow-Mistral-Instruct-7B-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:352440f3b01c4b7d569aed12940d1102365e662aa3e6a19e9e43c6d078fc274b
|
3 |
+
size 3822025152
|
WikiHow-Mistral-Instruct-7B-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ae47c87a16e22c32ee2f7c137fb0b269a1ac6a0513f103578f2d8199aea2279
|
3 |
+
size 3518986688
|
WikiHow-Mistral-Instruct-7B-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13cf45ff82ac8efcbc6aea36c9a60cc4ef6737dfa65b540a4f983192bb233a1b
|
3 |
+
size 3164568000
|
WikiHow-Mistral-Instruct-7B-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4972256b2e69bdc53ff92440a1fe0aff4c513cc047be6bbbbfe43abc8534ac56
|
3 |
+
size 4108917184
|
WikiHow-Mistral-Instruct-7B-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8f92bc1f81bb89e9f10c3d9345fcb87c7a045d2a35d6869510662b3828292e9
|
3 |
+
size 4368439744
|
WikiHow-Mistral-Instruct-7B-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65c0bccc943e8cefba5b9310d8d712fa50ceadf362d4d8b71148e88ad2c1f396
|
3 |
+
size 4140374464
|
WikiHow-Mistral-Instruct-7B-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:196de9fe2df4f78e101eb58f71999ba3ac4d684fcba973b68c310366de0dcf68
|
3 |
+
size 4997716416
|
WikiHow-Mistral-Instruct-7B-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c884a281d7212eec8c4f7ff83a317efe2ff24489e42befc4c1145990ec988295
|
3 |
+
size 5131409856
|
WikiHow-Mistral-Instruct-7B-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f27a21b24eb7423626be55205301d95ac13ee3e4cba90f6d003ee51caec876a
|
3 |
+
size 4997716416
|
WikiHow-Mistral-Instruct-7B-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:542e60da57c0041869cf388d614e6f2d392bdad293e50f9fee8b1ddda99aea26
|
3 |
+
size 5942065600
|
WikiHow-Mistral-Instruct-7B-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:093cd4e37be5995c4434dbb830fdbcdb706189adacf1c889ee2626a07def4eb2
|
3 |
+
size 7695858112
|