This commit is contained in:
root 2024-10-30 15:49:00 +08:00
parent dd3a6be22f
commit 982d0a49a8
1 changed files with 10 additions and 0 deletions

10
generation_config.json Normal file
View File

@ -0,0 +1,10 @@
{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"pad_token_id": 0,
"temperature": 0.6,
"max_length": 4096,
"top_p": 0.9,
"transformers_version": "4.31.0.dev0"
}