Update README.md

This commit is contained in:
ai-modelscope
2025-02-14 15:23:09 +08:00
parent 07d7e951e6
commit 38ada9e893
17 changed files with 2797 additions and 63 deletions

9
generation_config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"_from_model_config": true,
"bos_token_id": 128000,
"do_sample": true,
"eos_token_id": 128001,
"temperature": 0.6,
"top_p": 0.9,
"transformers_version": "4.47.1"
}