Add generation_config.json

This commit is contained in:
ai-modelscope
2025-01-21 20:23:20 +08:00
parent eff58c5092
commit e3c059a7c4
3 changed files with 13 additions and 2 deletions

9
generation_config.json Normal file
View File

@ -0,0 +1,9 @@
{
"_from_model_config": true,
"bos_token_id": 151646,
"eos_token_id": 151643,
"do_sample": true,
"temperature": 0.6,
"top_p": 0.95,
"transformers_version": "4.39.3"
}