AI-Engine commited on
Commit
e923e5d
·
verified ·
1 Parent(s): 46fbcb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -5
README.md CHANGED
@@ -1,5 +1,20 @@
1
- ---
2
- license: other
3
- license_name: minicpm-model-license
4
- license_link: https://github.com/OpenBMB/MiniCPM/blob/main/MiniCPM%20Model%20License.md
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: minicpm-model-license
4
+ license_link: https://github.com/OpenBMB/MiniCPM/blob/main/MiniCPM%20Model%20License.md
5
+ ---
6
+ GGUF [llama.cpp](https://github.com/ggerganov/llama.cpp) quantized version of:
7
+ - Original model: [MiniCPM-V-2_6](https://huggingface.co/openbmb/MiniCPM-V-2_6)
8
+ - Model creator: [OpenBMB](https://huggingface.co/openbmb)
9
+ - [License](https://github.com/OpenBMB/MiniCPM/blob/main/MiniCPM%20Model%20License.md)
10
+
11
+ ## Recommended Prompt Format (ChatML)
12
+ ```
13
+ <|im_start|>system
14
+ Provide some context and/or instructions to the model.<|im_end|>
15
+ <|im_start|>user
16
+ The user’s message goes here<|im_end|>
17
+ <|im_start|>assistant
18
+ AI message goes here<|im_end|>
19
+ ```
20
+ Quant Version: [b3933](https://github.com/ggerganov/llama.cpp/releases/tag/b3933)