Adding top_k and top_p to generation_config.json

This commit is contained in:
Ryan Mullins 2025-03-19 15:47:24 +00:00
parent dbd91bbaf6
commit b11f99abc1

@ -1,11 +1,13 @@
{
"_from_model_config": true,
"bos_token_id": 2,
"cache_implementation": "hybrid",
"do_sample": true,
"eos_token_id": [
1,
106
],
"pad_token_id": 0,
"top_k": 64,
"top_p": 0.95,
"transformers_version": "4.50.0.dev0"
}