Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,18 +1,6 @@
|
|
1 |
---
|
2 |
-
base_model: Qwen/Qwen2.5-Coder-1.5B-Instruct
|
3 |
-
language:
|
4 |
-
- en
|
5 |
-
library_name: transformers
|
6 |
-
license: apache-2.0
|
7 |
-
license_link: https://huggingface.co/Qwen/Qwen2.5-Coder-1.5B-Instruct/blob/main/LICENSE
|
8 |
-
pipeline_tag: text-generation
|
9 |
-
tags:
|
10 |
-
- code
|
11 |
-
- codeqwen
|
12 |
-
- chat
|
13 |
-
- qwen
|
14 |
-
- qwen-coder
|
15 |
quantized_by: bartowski
|
|
|
16 |
---
|
17 |
|
18 |
## Llamacpp imatrix Quantizations of Qwen2.5-Coder-1.5B-Instruct
|
@@ -35,6 +23,10 @@ Run them in [LM Studio](https://lmstudio.ai/)
|
|
35 |
<|im_start|>assistant
|
36 |
```
|
37 |
|
|
|
|
|
|
|
|
|
38 |
## Download a file (not the whole branch) from below:
|
39 |
|
40 |
| Filename | Quant type | File Size | Split | Description |
|
@@ -56,7 +48,13 @@ Run them in [LM Studio](https://lmstudio.ai/)
|
|
56 |
| [Qwen2.5-Coder-1.5B-Instruct-Q4_0_4_4.gguf](https://huggingface.co/bartowski/Qwen2.5-Coder-1.5B-Instruct-GGUF/blob/main/Qwen2.5-Coder-1.5B-Instruct-Q4_0_4_4.gguf) | Q4_0_4_4 | 0.93GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. |
|
57 |
| [Qwen2.5-Coder-1.5B-Instruct-IQ4_XS.gguf](https://huggingface.co/bartowski/Qwen2.5-Coder-1.5B-Instruct-GGUF/blob/main/Qwen2.5-Coder-1.5B-Instruct-IQ4_XS.gguf) | IQ4_XS | 0.90GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
|
58 |
| [Qwen2.5-Coder-1.5B-Instruct-Q3_K_L.gguf](https://huggingface.co/bartowski/Qwen2.5-Coder-1.5B-Instruct-GGUF/blob/main/Qwen2.5-Coder-1.5B-Instruct-Q3_K_L.gguf) | Q3_K_L | 0.88GB | false | Lower quality but usable, good for low RAM availability. |
|
|
|
59 |
| [Qwen2.5-Coder-1.5B-Instruct-IQ3_M.gguf](https://huggingface.co/bartowski/Qwen2.5-Coder-1.5B-Instruct-GGUF/blob/main/Qwen2.5-Coder-1.5B-Instruct-IQ3_M.gguf) | IQ3_M | 0.78GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
## Embed/output weights
|
62 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
quantized_by: bartowski
|
3 |
+
pipeline_tag: text-generation
|
4 |
---
|
5 |
|
6 |
## Llamacpp imatrix Quantizations of Qwen2.5-Coder-1.5B-Instruct
|
|
|
23 |
<|im_start|>assistant
|
24 |
```
|
25 |
|
26 |
+
## What's new:
|
27 |
+
|
28 |
+
Update tokenizer
|
29 |
+
|
30 |
## Download a file (not the whole branch) from below:
|
31 |
|
32 |
| Filename | Quant type | File Size | Split | Description |
|
|
|
48 |
| [Qwen2.5-Coder-1.5B-Instruct-Q4_0_4_4.gguf](https://huggingface.co/bartowski/Qwen2.5-Coder-1.5B-Instruct-GGUF/blob/main/Qwen2.5-Coder-1.5B-Instruct-Q4_0_4_4.gguf) | Q4_0_4_4 | 0.93GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. |
|
49 |
| [Qwen2.5-Coder-1.5B-Instruct-IQ4_XS.gguf](https://huggingface.co/bartowski/Qwen2.5-Coder-1.5B-Instruct-GGUF/blob/main/Qwen2.5-Coder-1.5B-Instruct-IQ4_XS.gguf) | IQ4_XS | 0.90GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
|
50 |
| [Qwen2.5-Coder-1.5B-Instruct-Q3_K_L.gguf](https://huggingface.co/bartowski/Qwen2.5-Coder-1.5B-Instruct-GGUF/blob/main/Qwen2.5-Coder-1.5B-Instruct-Q3_K_L.gguf) | Q3_K_L | 0.88GB | false | Lower quality but usable, good for low RAM availability. |
|
51 |
+
| [Qwen2.5-Coder-1.5B-Instruct-Q3_K_M.gguf](https://huggingface.co/bartowski/Qwen2.5-Coder-1.5B-Instruct-GGUF/blob/main/Qwen2.5-Coder-1.5B-Instruct-Q3_K_M.gguf) | Q3_K_M | 0.82GB | false | Low quality. |
|
52 |
| [Qwen2.5-Coder-1.5B-Instruct-IQ3_M.gguf](https://huggingface.co/bartowski/Qwen2.5-Coder-1.5B-Instruct-GGUF/blob/main/Qwen2.5-Coder-1.5B-Instruct-IQ3_M.gguf) | IQ3_M | 0.78GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
|
53 |
+
| [Qwen2.5-Coder-1.5B-Instruct-Q3_K_S.gguf](https://huggingface.co/bartowski/Qwen2.5-Coder-1.5B-Instruct-GGUF/blob/main/Qwen2.5-Coder-1.5B-Instruct-Q3_K_S.gguf) | Q3_K_S | 0.76GB | false | Low quality, not recommended. |
|
54 |
+
| [Qwen2.5-Coder-1.5B-Instruct-IQ3_XS.gguf](https://huggingface.co/bartowski/Qwen2.5-Coder-1.5B-Instruct-GGUF/blob/main/Qwen2.5-Coder-1.5B-Instruct-IQ3_XS.gguf) | IQ3_XS | 0.73GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
|
55 |
+
| [Qwen2.5-Coder-1.5B-Instruct-Q2_K_L.gguf](https://huggingface.co/bartowski/Qwen2.5-Coder-1.5B-Instruct-GGUF/blob/main/Qwen2.5-Coder-1.5B-Instruct-Q2_K_L.gguf) | Q2_K_L | 0.73GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
|
56 |
+
| [Qwen2.5-Coder-1.5B-Instruct-Q2_K.gguf](https://huggingface.co/bartowski/Qwen2.5-Coder-1.5B-Instruct-GGUF/blob/main/Qwen2.5-Coder-1.5B-Instruct-Q2_K.gguf) | Q2_K | 0.68GB | false | Very low quality but surprisingly usable. |
|
57 |
+
| [Qwen2.5-Coder-1.5B-Instruct-IQ2_M.gguf](https://huggingface.co/bartowski/Qwen2.5-Coder-1.5B-Instruct-GGUF/blob/main/Qwen2.5-Coder-1.5B-Instruct-IQ2_M.gguf) | IQ2_M | 0.60GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
|
58 |
|
59 |
## Embed/output weights
|
60 |
|