'upload model'

This commit is contained in:
changyeyu
2024-09-05 23:21:24 +08:00
parent bb37019de4
commit 021a3b433f
13 changed files with 1789 additions and 52 deletions

12
generation_config.json Normal file
View File

@ -0,0 +1,12 @@
{
"_from_model_config": true,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"transformers_version": "4.39.2",
"top_k": 5,
"top_p": 0.8,
"temperature": 0.3,
"repetition_penalty":1.1,
"do_sample": true
}