Upload folder using ModelScope SDK

This commit is contained in:
Cherrytest
2025-09-08 18:26:13 +00:00
parent 12c72a10fb
commit 5e69d591a6
18 changed files with 3131 additions and 42 deletions

12
generation_config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": [
2,
73440
],
"pad_token_id": 2,
"temperature": 0.8,
"top_p": 0.8,
"transformers_version": "4.46.1"
}