miqudev commited on
Commit
b8d3525
1 Parent(s): e7f9542

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # miqu 70b
2
+
3
+ First model in the potential series.
4
+
5
+ ## Prompt format: Mistral
6
+
7
+ ```
8
+ <s> [INST] QUERY_1 [/INST] ANSWER_1</s> [INST] QUERY_2 [/INST] ANSWER_2</s>...
9
+ ```
10
+
11
+ Beware that some backends (like llama.cpp) add bos already (by default), so you don't need prepend it yourself.
12
+
13
+ ## Settings
14
+
15
+ DO NOT CHANGE ROPE SETTINGS. This model uses high freq base with 32k seen tokens, it should be fine for most tasks.
16
+
17
+ Only tested with temp 1 and top_p 0.95 with everything else disabled.