Felladrin commited on
Commit
cca8638
1 Parent(s): 69a66bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -6,3 +6,13 @@ base_model: Felladrin/Minueza-32M-Chat
6
  GGUF version of [Felladrin/Minueza-32M-Chat](https://huggingface.co/Felladrin/Minueza-32M-Chat).
7
 
8
  It was not possible to quantize the model after converting it to F16/F32 GGUF, so only those versions are available, being F32 the recommended one for having better precision.
 
 
 
 
 
 
 
 
 
 
 
6
  GGUF version of [Felladrin/Minueza-32M-Chat](https://huggingface.co/Felladrin/Minueza-32M-Chat).
7
 
8
  It was not possible to quantize the model after converting it to F16/F32 GGUF, so only those versions are available, being F32 the recommended one for having better precision.
9
+
10
+ ## Recommended Inference Parameters
11
+
12
+ ```
13
+ temp 0.4
14
+ min-p 0.1
15
+ top_p 1
16
+ top_k 0
17
+ repeat_penalty 1.0
18
+ ```