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