AI-Engine commited on
Commit
0510e82
1 Parent(s): a385eb4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - gguf
5
+ - phi-3
6
+ ---
7
+
8
+ GGUF [llama.cpp](https://github.com/ggerganov/llama.cpp) quantized version of:
9
+ - Original model: [Microsoft/Phi-3-medium-128k-instruct](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct/tree/main)
10
+ - Model creator: [Microsoft](https://huggingface.co/microsoft)
11
+ - [License](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct/blob/main/LICENSE)
12
+
13
+ ## Recommended Prompt Format (Chat Format)
14
+ ```
15
+ <|user|>
16
+ Provide some context and/or instructions to the model.<|end|>
17
+ <|assistant|>
18
+ AI message goes here<|end|>
19
+ <|user|>
20
+ The user’s message goes here<|end|>
21
+ <|assistant|>
22
+ ```