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

Model: JetBrains/Mellum-4b-sft-kotlin
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-04 02:03:28 +08:00
commit c66ab9e9ae
13 changed files with 98802 additions and 0 deletions

58
special_tokens_map.json Normal file
View File

@@ -0,0 +1,58 @@
{
"additional_special_tokens": [
"<gh_stars>",
"</system>",
"<issue_start>",
"</think>",
"<commit_after>",
"<assistant>",
"<jupyter_text>",
"<fim_middle>",
"</assistant>",
"<jupyter_code>",
"<user>",
"<filename>",
"<think>",
"<fim_suffix>",
"<fim_prefix>",
"<commit_msg>",
"<fim_pad>",
"<system>",
"<issue_comment>",
"<reponame>",
"<jupyter_start>",
"<issue_closed>",
"<commit_before>",
"<empty_output>",
"<jupyter_output>",
"</user>"
],
"bos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}