Update README.md

This commit is contained in:
ai-modelscope
2025-02-17 20:54:10 +08:00
parent 27abdd80a7
commit aea1b89605
11 changed files with 195 additions and 65 deletions

8
generation_config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_length": 2048,
"pad_token_id": 0,
"transformers_version": "4.37.0"
}