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

Model: rasyosef/Llama-3.1-Minitron-4B-Chat
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-25 04:51:18 +08:00
commit 84e77321d8
10 changed files with 413157 additions and 0 deletions

21
special_tokens_map.json Normal file
View File

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