初始化项目,由ModelHub XC社区提供模型

Model: Efficient-Large-Model/Fast_dLLM_1.5B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-08 01:30:13 +08:00
commit d07e3fc172
19 changed files with 1570 additions and 0 deletions

25
special_tokens_map.json Normal file
View File

@@ -0,0 +1,25 @@
{
"additional_special_tokens": [
{
"content": "|<MASK>|",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}