Upload folder using ModelScope SDK

This commit is contained in:
Cherrytest
2025-08-05 19:10:50 +00:00
parent 83440eb804
commit 0056bf5ec6
39 changed files with 1679 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|>"
}