Upload folder using ModelScope SDK

This commit is contained in:
Cherrytest
2025-06-04 05:28:06 +00:00
parent ccca2ecb4c
commit b33d8a5969
13 changed files with 3069 additions and 1 deletions

17
special_tokens_map.json Normal file
View File

@@ -0,0 +1,17 @@
{
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<|eot_id|>"
}