Upload folder using ModelScope SDK

This commit is contained in:
Cherrytest
2025-08-05 18:38:50 +00:00
parent 0422a104e2
commit 4a757648f3
20 changed files with 1063 additions and 42 deletions

5
special_tokens_map.json Normal file
View File

@ -0,0 +1,5 @@
{
"bos_token": "<|startoftext|>",
"eos_token": "<|return|>",
"pad_token": "<|endoftext|>"
}