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

Model: FlyDutch/telechat2-7b-Cot
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-25 16:32:12 +08:00
commit 6392bbeaf1
18 changed files with 2104 additions and 0 deletions

42
special_tokens_map.json Normal file
View File

@@ -0,0 +1,42 @@
{
"additional_special_tokens": [
"<_start>",
"<_end>",
"<_pad>",
"<_user>",
"<_bot>",
"<_system>",
"<tool_call>",
"</tool_call>",
"<tool_response>",
"</tool_response>"
],
"bos_token": {
"content": "<_start>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<_end>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<_pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}