GTO83 commited on
Commit
5ad9019
·
verified ·
1 Parent(s): 2ff06a0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ license_link: https://huggingface.co/Qwen/Qwen2.5-Coder-1.5B-Instruct/blob/main/LICENSE
4
+ language:
5
+ - en
6
+ base_model:
7
+ - Qwen/Qwen2.5-Coder-1.5B
8
+ pipeline_tag: text-generation
9
+ library_name: transformers
10
+ tags:
11
+ - code
12
+ - codeqwen
13
+ - chat
14
+ - qwen
15
+ - qwen-coder
16
+ ---
17
+
18
+
19
+ # Qwen2.5-Coder-1.5B-Instruct-GGUF
20
+ <a href="https://chat.qwenlm.ai/" target="_blank" style="margin: 2px;">
21
+ <img alt="Chat" src="https://img.shields.io/badge/%F0%9F%92%9C%EF%B8%8F%20Qwen%20Chat%20-536af5" style="display: inline-block; vertical-align: middle;"/>
22
+ </a>
23
+
24
+ <hr>
25
+
26
+ # Perplexity table (the lower the better)
27
+
28
+ | Quant | Size (MB) | PPL | Size (%) | Accuracy (%) | PPL error rate |
29
+ | ------- | --------- | -------- | -------- | ------------ | -------------- |
30
+ | IQ1_S | 417 | 193.6245 | 14.13 | 5.24 | 1.77149 |
31
+ | IQ1_M | 443 | 66.9068 | 15.01 | 15.17 | 0.52878 |
32
+ | IQ2_XXS | 488 | 33.3356 | 16.54 | 30.45 | 0.25559 |
33
+ | IQ2_XS | 525 | 20.287 | 17.79 | 50.04 | 0.14936 |
34
+ | IQ2_S | 538 | 18.2927 | 18.23 | 55.49 | 0.1338 |
35
+ | IQ2_M | 574 | 15.4838 | 19.45 | 65.56 | 0.11113 |
36
+ | Q2_K_S | 611 | 16.0169 | 20.7 | 63.38 | 0.11623 |
37
+ | IQ3_XXS | 638 | 12.3935 | 21.62 | 81.91 | 0.0877 |
38
+ | Q2_K | 645 | 14.1657 | 21.86 | 71.66 | 0.10105 |
39
+ | IQ3_XS | 698 | 11.7112 | 23.65 | 86.68 | 0.08256 |
40
+ | Q3_K_S | 726 | 12.4782 | 24.6 | 81.35 | 0.08842 |
41
+ | IQ3_S | 728 | 11.4241 | 24.67 | 88.86 | 0.07977 |
42
+ | IQ3_M | 741 | 11.4058 | 25.11 | 89 | 0.07862 |
43
+ | Q3_K_M | 786 | 11.3529 | 26.64 | 89.42 | 0.08018 |
44
+ | Q3_K_L | 840 | 11.1934 | 28.46 | 90.69 | 0.07913 |
45
+ | IQ4_XS | 855 | 10.5302 | 28.97 | 96.4 | 0.07351 |
46
+ | IQ4_NL | 893 | 10.5116 | 30.26 | 96.57 | 0.07335 |
47
+ | Q4_0 | 895 | 10.8217 | 30.33 | 93.8 | 0.07576 |
48
+ | Q4_K_S | 897 | 10.5236 | 30.4 | 96.46 | 0.0736 |
49
+ | Q4_K_M | 941 | 10.4628 | 31.89 | 97.02 | 0.0731 |
50
+ | Q4_1 | 970 | 10.51 | 32.87 | 96.59 | 0.07347 |
51
+ | Q5_K_S | 1048 | 10.2715 | 35.51 | 98.83 | 0.07148 |
52
+ | Q5_0 | 1051 | 10.3196 | 35.62 | 98.37 | 0.07212 |
53
+ | Q5_K_M | 1073 | 10.2529 | 36.36 | 99.01 | 0.07143 |
54
+ | Q5_1 | 1126 | 10.2624 | 38.16 | 98.92 | 0.0714 |
55
+ | Q6_K | 1214 | 10.203 | 41.14 | 99.49 | 0.07108 |
56
+ | Q8_0 | 1571 | 10.167 | 53.24 | 99.84 | 0.07068 |
57
+ | F16 | 2951 | 10.1512 | 100 | 100 | 0.07058 |
58
+
59
+ <hr>
60
+