nisten commited on
Commit
339aa0e
1 Parent(s): 5a43cfe

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: microsoft/Phi-3-medium-128k-instruct
4
+ ---
5
+
6
+ GGUF and imatrix files of https://huggingface.co/microsoft/Phi-3-medium-128k-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
+ Long context config may change, only tested up to 4k so far.
20
+
21
+ Cheers, Nisten