mradermacher
commited on
Commit
•
27105c1
1
Parent(s):
5f87d15
auto-patch README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ tags:
|
|
33 |
static quants of https://huggingface.co/ghost-x/ghost-8b-beta
|
34 |
|
35 |
<!-- provided-files -->
|
36 |
-
weighted/imatrix quants
|
37 |
## Usage
|
38 |
|
39 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
@@ -47,13 +47,17 @@ more details, including on how to concatenate multi-part files.
|
|
47 |
| Link | Type | Size/GB | Notes |
|
48 |
|:-----|:-----|--------:|:------|
|
49 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q2_K.gguf) | Q2_K | 3.3 | |
|
|
|
50 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q3_K_S.gguf) | Q3_K_S | 3.8 | |
|
51 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* |
|
52 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.IQ3_M.gguf) | IQ3_M | 3.9 | |
|
53 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality |
|
54 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q3_K_L.gguf) | Q3_K_L | 4.4 | |
|
|
|
55 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
|
56 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended |
|
|
|
|
|
57 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q6_K.gguf) | Q6_K | 6.7 | very good quality |
|
58 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
|
59 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
|
|
|
33 |
static quants of https://huggingface.co/ghost-x/ghost-8b-beta
|
34 |
|
35 |
<!-- provided-files -->
|
36 |
+
weighted/imatrix quants are available at https://huggingface.co/mradermacher/ghost-8b-beta-i1-GGUF
|
37 |
## Usage
|
38 |
|
39 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
|
|
47 |
| Link | Type | Size/GB | Notes |
|
48 |
|:-----|:-----|--------:|:------|
|
49 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q2_K.gguf) | Q2_K | 3.3 | |
|
50 |
+
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.IQ3_XS.gguf) | IQ3_XS | 3.6 | |
|
51 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q3_K_S.gguf) | Q3_K_S | 3.8 | |
|
52 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* |
|
53 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.IQ3_M.gguf) | IQ3_M | 3.9 | |
|
54 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality |
|
55 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q3_K_L.gguf) | Q3_K_L | 4.4 | |
|
56 |
+
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.IQ4_XS.gguf) | IQ4_XS | 4.6 | |
|
57 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
|
58 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended |
|
59 |
+
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q5_K_S.gguf) | Q5_K_S | 5.7 | |
|
60 |
+
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q5_K_M.gguf) | Q5_K_M | 5.8 | |
|
61 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q6_K.gguf) | Q6_K | 6.7 | very good quality |
|
62 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
|
63 |
| [GGUF](https://huggingface.co/mradermacher/ghost-8b-beta-GGUF/resolve/main/ghost-8b-beta.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
|