Upload to Wan-AI/Wan2.2-Animate-14B on ModelScope hub

This commit is contained in:
kelseye
2025-09-11 12:37:22 +00:00
parent 777afb6458
commit 9f0313da34
34 changed files with 5148 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"content": "<mask>",
"lstrip": true,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"sep_token": "</s>",
"unk_token": "<unk>"
}