Upload folder using ModelScope SDK

This commit is contained in:
Cherrytest
2025-07-17 02:49:48 +00:00
parent 75c5b7ef4b
commit fd47c01eb8
19 changed files with 8581 additions and 41 deletions

6
special_tokens_map.json Normal file
View File

@@ -0,0 +1,6 @@
{
"bos_token": "<s>",
"eos_token": "<|im_end|>",
"pad_token": "</s>",
"unk_token": "<unk>"
}