fix: update `generation_config.json`to default to stochastic sampling (temp 0.15) (#24)
Browse files- fix: update `generation_config.json`to default to stochastic sampling (temp 0.15) (bf57b434d62bd0eb3bc37950d6f3c643edf15562)
Co-authored-by: casinca <[email protected]>
- generation_config.json +2 -0
generation_config.json
CHANGED
|
@@ -3,5 +3,7 @@
|
|
| 3 |
"eos_token_id": 2,
|
| 4 |
"max_length": 262144,
|
| 5 |
"pad_token_id": 11,
|
|
|
|
|
|
|
| 6 |
"transformers_version": "5.0.0.dev0"
|
| 7 |
}
|
|
|
|
| 3 |
"eos_token_id": 2,
|
| 4 |
"max_length": 262144,
|
| 5 |
"pad_token_id": 11,
|
| 6 |
+
"do_sample": true,
|
| 7 |
+
"temperature": 0.15,
|
| 8 |
"transformers_version": "5.0.0.dev0"
|
| 9 |
}
|