Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,12 +1,6 @@
|
|
1 |
---
|
2 |
-
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
3 |
-
language:
|
4 |
-
- en
|
5 |
-
license: apache-2.0
|
6 |
-
pipeline_tag: text-generation
|
7 |
-
tags:
|
8 |
-
- chat
|
9 |
quantized_by: bartowski
|
|
|
10 |
---
|
11 |
|
12 |
## Llamacpp imatrix Quantizations of Qwen2.5-1.5B-Instruct
|
@@ -29,6 +23,10 @@ Run them in [LM Studio](https://lmstudio.ai/)
|
|
29 |
<|im_start|>assistant
|
30 |
```
|
31 |
|
|
|
|
|
|
|
|
|
32 |
## Download a file (not the whole branch) from below:
|
33 |
|
34 |
| Filename | Quant type | File Size | Split | Description |
|
@@ -50,13 +48,7 @@ Run them in [LM Studio](https://lmstudio.ai/)
|
|
50 |
| [Qwen2.5-1.5B-Instruct-Q4_0_4_4.gguf](https://huggingface.co/bartowski/Qwen2.5-1.5B-Instruct-GGUF/blob/main/Qwen2.5-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. |
|
51 |
| [Qwen2.5-1.5B-Instruct-IQ4_XS.gguf](https://huggingface.co/bartowski/Qwen2.5-1.5B-Instruct-GGUF/blob/main/Qwen2.5-1.5B-Instruct-IQ4_XS.gguf) | IQ4_XS | 0.90GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
|
52 |
| [Qwen2.5-1.5B-Instruct-Q3_K_L.gguf](https://huggingface.co/bartowski/Qwen2.5-1.5B-Instruct-GGUF/blob/main/Qwen2.5-1.5B-Instruct-Q3_K_L.gguf) | Q3_K_L | 0.88GB | false | Lower quality but usable, good for low RAM availability. |
|
53 |
-
| [Qwen2.5-1.5B-Instruct-Q3_K_M.gguf](https://huggingface.co/bartowski/Qwen2.5-1.5B-Instruct-GGUF/blob/main/Qwen2.5-1.5B-Instruct-Q3_K_M.gguf) | Q3_K_M | 0.82GB | false | Low quality. |
|
54 |
| [Qwen2.5-1.5B-Instruct-IQ3_M.gguf](https://huggingface.co/bartowski/Qwen2.5-1.5B-Instruct-GGUF/blob/main/Qwen2.5-1.5B-Instruct-IQ3_M.gguf) | IQ3_M | 0.78GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
|
55 |
-
| [Qwen2.5-1.5B-Instruct-Q3_K_S.gguf](https://huggingface.co/bartowski/Qwen2.5-1.5B-Instruct-GGUF/blob/main/Qwen2.5-1.5B-Instruct-Q3_K_S.gguf) | Q3_K_S | 0.76GB | false | Low quality, not recommended. |
|
56 |
-
| [Qwen2.5-1.5B-Instruct-IQ3_XS.gguf](https://huggingface.co/bartowski/Qwen2.5-1.5B-Instruct-GGUF/blob/main/Qwen2.5-1.5B-Instruct-IQ3_XS.gguf) | IQ3_XS | 0.73GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
|
57 |
-
| [Qwen2.5-1.5B-Instruct-Q2_K_L.gguf](https://huggingface.co/bartowski/Qwen2.5-1.5B-Instruct-GGUF/blob/main/Qwen2.5-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. |
|
58 |
-
| [Qwen2.5-1.5B-Instruct-Q2_K.gguf](https://huggingface.co/bartowski/Qwen2.5-1.5B-Instruct-GGUF/blob/main/Qwen2.5-1.5B-Instruct-Q2_K.gguf) | Q2_K | 0.68GB | false | Very low quality but surprisingly usable. |
|
59 |
-
| [Qwen2.5-1.5B-Instruct-IQ2_M.gguf](https://huggingface.co/bartowski/Qwen2.5-1.5B-Instruct-GGUF/blob/main/Qwen2.5-1.5B-Instruct-IQ2_M.gguf) | IQ2_M | 0.60GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
|
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-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-1.5B-Instruct-Q4_0_4_4.gguf](https://huggingface.co/bartowski/Qwen2.5-1.5B-Instruct-GGUF/blob/main/Qwen2.5-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-1.5B-Instruct-IQ4_XS.gguf](https://huggingface.co/bartowski/Qwen2.5-1.5B-Instruct-GGUF/blob/main/Qwen2.5-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-1.5B-Instruct-Q3_K_L.gguf](https://huggingface.co/bartowski/Qwen2.5-1.5B-Instruct-GGUF/blob/main/Qwen2.5-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-1.5B-Instruct-IQ3_M.gguf](https://huggingface.co/bartowski/Qwen2.5-1.5B-Instruct-GGUF/blob/main/Qwen2.5-1.5B-Instruct-IQ3_M.gguf) | IQ3_M | 0.78GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
## Embed/output weights
|
54 |
|