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

Model: lightonai/alfred-40b-1023
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-27 07:54:06 +08:00
commit d2718aaff5
24 changed files with 132250 additions and 0 deletions

26
special_tokens_map.json Normal file
View File

@@ -0,0 +1,26 @@
{
"additional_special_tokens": [
">>TITLE<<",
">>ABSTRACT<<",
">>INTRODUCTION<<",
">>SUMMARY<<",
">>COMMENT<<",
">>ANSWER<<",
">>QUESTION<<",
">>DOMAIN<<",
">>PREFIX<<",
">>SUFFIX<<",
">>MIDDLE<<",
"<start_system>",
"<start_user>",
"<start_assistant>",
"<end_message>"
],
"eos_token": {
"content": "<end_message>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}