Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: microsoft/Phi-3-medium-4k-instruct
|
4 |
+
---
|
5 |
+
|
6 |
+
GGUF and imatrix files of https://huggingface.co/microsoft/Phi-3-medium-4k-instruct
|
7 |
+
### Chat Format
|
8 |
+
|
9 |
+
```markdown
|
10 |
+
<|user|>\nQuestion <|end|>\n<|assistant|>
|
11 |
+
```
|
12 |
+
For example:
|
13 |
+
```markdown
|
14 |
+
<|user|>
|
15 |
+
How to explain Internet for a medieval knight?<|end|>
|
16 |
+
<|assistant|>
|
17 |
+
```
|
18 |
+
More uploading and perplexity benchmarks to be posted soon.
|
19 |
+
|
20 |
+
Cheers, Nisten
|