qt-spyro-hf commited on
Commit
0eee366
·
verified ·
1 Parent(s): 90cc058

Upload Modelfile

Browse files

temperature change to 0

Files changed (1) hide show
  1. Modelfile +1 -1
Modelfile CHANGED
@@ -4,7 +4,7 @@ FROM codellama:13b-code
4
  ADAPTER ./codellama-13b-qml.gguf
5
 
6
  # Parameters optimized for code generation
7
- PARAMETER temperature 0.4
8
  PARAMETER repeat_penalty 1.1
9
  PARAMETER num_predict 300
10
  PARAMETER stop "<SUF>"
 
4
  ADAPTER ./codellama-13b-qml.gguf
5
 
6
  # Parameters optimized for code generation
7
+ PARAMETER temperature 0
8
  PARAMETER repeat_penalty 1.1
9
  PARAMETER num_predict 300
10
  PARAMETER stop "<SUF>"