Files
falcon-mamba-7b-instruct/special_tokens_map.json
ModelHub XC bac81865e6 初始化项目,由ModelHub XC社区提供模型
Model: tiiuae/falcon-mamba-7b-instruct
Source: Original Platform
2026-08-16 06:43:18 +08:00

37 lines
703 B
JSON

{
"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
}
}