Update generation_config.json
Browse files- generation_config.json +3 -3
generation_config.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"temperature": 0.
|
| 3 |
"top_k": 40,
|
| 4 |
-
"top_p": 0.
|
| 5 |
-
"repetition_penalty": 1.
|
| 6 |
"no_repeat_ngram_size": 2,
|
| 7 |
"do_sample": true,
|
| 8 |
"max_length": 70,
|
|
|
|
| 1 |
{
|
| 2 |
+
"temperature": 0.8,
|
| 3 |
"top_k": 40,
|
| 4 |
+
"top_p": 0.95,
|
| 5 |
+
"repetition_penalty": 1.2,
|
| 6 |
"no_repeat_ngram_size": 2,
|
| 7 |
"do_sample": true,
|
| 8 |
"max_length": 70,
|