Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
---
|
2 |
-
base_model: 01-ai/Yi-Coder-1.5B-Chat
|
3 |
-
license: apache-2.0
|
4 |
-
pipeline_tag: text-generation
|
5 |
quantized_by: bartowski
|
|
|
6 |
---
|
7 |
|
8 |
## Llamacpp imatrix Quantizations of Yi-Coder-1.5B-Chat
|
@@ -28,7 +26,7 @@ Run them in [LM Studio](https://lmstudio.ai/)
|
|
28 |
|
29 |
## What's new:
|
30 |
|
31 |
-
|
32 |
|
33 |
## Download a file (not the whole branch) from below:
|
34 |
|
@@ -45,13 +43,19 @@ Fixing tokenizer
|
|
45 |
| [Yi-Coder-1.5B-Chat-Q4_K_M.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q4_K_M.gguf) | Q4_K_M | 0.96GB | false | Good quality, default size for must use cases, *recommended*. |
|
46 |
| [Yi-Coder-1.5B-Chat-Q3_K_XL.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q3_K_XL.gguf) | Q3_K_XL | 0.94GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
|
47 |
| [Yi-Coder-1.5B-Chat-Q4_K_S.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q4_K_S.gguf) | Q4_K_S | 0.90GB | false | Slightly lower quality with more space savings, *recommended*. |
|
48 |
-
| [Yi-Coder-1.5B-Chat-Q4_0_4_4.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q4_0_4_4.gguf) | Q4_0_4_4 | 0.87GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. |
|
49 |
| [Yi-Coder-1.5B-Chat-Q4_0_8_8.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q4_0_8_8.gguf) | Q4_0_8_8 | 0.87GB | false | Optimized for ARM inference. Requires 'sve' support (see link below). |
|
50 |
| [Yi-Coder-1.5B-Chat-Q4_0_4_8.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q4_0_4_8.gguf) | Q4_0_4_8 | 0.87GB | false | Optimized for ARM inference. Requires 'i8mm' support (see link below). |
|
|
|
51 |
| [Yi-Coder-1.5B-Chat-Q4_0.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q4_0.gguf) | Q4_0 | 0.87GB | false | Legacy format, generally not worth using over similarly sized formats |
|
52 |
| [Yi-Coder-1.5B-Chat-IQ4_XS.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-IQ4_XS.gguf) | IQ4_XS | 0.83GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
|
53 |
| [Yi-Coder-1.5B-Chat-Q3_K_L.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q3_K_L.gguf) | Q3_K_L | 0.83GB | false | Lower quality but usable, good for low RAM availability. |
|
|
|
|
|
54 |
| [Yi-Coder-1.5B-Chat-IQ3_M.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-IQ3_M.gguf) | IQ3_M | 0.75GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
|
|
|
|
|
|
|
|
|
55 |
|
56 |
## Embed/output weights
|
57 |
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
quantized_by: bartowski
|
3 |
+
pipeline_tag: text-generation
|
4 |
---
|
5 |
|
6 |
## Llamacpp imatrix Quantizations of Yi-Coder-1.5B-Chat
|
|
|
26 |
|
27 |
## What's new:
|
28 |
|
29 |
+
Fix tokenizer
|
30 |
|
31 |
## Download a file (not the whole branch) from below:
|
32 |
|
|
|
43 |
| [Yi-Coder-1.5B-Chat-Q4_K_M.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q4_K_M.gguf) | Q4_K_M | 0.96GB | false | Good quality, default size for must use cases, *recommended*. |
|
44 |
| [Yi-Coder-1.5B-Chat-Q3_K_XL.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q3_K_XL.gguf) | Q3_K_XL | 0.94GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
|
45 |
| [Yi-Coder-1.5B-Chat-Q4_K_S.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q4_K_S.gguf) | Q4_K_S | 0.90GB | false | Slightly lower quality with more space savings, *recommended*. |
|
|
|
46 |
| [Yi-Coder-1.5B-Chat-Q4_0_8_8.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q4_0_8_8.gguf) | Q4_0_8_8 | 0.87GB | false | Optimized for ARM inference. Requires 'sve' support (see link below). |
|
47 |
| [Yi-Coder-1.5B-Chat-Q4_0_4_8.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q4_0_4_8.gguf) | Q4_0_4_8 | 0.87GB | false | Optimized for ARM inference. Requires 'i8mm' support (see link below). |
|
48 |
+
| [Yi-Coder-1.5B-Chat-Q4_0_4_4.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q4_0_4_4.gguf) | Q4_0_4_4 | 0.87GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. |
|
49 |
| [Yi-Coder-1.5B-Chat-Q4_0.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q4_0.gguf) | Q4_0 | 0.87GB | false | Legacy format, generally not worth using over similarly sized formats |
|
50 |
| [Yi-Coder-1.5B-Chat-IQ4_XS.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-IQ4_XS.gguf) | IQ4_XS | 0.83GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
|
51 |
| [Yi-Coder-1.5B-Chat-Q3_K_L.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q3_K_L.gguf) | Q3_K_L | 0.83GB | false | Lower quality but usable, good for low RAM availability. |
|
52 |
+
| [Yi-Coder-1.5B-Chat-Q3_K_M.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q3_K_M.gguf) | Q3_K_M | 0.79GB | false | Low quality. |
|
53 |
+
| [Yi-Coder-1.5B-Chat-Q2_K_L.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q2_K_L.gguf) | Q2_K_L | 0.76GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
|
54 |
| [Yi-Coder-1.5B-Chat-IQ3_M.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-IQ3_M.gguf) | IQ3_M | 0.75GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
|
55 |
+
| [Yi-Coder-1.5B-Chat-Q3_K_S.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q3_K_S.gguf) | Q3_K_S | 0.72GB | false | Low quality, not recommended. |
|
56 |
+
| [Yi-Coder-1.5B-Chat-IQ3_XS.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-IQ3_XS.gguf) | IQ3_XS | 0.69GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
|
57 |
+
| [Yi-Coder-1.5B-Chat-Q2_K.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-Q2_K.gguf) | Q2_K | 0.63GB | false | Very low quality but surprisingly usable. |
|
58 |
+
| [Yi-Coder-1.5B-Chat-IQ2_M.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-Chat-GGUF/blob/main/Yi-Coder-1.5B-Chat-IQ2_M.gguf) | IQ2_M | 0.62GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
|
59 |
|
60 |
## Embed/output weights
|
61 |
|