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

Model: wassname/llama-3.2-3b-sft
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-29 16:09:16 +08:00
commit f556e592f0
16 changed files with 8149 additions and 0 deletions

33
special_tokens_map.json Normal file
View File

@@ -0,0 +1,33 @@
{
"additional_special_tokens": [
"<|start_of_thinking|>",
"<|end_of_thinking|>",
"<|start_of_tools|>",
"<|end_of_tools|>",
"<|start_of_tool_calls|>",
"<|end_of_tool_calls|>",
"<|start_of_tool_results|>",
"<|end_of_tool_results|>"
],
"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": {
"content": "<|finetune_right_pad_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}