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

Model: tiiuae/falcon-mamba-7b-instruct
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-16 06:43:18 +08:00
commit bac81865e6
12 changed files with 131211 additions and 0 deletions

36
special_tokens_map.json Normal file
View File

@@ -0,0 +1,36 @@
{
"additional_special_tokens": [
">>TITLE<<",
">>ABSTRACT<<",
">>INTRODUCTION<<",
">>SUMMARY<<",
">>COMMENT<<",
">>ANSWER<<",
">>QUESTION<<",
"assistant",
"<|begin_of_text|>",
"<|im_start|>",
"<|im_end|>"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}