apepkuss79 commited on
Commit
154d007
1 Parent(s): 9de3d9d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md CHANGED
@@ -1,3 +1,87 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ model_name: Mistral-Nemo-Instruct-2407
4
+ base_model: mistralai/Mistral-Nemo-Instruct-2407
5
+ inference: false
6
+ model_creator: mistralai
7
+ quantized_by: Second State Inc.
8
+ language:
9
+ - en
10
+ - fr
11
+ - de
12
+ - es
13
+ - it
14
+ - pt
15
+ - ru
16
+ - zh
17
+ - ja
18
  ---
19
+
20
+ <!-- header start -->
21
+ <!-- 200823 -->
22
+ <div style="width: auto; margin-left: auto; margin-right: auto">
23
+ <img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
24
+ </div>
25
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
26
+ <!-- header end -->
27
+
28
+ # Mistral-Nemo-Instruct-2407-GGUF
29
+
30
+ ## Original Model
31
+
32
+ [mistralai/Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407)
33
+
34
+ ## Run with LlamaEdge
35
+
36
+ - LlamaEdge version: [v0.12.3](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.12.3)
37
+
38
+ - Prompt template
39
+
40
+ - Prompt type: `mistral-instruct`
41
+
42
+ - Prompt string
43
+
44
+ ```text
45
+ <s>[INST] {user_message_1} [/INST]{assistant_message_1}</s>[INST] {user_message_2} [/INST]{assistant_message_2}</s>
46
+ ```
47
+
48
+ - Context size: `128000`
49
+
50
+ - Run as LlamaEdge service
51
+
52
+ ```bash
53
+ wasmedge --dir .:. --nn-preload default:GGML:AUTO:Mistral-Nemo-Instruct-2407-Q5_K_M.gguf \
54
+ llama-api-server.wasm \
55
+ --prompt-template mistral-instruct \
56
+ --ctx-size 128000 \
57
+ --model-name Mistral-Nemo-Instruct-2407
58
+ ```
59
+
60
+ - Run as LlamaEdge command app
61
+
62
+ ```bash
63
+ wasmedge --dir .:. --nn-preload default:GGML:AUTO:Mistral-Nemo-Instruct-2407-Q5_K_M.gguf \
64
+ llama-chat.wasm \
65
+ --prompt-template mistral-instruct \
66
+ --ctx-size 128000
67
+ ```
68
+
69
+ ## Quantized GGUF Models
70
+
71
+ | Name | Quant method | Bits | Size | Use case |
72
+ | ---- | ---- | ---- | ---- | ----- |
73
+ | [Mistral-Nemo-Instruct-2407-Q2_K.gguf](https://huggingface.co/second-state/Mistral-Nemo-Instruct-2407-GGUF/blob/main/Mistral-Nemo-Instruct-2407-Q2_K.gguf) | Q2_K | 2 | 2.72 GB| smallest, significant quality loss - not recommended for most purposes |
74
+ | [Mistral-Nemo-Instruct-2407-Q3_K_L.gguf](https://huggingface.co/second-state/Mistral-Nemo-Instruct-2407-GGUF/blob/main/Mistral-Nemo-Instruct-2407-Q3_K_L.gguf) | Q3_K_L | 3 | 3.83 GB| small, substantial quality loss |
75
+ | [Mistral-Nemo-Instruct-2407-Q3_K_M.gguf](https://huggingface.co/second-state/Mistral-Nemo-Instruct-2407-GGUF/blob/main/Mistral-Nemo-Instruct-2407-Q3_K_M.gguf) | Q3_K_M | 3 | 3.52 GB| very small, high quality loss |
76
+ | [Mistral-Nemo-Instruct-2407-Q3_K_S.gguf](https://huggingface.co/second-state/Mistral-Nemo-Instruct-2407-GGUF/blob/main/Mistral-Nemo-Instruct-2407-Q3_K_S.gguf) | Q3_K_S | 3 | 3.17 GB| very small, high quality loss |
77
+ | [Mistral-Nemo-Instruct-2407-Q4_0.gguf](https://huggingface.co/second-state/Mistral-Nemo-Instruct-2407-GGUF/blob/main/Mistral-Nemo-Instruct-2407-Q4_0.gguf) | Q4_0 | 4 | 4.11 GB| legacy; small, very high quality loss - prefer using Q3_K_M |
78
+ | [Mistral-Nemo-Instruct-2407-Q4_K_M.gguf](https://huggingface.co/second-state/Mistral-Nemo-Instruct-2407-GGUF/blob/main/Mistral-Nemo-Instruct-2407-Q4_K_M.gguf) | Q4_K_M | 4 | 4.37 GB| medium, balanced quality - recommended |
79
+ | [Mistral-Nemo-Instruct-2407-Q4_K_S.gguf](https://huggingface.co/second-state/Mistral-Nemo-Instruct-2407-GGUF/blob/main/Mistral-Nemo-Instruct-2407-Q4_K_S.gguf) | Q4_K_S | 4 | 4.14 GB| small, greater quality loss |
80
+ | [Mistral-Nemo-Instruct-2407-Q5_0.gguf](https://huggingface.co/second-state/Mistral-Nemo-Instruct-2407-GGUF/blob/main/Mistral-Nemo-Instruct-2407-Q5_0.gguf) | Q5_0 | 5 | 5 GB| legacy; medium, balanced quality - prefer using Q4_K_M |
81
+ | [Mistral-Nemo-Instruct-2407-Q5_K_M.gguf](https://huggingface.co/second-state/Mistral-Nemo-Instruct-2407-GGUF/resolve/main/Mistral-Nemo-Instruct-2407-Q5_K_M.gguf) | Q5_K_M | 5 | 8.73 GB| large, very low quality loss - recommended |
82
+ | [Mistral-Nemo-Instruct-2407-Q5_K_S.gguf](https://huggingface.co/second-state/Mistral-Nemo-Instruct-2407-GGUF/blob/main/Mistral-Nemo-Instruct-2407-Q5_K_S.gguf) | Q5_K_S | 5 | 5 GB| large, low quality loss - recommended |
83
+ | [Mistral-Nemo-Instruct-2407-Q6_K.gguf](https://huggingface.co/second-state/Mistral-Nemo-Instruct-2407-GGUF/blob/main/Mistral-Nemo-Instruct-2407-Q6_K.gguf) | Q6_K | 6 | 5.95 GB| very large, extremely low quality loss |
84
+ | [Mistral-Nemo-Instruct-2407-Q8_0.gguf](https://huggingface.co/second-state/Mistral-Nemo-Instruct-2407-GGUF/blob/main/Mistral-Nemo-Instruct-2407-Q8_0.gguf) | Q8_0 | 8 | 7.7 GB| very large, extremely low quality loss - not recommended |
85
+ | [Mistral-Nemo-Instruct-2407-f16.gguf](https://huggingface.co/second-state/Mistral-Nemo-Instruct-2407-GGUF/blob/main/Mistral-Nemo-Instruct-2407-f16.gguf) | f16 | 16 | 14.5 GB| |
86
+
87
+ *Quantized with llama.cpp b3405.*