Xin Liu commited on
Commit
9b30af4
1 Parent(s): c477e70

Signed-off-by: Xin Liu <sam@secondstate.io>

Files changed (1) hide show
  1. README.md +70 -0
README.md CHANGED
@@ -1,3 +1,73 @@
1
  ---
 
 
2
  license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model: Intel/neural-chat-7b-v3-3
3
+ inference: false
4
  license: apache-2.0
5
+ model_creator: Intel
6
+ model_name: Neural Chat 7B V3-3
7
+ model_type: mistral
8
+ pipeline_tag: text-generation
9
+ quantized_by: Second State Inc.
10
  ---
11
+
12
+ <!-- header start -->
13
+ <!-- 200823 -->
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://github.com/second-state/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
18
+ <!-- header end -->
19
+
20
+ # Neural-Chat-7B-v3-3-GGUF
21
+
22
+ ## Original Model
23
+
24
+ [Intel/neural-chat-7b-v3-3](https://huggingface.co/Intel/neural-chat-7b-v3-3)
25
+
26
+ ## Run with LlamaEdge
27
+
28
+ - LlamaEdge version: [v0.2.4](https://github.com/second-state/LlamaEdge/releases/tag/0.2.4)
29
+
30
+ - Prompt template
31
+
32
+ - Prompt type: `intel-neural`
33
+
34
+ - Prompt string
35
+
36
+ ```text
37
+ \### System:
38
+ {system}
39
+ \### User:
40
+ {usr}
41
+ \### Assistant:
42
+ ```
43
+
44
+ Note that the `\` character is used to escape the `###` in the prompt string. Remove it in the practical use.
45
+
46
+ - Run as LlamaEdge service
47
+
48
+ ```bash
49
+ wasmedge --dir .:. --nn-preload default:GGML:AUTO:neural-chat-7b-v3-3-Q5_K_M.gguf llama-api-server.wasm -p intel-neural
50
+ ```
51
+
52
+ - Run as LlamaEdge command app
53
+
54
+ ```bash
55
+ wasmedge --dir .:. --nn-preload default:GGML:AUTO:neural-chat-7b-v3-3-Q5_K_M.gguf llama-chat.wasm -p intel-neural
56
+ ```
57
+
58
+ ## Quantized GGUF Models
59
+
60
+ | Name | Quant method | Bits | Size | Use case |
61
+ | ---- | ---- | ---- | ---- | ----- |
62
+ | [neural-chat-7b-v3-3-Q2_K.gguf](https://huggingface.co/second-state/Neural-Chat-7B-v3-3-GGUF/blob/main/neural-chat-7b-v3-3-Q2_K.gguf) | Q2_K | 2 | 3.08 GB| smallest, significant quality loss - not recommended for most purposes |
63
+ | [neural-chat-7b-v3-3-Q3_K_L.gguf](https://huggingface.co/second-state/Neural-Chat-7B-v3-3-GGUF/blob/main/neural-chat-7b-v3-3-Q3_K_L.gguf) | Q3_K_L | 3 | 3.82 GB| small, substantial quality loss |
64
+ | [neural-chat-7b-v3-3-Q3_K_M.gguf](https://huggingface.co/second-state/Neural-Chat-7B-v3-3-GGUF/blob/main/neural-chat-7b-v3-3-Q3_K_M.gguf) | Q3_K_M | 3 | 3.52 GB| very small, high quality loss |
65
+ | [neural-chat-7b-v3-3-Q3_K_S.gguf](https://huggingface.co/second-state/Neural-Chat-7B-v3-3-GGUF/blob/main/neural-chat-7b-v3-3-Q3_K_S.gguf) | Q3_K_S | 3 | 3.16 GB| very small, high quality loss |
66
+ | [neural-chat-7b-v3-3-Q4_0.gguf](https://huggingface.co/second-state/Neural-Chat-7B-v3-3-GGUF/blob/main/neural-chat-7b-v3-3-Q4_0.gguf) | Q4_0 | 4 | 4.11 GB| legacy; small, very high quality loss - prefer using Q3_K_M |
67
+ | [neural-chat-7b-v3-3-Q4_K_M.gguf](https://huggingface.co/second-state/Neural-Chat-7B-v3-3-GGUF/blob/main/neural-chat-7b-v3-3-Q4_K_M.gguf) | Q4_K_M | 4 | 4.37 GB| medium, balanced quality - recommended |
68
+ | [neural-chat-7b-v3-3-Q4_K_S.gguf](https://huggingface.co/second-state/Neural-Chat-7B-v3-3-GGUF/blob/main/neural-chat-7b-v3-3-Q4_K_S.gguf) | Q4_K_S | 4 | 4.14 GB| small, greater quality loss |
69
+ | [neural-chat-7b-v3-3-Q5_0.gguf](https://huggingface.co/second-state/Neural-Chat-7B-v3-3-GGUF/blob/main/neural-chat-7b-v3-3-Q5_0.gguf) | Q5_0 | 5 | 5.00 GB| legacy; medium, balanced quality - prefer using Q4_K_M |
70
+ | [neural-chat-7b-v3-3-Q5_K_M.gguf](https://huggingface.co/second-state/Neural-Chat-7B-v3-3-GGUF/blob/main/neural-chat-7b-v3-3-Q5_K_M.gguf) | Q5_K_M | 5 | 5.13 GB| large, very low quality loss - recommended |
71
+ | [neural-chat-7b-v3-3-Q5_K_S.gguf](https://huggingface.co/second-state/Neural-Chat-7B-v3-3-GGUF/blob/main/neural-chat-7b-v3-3-Q5_K_S.gguf) | Q5_K_S | 5 | 5.00 GB| large, low quality loss - recommended |
72
+ | [neural-chat-7b-v3-3-Q6_K.gguf](https://huggingface.co/second-state/Neural-Chat-7B-v3-3-GGUF/blob/main/neural-chat-7b-v3-3-Q6_K.gguf) | Q6_K | 6 | 5.94 GB| very large, extremely low quality loss |
73
+ | [neural-chat-7b-v3-3-Q8_0.gguf](https://huggingface.co/second-state/Neural-Chat-7B-v3-3-GGUF/blob/main/neural-chat-7b-v3-3-Q8_0.gguf) | Q8_0 | 8 | 7.70 GB| very large, extremely low quality loss - not recommended |