Upload folder using ModelScope SDK

This commit is contained in:
Cherrytest
2025-07-09 05:07:27 +00:00
parent cd88d49823
commit 718193d989
12 changed files with 3014 additions and 42 deletions

16
special_tokens_map.json Normal file
View File

@@ -0,0 +1,16 @@
{
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|finetune_right_pad_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}