Upload folder using ModelScope SDK

This commit is contained in:
Cherrytest
2025-05-16 02:59:21 +00:00
parent a5ca1287d7
commit 6219c53e72
11 changed files with 2712 additions and 41 deletions

21
special_tokens_map.json Normal file
View File

@@ -0,0 +1,21 @@
{
"additional_special_tokens": [
"<|begin_of_text|>",
"<|eot_id|>"
],
"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|>"
}