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

Model: thirdeyeai/SmolLM2-1.7B-Instruct-Uncensored
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-22 13:20:05 +08:00
commit c310d23189
10 changed files with 147622 additions and 0 deletions

28
special_tokens_map.json Normal file
View File

@@ -0,0 +1,28 @@
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"bos_token": {
"content": "<|im_start|>",
"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": "<|im_end|>",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}