apepkuss79 commited on
Commit
36cd5f7
·
verified ·
1 Parent(s): 55b0a0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +91 -93
README.md CHANGED
@@ -1,94 +1,92 @@
1
- ---
2
- license: other
3
- license_name: exaone
4
- license_link: LICENSE
5
- model_name: EXAONE-Deep-32B
6
- base_model: LGAI-EXAONE/EXAONE-Deep-32B
7
- quantized_by: Second State Inc.
8
- language:
9
- - en
10
- - ko
11
- tags:
12
- - lg-ai
13
- - exaone
14
- - exaone-deep
15
- pipeline_tag: text-generation
16
- library_name: transformers
17
- ---
18
-
19
- <!-- header start -->
20
- <!-- 200823 -->
21
- <div style="width: auto; margin-left: auto; margin-right: auto">
22
- <img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
23
- </div>
24
- <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
25
- <!-- header end -->
26
-
27
- # EXAONE-Deep-32B-GGUF
28
-
29
- ## Original Model
30
-
31
- [LGAI-EXAONE/EXAONE-Deep-32B](https://huggingface.co/LGAI-EXAONE/EXAONE-Deep-32B)
32
-
33
- ## Run with LlamaEdge
34
-
35
- - LlamaEdge version: coming soon
36
-
37
- <!-- - LlamaEdge version: [v0.12.4](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.12.4) and above -->
38
-
39
- - Prompt template
40
-
41
- - Prompt type: `exaone-deep-chat`
42
-
43
- - Prompt string
44
-
45
- ```text
46
- [|system|]{system_message}[|endofturn|]
47
- [|user|]{user_message_1}
48
- [|assistant|]{assistant_message_1}[|endofturn|]
49
- [|user|]{user_message_2}
50
- [|assistant|]<thought>
51
- ```
52
-
53
- - Context size: `32000`
54
-
55
- - Run as LlamaEdge service
56
-
57
- ```bash
58
- wasmedge --dir .:. --nn-preload default:GGML:AUTO:EXAONE-Deep-32B-Q5_K_M.gguf \
59
- llama-api-server.wasm \
60
- --prompt-template exaone-deep-chat \
61
- --ctx-size 32000 \
62
- --model-name EXAONE-Deep-32B
63
- ```
64
-
65
- - Run as LlamaEdge command app
66
-
67
- ```bash
68
- wasmedge --dir .:. --nn-preload default:GGML:AUTO:EXAONE-Deep-32B-Q5_K_M.gguf \
69
- llama-chat.wasm \
70
- --prompt-template exaone-deep-chat \
71
- --ctx-size 32000
72
- ```
73
-
74
- ## Quantized GGUF Models
75
-
76
- | Name | Quant method | Bits | Size | Use case |
77
- | ---- | ---- | ---- | ---- | ----- |
78
- | [EXAONE-Deep-32B-Q2_K.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q2_K.gguf) | Q2_K | 2 | 11.9 GB| smallest, significant quality loss - not recommended for most purposes |
79
- | [EXAONE-Deep-32B-Q3_K_L.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q3_K_L.gguf) | Q3_K_L | 3 | 16.8 GB| small, substantial quality loss |
80
- | [EXAONE-Deep-32B-Q3_K_M.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q3_K_M.gguf) | Q3_K_M | 3 | 15.5 GB| very small, high quality loss |
81
- | [EXAONE-Deep-32B-Q3_K_S.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q3_K_S.gguf) | Q3_K_S | 3 | 14.0 GB| very small, high quality loss |
82
- | [EXAONE-Deep-32B-Q4_0.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q4_0.gguf) | Q4_0 | 4 | 18.1 GB| legacy; small, very high quality loss - prefer using Q3_K_M |
83
- | [EXAONE-Deep-32B-Q4_K_M.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q4_K_M.gguf) | Q4_K_M | 4 | 19.3 GB| medium, balanced quality - recommended |
84
- | [EXAONE-Deep-32B-Q4_K_S.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q4_K_S.gguf) | Q4_K_S | 4 | 18.3 GB| small, greater quality loss |
85
- | [EXAONE-Deep-32B-Q5_0.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q5_0.gguf) | Q5_0 | 5 | 22.1 GB| legacy; medium, balanced quality - prefer using Q4_K_M |
86
- | [EXAONE-Deep-32B-Q5_K_M.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q5_K_M.gguf) | Q5_K_M | 5 | 22.7 GB| large, very low quality loss - recommended |
87
- | [EXAONE-Deep-32B-Q5_K_S.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q5_K_S.gguf) | Q5_K_S | 5 | 22.1 GB| large, low quality loss - recommended |
88
- | [EXAONE-Deep-32B-Q6_K.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q6_K.gguf) | Q6_K | 6 | 26.3 GB| very large, extremely low quality loss |
89
- | [EXAONE-Deep-32B-Q8_0.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q8_0.gguf) | Q8_0 | 8 | 34.0 GB| very large, extremely low quality loss - not recommended |
90
- | [EXAONE-Deep-32B-f16-00001-of-00003.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-f16-00001-of-00003.gguf) | f16 | 16 | 29.8 GB| |
91
- | [EXAONE-Deep-32B-f16-00002-of-00003.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-f16-00002-of-00003.gguf) | f16 | 16 | 30.0 GB| |
92
- | [EXAONE-Deep-32B-f16-00003-of-00003.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-f16-00003-of-00003.gguf) | f16 | 16 | 4.23 GB| |
93
-
94
  *Quantized with llama.cpp b4914.*
 
1
+ ---
2
+ license: other
3
+ license_name: exaone
4
+ license_link: LICENSE
5
+ model_name: EXAONE-Deep-32B
6
+ base_model: LGAI-EXAONE/EXAONE-Deep-32B
7
+ quantized_by: Second State Inc.
8
+ language:
9
+ - en
10
+ - ko
11
+ tags:
12
+ - lg-ai
13
+ - exaone
14
+ - exaone-deep
15
+ pipeline_tag: text-generation
16
+ library_name: transformers
17
+ ---
18
+
19
+ <!-- header start -->
20
+ <!-- 200823 -->
21
+ <div style="width: auto; margin-left: auto; margin-right: auto">
22
+ <img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
23
+ </div>
24
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
25
+ <!-- header end -->
26
+
27
+ # EXAONE-Deep-32B-GGUF
28
+
29
+ ## Original Model
30
+
31
+ [LGAI-EXAONE/EXAONE-Deep-32B](https://huggingface.co/LGAI-EXAONE/EXAONE-Deep-32B)
32
+
33
+ ## Run with LlamaEdge
34
+
35
+ - LlamaEdge version: [v0.16.12](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.16.12) and above
36
+
37
+ - Prompt template
38
+
39
+ - Prompt type: `exaone-deep-chat`
40
+
41
+ - Prompt string
42
+
43
+ ```text
44
+ [|system|]{system_message}[|endofturn|]
45
+ [|user|]{user_message_1}
46
+ [|assistant|]{assistant_message_1}[|endofturn|]
47
+ [|user|]{user_message_2}
48
+ [|assistant|]<thought>
49
+ ```
50
+
51
+ - Context size: `32000`
52
+
53
+ - Run as LlamaEdge service
54
+
55
+ ```bash
56
+ wasmedge --dir .:. --nn-preload default:GGML:AUTO:EXAONE-Deep-32B-Q5_K_M.gguf \
57
+ llama-api-server.wasm \
58
+ --prompt-template exaone-deep-chat \
59
+ --ctx-size 32000 \
60
+ --model-name EXAONE-Deep-32B
61
+ ```
62
+
63
+ - Run as LlamaEdge command app
64
+
65
+ ```bash
66
+ wasmedge --dir .:. --nn-preload default:GGML:AUTO:EXAONE-Deep-32B-Q5_K_M.gguf \
67
+ llama-chat.wasm \
68
+ --prompt-template exaone-deep-chat \
69
+ --ctx-size 32000
70
+ ```
71
+
72
+ ## Quantized GGUF Models
73
+
74
+ | Name | Quant method | Bits | Size | Use case |
75
+ | ---- | ---- | ---- | ---- | ----- |
76
+ | [EXAONE-Deep-32B-Q2_K.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q2_K.gguf) | Q2_K | 2 | 11.9 GB| smallest, significant quality loss - not recommended for most purposes |
77
+ | [EXAONE-Deep-32B-Q3_K_L.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q3_K_L.gguf) | Q3_K_L | 3 | 16.8 GB| small, substantial quality loss |
78
+ | [EXAONE-Deep-32B-Q3_K_M.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q3_K_M.gguf) | Q3_K_M | 3 | 15.5 GB| very small, high quality loss |
79
+ | [EXAONE-Deep-32B-Q3_K_S.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q3_K_S.gguf) | Q3_K_S | 3 | 14.0 GB| very small, high quality loss |
80
+ | [EXAONE-Deep-32B-Q4_0.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q4_0.gguf) | Q4_0 | 4 | 18.1 GB| legacy; small, very high quality loss - prefer using Q3_K_M |
81
+ | [EXAONE-Deep-32B-Q4_K_M.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q4_K_M.gguf) | Q4_K_M | 4 | 19.3 GB| medium, balanced quality - recommended |
82
+ | [EXAONE-Deep-32B-Q4_K_S.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q4_K_S.gguf) | Q4_K_S | 4 | 18.3 GB| small, greater quality loss |
83
+ | [EXAONE-Deep-32B-Q5_0.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q5_0.gguf) | Q5_0 | 5 | 22.1 GB| legacy; medium, balanced quality - prefer using Q4_K_M |
84
+ | [EXAONE-Deep-32B-Q5_K_M.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q5_K_M.gguf) | Q5_K_M | 5 | 22.7 GB| large, very low quality loss - recommended |
85
+ | [EXAONE-Deep-32B-Q5_K_S.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q5_K_S.gguf) | Q5_K_S | 5 | 22.1 GB| large, low quality loss - recommended |
86
+ | [EXAONE-Deep-32B-Q6_K.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q6_K.gguf) | Q6_K | 6 | 26.3 GB| very large, extremely low quality loss |
87
+ | [EXAONE-Deep-32B-Q8_0.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-Q8_0.gguf) | Q8_0 | 8 | 34.0 GB| very large, extremely low quality loss - not recommended |
88
+ | [EXAONE-Deep-32B-f16-00001-of-00003.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-f16-00001-of-00003.gguf) | f16 | 16 | 29.8 GB| |
89
+ | [EXAONE-Deep-32B-f16-00002-of-00003.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-f16-00002-of-00003.gguf) | f16 | 16 | 30.0 GB| |
90
+ | [EXAONE-Deep-32B-f16-00003-of-00003.gguf](https://huggingface.co/second-state/EXAONE-Deep-32B-GGUF/blob/main/EXAONE-Deep-32B-f16-00003-of-00003.gguf) | f16 | 16 | 4.23 GB| |
91
+
 
 
92
  *Quantized with llama.cpp b4914.*