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

Model: inclusionAI/Ring-lite-distill-preview
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-11 07:34:55 +08:00
commit d3bee10885
16 changed files with 7521 additions and 0 deletions

15
special_tokens_map.json Normal file
View File

@@ -0,0 +1,15 @@
{
"additional_special_tokens": [
"<|number_end|>",
"<|arithmetic_start|>",
"</role>",
"<|arithmetic_end|>",
"<role>",
"<|number_start|>"
],
"bos_token": "<|startoftext|>",
"cls_token": "[CLS]",
"eos_token": "<|endoftext|>",
"gmask_token": "[gMASK]",
"pad_token": "<|endoftext|>"
}