Upload folder using ModelScope SDK

This commit is contained in:
Cherrytest
2025-08-25 18:31:20 +00:00
parent edc927ed79
commit 987e5ef4b4
13 changed files with 594 additions and 42 deletions

14
generation_config.json Normal file
View File

@@ -0,0 +1,14 @@
{
"bos_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"max_length": 40960,
"pad_token_id": 151654,
"temperature": 0.6,
"top_k": 20,
"top_p": 0.95,
"transformers_version": "4.55.2"
}