Update README.md
Browse files
README.md
CHANGED
@@ -123,8 +123,9 @@ SYSTEM """
|
|
123 |
"""
|
124 |
|
125 |
PARAMETER num_keep 24
|
126 |
-
PARAMETER temperature 0.
|
127 |
-
PARAMETER
|
|
|
128 |
PARAMETER stop "<|start_header_id|>"
|
129 |
PARAMETER stop "<|end_header_id|>"
|
130 |
PARAMETER stop "<|eot_id|>"
|
|
|
123 |
"""
|
124 |
|
125 |
PARAMETER num_keep 24
|
126 |
+
PARAMETER temperature 0.6
|
127 |
+
PARAMETER top_p 0.9
|
128 |
+
PARAMETER num_predict 2048
|
129 |
PARAMETER stop "<|start_header_id|>"
|
130 |
PARAMETER stop "<|end_header_id|>"
|
131 |
PARAMETER stop "<|eot_id|>"
|