Adding top_k and top_p to generation_config.json

This commit is contained in:
ai-modelscope
2025-03-20 06:06:43 +08:00
parent 0f7cfaf3fd
commit f59372281f

View File

@ -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"
}