qt-spyro-hf
commited on
Upload Modelfile
Browse filestemperature change to 0
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
|
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>"
|