Update generation_config.json
Browse files- generation_config.json +2 -2
generation_config.json
CHANGED
|
@@ -8,6 +8,6 @@
|
|
| 8 |
],
|
| 9 |
"repetition_penalty": 1.03,
|
| 10 |
"top_k": 1,
|
| 11 |
-
"top_p": 1
|
| 12 |
-
"temperature":
|
| 13 |
}
|
|
|
|
| 8 |
],
|
| 9 |
"repetition_penalty": 1.03,
|
| 10 |
"top_k": 1,
|
| 11 |
+
"top_p": 1.0,
|
| 12 |
+
"temperature":0.0
|
| 13 |
}
|