Update generation_config.json
Browse files- generation_config.json +1 -0
generation_config.json
CHANGED
|
@@ -2,5 +2,6 @@
|
|
| 2 |
"do_sample": true,
|
| 3 |
"temperature": 1.0,
|
| 4 |
"top_p": 0.95,
|
|
|
|
| 5 |
"transformers_version": "4.46.1"
|
| 6 |
}
|
|
|
|
| 2 |
"do_sample": true,
|
| 3 |
"temperature": 1.0,
|
| 4 |
"top_p": 0.95,
|
| 5 |
+
"top_k": 40,
|
| 6 |
"transformers_version": "4.46.1"
|
| 7 |
}
|