bartowski commited on
Commit
2084ee2
1 Parent(s): f924c88

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -13
README.md CHANGED
@@ -1,12 +1,6 @@
1
  ---
2
- base_model: Qwen/Qwen2.5-0.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-0.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 |
@@ -45,18 +43,12 @@ Run them in [LM Studio](https://lmstudio.ai/)
45
  | [Qwen2.5-0.5B-Instruct-Q4_K_S.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q4_K_S.gguf) | Q4_K_S | 0.39GB | false | Slightly lower quality with more space savings, *recommended*. |
46
  | [Qwen2.5-0.5B-Instruct-Q3_K_XL.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q3_K_XL.gguf) | Q3_K_XL | 0.37GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
47
  | [Qwen2.5-0.5B-Instruct-Q3_K_L.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q3_K_L.gguf) | Q3_K_L | 0.37GB | false | Lower quality but usable, good for low RAM availability. |
48
- | [Qwen2.5-0.5B-Instruct-Q3_K_M.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q3_K_M.gguf) | Q3_K_M | 0.36GB | false | Low quality. |
49
  | [Qwen2.5-0.5B-Instruct-Q4_0_8_8.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q4_0_8_8.gguf) | Q4_0_8_8 | 0.35GB | false | Optimized for ARM inference. Requires 'sve' support (see link below). |
50
  | [Qwen2.5-0.5B-Instruct-Q4_0_4_8.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q4_0_4_8.gguf) | Q4_0_4_8 | 0.35GB | false | Optimized for ARM inference. Requires 'i8mm' support (see link below). |
51
  | [Qwen2.5-0.5B-Instruct-Q4_0_4_4.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q4_0_4_4.gguf) | Q4_0_4_4 | 0.35GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. |
52
  | [Qwen2.5-0.5B-Instruct-Q4_0.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q4_0.gguf) | Q4_0 | 0.35GB | false | Legacy format, generally not worth using over similarly sized formats |
53
  | [Qwen2.5-0.5B-Instruct-IQ4_XS.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-IQ4_XS.gguf) | IQ4_XS | 0.35GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
54
  | [Qwen2.5-0.5B-Instruct-IQ3_M.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-IQ3_M.gguf) | IQ3_M | 0.34GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
55
- | [Qwen2.5-0.5B-Instruct-Q3_K_S.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q3_K_S.gguf) | Q3_K_S | 0.34GB | false | Low quality, not recommended. |
56
- | [Qwen2.5-0.5B-Instruct-IQ3_XS.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-IQ3_XS.gguf) | IQ3_XS | 0.34GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
57
- | [Qwen2.5-0.5B-Instruct-Q2_K_L.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q2_K_L.gguf) | Q2_K_L | 0.34GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
58
- | [Qwen2.5-0.5B-Instruct-Q2_K.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q2_K.gguf) | Q2_K | 0.34GB | false | Very low quality but surprisingly usable. |
59
- | [Qwen2.5-0.5B-Instruct-IQ2_M.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-IQ2_M.gguf) | IQ2_M | 0.33GB | 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-0.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 |
 
43
  | [Qwen2.5-0.5B-Instruct-Q4_K_S.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q4_K_S.gguf) | Q4_K_S | 0.39GB | false | Slightly lower quality with more space savings, *recommended*. |
44
  | [Qwen2.5-0.5B-Instruct-Q3_K_XL.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q3_K_XL.gguf) | Q3_K_XL | 0.37GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
45
  | [Qwen2.5-0.5B-Instruct-Q3_K_L.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q3_K_L.gguf) | Q3_K_L | 0.37GB | false | Lower quality but usable, good for low RAM availability. |
 
46
  | [Qwen2.5-0.5B-Instruct-Q4_0_8_8.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q4_0_8_8.gguf) | Q4_0_8_8 | 0.35GB | false | Optimized for ARM inference. Requires 'sve' support (see link below). |
47
  | [Qwen2.5-0.5B-Instruct-Q4_0_4_8.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q4_0_4_8.gguf) | Q4_0_4_8 | 0.35GB | false | Optimized for ARM inference. Requires 'i8mm' support (see link below). |
48
  | [Qwen2.5-0.5B-Instruct-Q4_0_4_4.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q4_0_4_4.gguf) | Q4_0_4_4 | 0.35GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. |
49
  | [Qwen2.5-0.5B-Instruct-Q4_0.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-Q4_0.gguf) | Q4_0 | 0.35GB | false | Legacy format, generally not worth using over similarly sized formats |
50
  | [Qwen2.5-0.5B-Instruct-IQ4_XS.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-IQ4_XS.gguf) | IQ4_XS | 0.35GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
51
  | [Qwen2.5-0.5B-Instruct-IQ3_M.gguf](https://huggingface.co/bartowski/Qwen2.5-0.5B-Instruct-GGUF/blob/main/Qwen2.5-0.5B-Instruct-IQ3_M.gguf) | IQ3_M | 0.34GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
 
 
 
 
 
52
 
53
  ## Embed/output weights
54