Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -20,10 +20,10 @@
|
|
20 |
"min_p",
|
21 |
"temperature"
|
22 |
],
|
23 |
-
"penalty": 1.
|
24 |
-
"temperature": 0
|
25 |
-
"topP": 0.
|
26 |
"topK": 20,
|
27 |
"min_p": 0,
|
28 |
-
"max_new_tokens":
|
29 |
}
|
|
|
20 |
"min_p",
|
21 |
"temperature"
|
22 |
],
|
23 |
+
"penalty": 1.0,
|
24 |
+
"temperature": 1.0,
|
25 |
+
"topP": 0.95,
|
26 |
"topK": 20,
|
27 |
"min_p": 0,
|
28 |
+
"max_new_tokens": 40960
|
29 |
}
|