apepkuss79
commited on
Commit
•
80b2b1c
1
Parent(s):
7e8e5a6
Update README.md
Browse files
README.md
CHANGED
@@ -1,92 +1,92 @@
|
|
1 |
-
---
|
2 |
-
base_model: Qwen/Qwen2.5-Coder-3B-Instruct
|
3 |
-
license: other
|
4 |
-
license_name: qwen-research
|
5 |
-
license_link: https://huggingface.co/Qwen/Qwen2.5-Coder-3B-Instruct/blob/main/LICENSEE
|
6 |
-
model_creator: Qwen
|
7 |
-
model_name: Qwen2.5-Coder-3B-Instruct
|
8 |
-
pipeline_tag: text-generation
|
9 |
-
library_name: transformers
|
10 |
-
quantized_by: Second State Inc.
|
11 |
-
language:
|
12 |
-
- en
|
13 |
-
tags:
|
14 |
-
- code
|
15 |
-
- codeqwen
|
16 |
-
- chat
|
17 |
-
- qwen
|
18 |
-
- qwen-coder
|
19 |
-
---
|
20 |
-
|
21 |
-
<!-- header start -->
|
22 |
-
<!-- 200823 -->
|
23 |
-
<div style="width: auto; margin-left: auto; margin-right: auto">
|
24 |
-
<img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
25 |
-
</div>
|
26 |
-
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
|
27 |
-
<!-- header end -->
|
28 |
-
|
29 |
-
# Qwen2.5-Coder-3B-Instruct-GGUF
|
30 |
-
|
31 |
-
## Original Model
|
32 |
-
|
33 |
-
[Qwen/Qwen2.5-Coder-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-3B-Instruct)
|
34 |
-
|
35 |
-
## Run with LlamaEdge
|
36 |
-
|
37 |
-
- LlamaEdge version: [v0.14.14](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.14.14) and above
|
38 |
-
|
39 |
-
- Prompt template
|
40 |
-
|
41 |
-
- Prompt type: `chatml`
|
42 |
-
|
43 |
-
- Prompt string
|
44 |
-
|
45 |
-
```text
|
46 |
-
<|im_start|>system
|
47 |
-
{system_message}<|im_end|>
|
48 |
-
<|im_start|>user
|
49 |
-
{prompt}<|im_end|>
|
50 |
-
<|im_start|>assistant
|
51 |
-
```
|
52 |
-
|
53 |
-
- Context size: `
|
54 |
-
|
55 |
-
- Run as LlamaEdge service
|
56 |
-
|
57 |
-
```bash
|
58 |
-
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Qwen2.5-Coder-3B-Instruct-Q5_K_M.gguf \
|
59 |
-
llama-api-server.wasm \
|
60 |
-
--model-name Qwen2.5-Coder-3B-Instruct \
|
61 |
-
--prompt-template chatml \
|
62 |
-
--ctx-size
|
63 |
-
```
|
64 |
-
|
65 |
-
- Run as LlamaEdge command app
|
66 |
-
|
67 |
-
```bash
|
68 |
-
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Qwen2.5-Coder-3B-Instruct-Q5_K_M.gguf \
|
69 |
-
llama-chat.wasm \
|
70 |
-
--prompt-template chatml \
|
71 |
-
--ctx-size
|
72 |
-
```
|
73 |
-
|
74 |
-
## Quantized GGUF Models
|
75 |
-
|
76 |
-
| Name | Quant method | Bits | Size | Use case |
|
77 |
-
| ---- | ---- | ---- | ---- | ----- |
|
78 |
-
| [Qwen2.5-Coder-3B-Instruct-Q2_K.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q2_K.gguf) | Q2_K | 2 | 1.27 GB| smallest, significant quality loss - not recommended for most purposes |
|
79 |
-
| [Qwen2.5-Coder-3B-Instruct-Q3_K_L.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q3_K_L.gguf) | Q3_K_L | 3 | 1.71 GB| small, substantial quality loss |
|
80 |
-
| [Qwen2.5-Coder-3B-Instruct-Q3_K_M.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q3_K_M.gguf) | Q3_K_M | 3 | 1.59 GB| very small, high quality loss |
|
81 |
-
| [Qwen2.5-Coder-3B-Instruct-Q3_K_S.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q3_K_S.gguf) | Q3_K_S | 3 | 1.45 GB| very small, high quality loss |
|
82 |
-
| [Qwen2.5-Coder-3B-Instruct-Q4_0.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q4_0.gguf) | Q4_0 | 4 | 1.82 GB| legacy; small, very high quality loss - prefer using Q3_K_M |
|
83 |
-
| [Qwen2.5-Coder-3B-Instruct-Q4_K_M.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q4_K_M.gguf) | Q4_K_M | 4 | 1.93 GB| medium, balanced quality - recommended |
|
84 |
-
| [Qwen2.5-Coder-3B-Instruct-Q4_K_S.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q4_K_S.gguf) | Q4_K_S | 4 | 1.83 GB| small, greater quality loss |
|
85 |
-
| [Qwen2.5-Coder-3B-Instruct-Q5_0.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q5_0.gguf) | Q5_0 | 5 | 2.17 GB| legacy; medium, balanced quality - prefer using Q4_K_M |
|
86 |
-
| [Qwen2.5-Coder-3B-Instruct-Q5_K_M.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q5_K_M.gguf) | Q5_K_M | 5 | 2.22 GB| large, very low quality loss - recommended |
|
87 |
-
| [Qwen2.5-Coder-3B-Instruct-Q5_K_S.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q5_K_S.gguf) | Q5_K_S | 5 | 2.17 GB| large, low quality loss - recommended |
|
88 |
-
| [Qwen2.5-Coder-3B-Instruct-Q6_K.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q6_K.gguf) | Q6_K | 6 | 2.54 GB| very large, extremely low quality loss |
|
89 |
-
| [Qwen2.5-Coder-3B-Instruct-Q8_0.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q8_0.gguf) | Q8_0 | 8 | 3.29 GB| very large, extremely low quality loss - not recommended |
|
90 |
-
| [Qwen2.5-Coder-3B-Instruct-f16.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-f16.gguf) | f16 | 16 | 6.18 GB| |
|
91 |
-
|
92 |
*Quantized with llama.cpp b4033*
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2.5-Coder-3B-Instruct
|
3 |
+
license: other
|
4 |
+
license_name: qwen-research
|
5 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-Coder-3B-Instruct/blob/main/LICENSEE
|
6 |
+
model_creator: Qwen
|
7 |
+
model_name: Qwen2.5-Coder-3B-Instruct
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
library_name: transformers
|
10 |
+
quantized_by: Second State Inc.
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
tags:
|
14 |
+
- code
|
15 |
+
- codeqwen
|
16 |
+
- chat
|
17 |
+
- qwen
|
18 |
+
- qwen-coder
|
19 |
+
---
|
20 |
+
|
21 |
+
<!-- header start -->
|
22 |
+
<!-- 200823 -->
|
23 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
24 |
+
<img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
25 |
+
</div>
|
26 |
+
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
|
27 |
+
<!-- header end -->
|
28 |
+
|
29 |
+
# Qwen2.5-Coder-3B-Instruct-GGUF
|
30 |
+
|
31 |
+
## Original Model
|
32 |
+
|
33 |
+
[Qwen/Qwen2.5-Coder-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-3B-Instruct)
|
34 |
+
|
35 |
+
## Run with LlamaEdge
|
36 |
+
|
37 |
+
- LlamaEdge version: [v0.14.14](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.14.14) and above
|
38 |
+
|
39 |
+
- Prompt template
|
40 |
+
|
41 |
+
- Prompt type: `chatml`
|
42 |
+
|
43 |
+
- Prompt string
|
44 |
+
|
45 |
+
```text
|
46 |
+
<|im_start|>system
|
47 |
+
{system_message}<|im_end|>
|
48 |
+
<|im_start|>user
|
49 |
+
{prompt}<|im_end|>
|
50 |
+
<|im_start|>assistant
|
51 |
+
```
|
52 |
+
|
53 |
+
- Context size: `32000`
|
54 |
+
|
55 |
+
- Run as LlamaEdge service
|
56 |
+
|
57 |
+
```bash
|
58 |
+
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Qwen2.5-Coder-3B-Instruct-Q5_K_M.gguf \
|
59 |
+
llama-api-server.wasm \
|
60 |
+
--model-name Qwen2.5-Coder-3B-Instruct \
|
61 |
+
--prompt-template chatml \
|
62 |
+
--ctx-size 32000
|
63 |
+
```
|
64 |
+
|
65 |
+
- Run as LlamaEdge command app
|
66 |
+
|
67 |
+
```bash
|
68 |
+
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Qwen2.5-Coder-3B-Instruct-Q5_K_M.gguf \
|
69 |
+
llama-chat.wasm \
|
70 |
+
--prompt-template chatml \
|
71 |
+
--ctx-size 32000
|
72 |
+
```
|
73 |
+
|
74 |
+
## Quantized GGUF Models
|
75 |
+
|
76 |
+
| Name | Quant method | Bits | Size | Use case |
|
77 |
+
| ---- | ---- | ---- | ---- | ----- |
|
78 |
+
| [Qwen2.5-Coder-3B-Instruct-Q2_K.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q2_K.gguf) | Q2_K | 2 | 1.27 GB| smallest, significant quality loss - not recommended for most purposes |
|
79 |
+
| [Qwen2.5-Coder-3B-Instruct-Q3_K_L.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q3_K_L.gguf) | Q3_K_L | 3 | 1.71 GB| small, substantial quality loss |
|
80 |
+
| [Qwen2.5-Coder-3B-Instruct-Q3_K_M.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q3_K_M.gguf) | Q3_K_M | 3 | 1.59 GB| very small, high quality loss |
|
81 |
+
| [Qwen2.5-Coder-3B-Instruct-Q3_K_S.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q3_K_S.gguf) | Q3_K_S | 3 | 1.45 GB| very small, high quality loss |
|
82 |
+
| [Qwen2.5-Coder-3B-Instruct-Q4_0.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q4_0.gguf) | Q4_0 | 4 | 1.82 GB| legacy; small, very high quality loss - prefer using Q3_K_M |
|
83 |
+
| [Qwen2.5-Coder-3B-Instruct-Q4_K_M.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q4_K_M.gguf) | Q4_K_M | 4 | 1.93 GB| medium, balanced quality - recommended |
|
84 |
+
| [Qwen2.5-Coder-3B-Instruct-Q4_K_S.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q4_K_S.gguf) | Q4_K_S | 4 | 1.83 GB| small, greater quality loss |
|
85 |
+
| [Qwen2.5-Coder-3B-Instruct-Q5_0.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q5_0.gguf) | Q5_0 | 5 | 2.17 GB| legacy; medium, balanced quality - prefer using Q4_K_M |
|
86 |
+
| [Qwen2.5-Coder-3B-Instruct-Q5_K_M.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q5_K_M.gguf) | Q5_K_M | 5 | 2.22 GB| large, very low quality loss - recommended |
|
87 |
+
| [Qwen2.5-Coder-3B-Instruct-Q5_K_S.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q5_K_S.gguf) | Q5_K_S | 5 | 2.17 GB| large, low quality loss - recommended |
|
88 |
+
| [Qwen2.5-Coder-3B-Instruct-Q6_K.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q6_K.gguf) | Q6_K | 6 | 2.54 GB| very large, extremely low quality loss |
|
89 |
+
| [Qwen2.5-Coder-3B-Instruct-Q8_0.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-Q8_0.gguf) | Q8_0 | 8 | 3.29 GB| very large, extremely low quality loss - not recommended |
|
90 |
+
| [Qwen2.5-Coder-3B-Instruct-f16.gguf](https://huggingface.co/second-state/Qwen2.5-Coder-3B-Instruct-GGUF/blob/main/Qwen2.5-Coder-3B-Instruct-f16.gguf) | f16 | 16 | 6.18 GB| |
|
91 |
+
|
92 |
*Quantized with llama.cpp b4033*
|