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

Model: kenny2021/episodic-nothink2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-28 01:51:03 +08:00
commit 50db3d19de
11 changed files with 51814 additions and 0 deletions

34
special_tokens_map.json Normal file
View File

@@ -0,0 +1,34 @@
{
"boi_token": "<start_of_image>",
"bos_token": {
"content": "<bos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eoi_token": "<end_of_image>",
"eos_token": {
"content": "<end_of_turn>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"image_token": "<image_soft_token>",
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"sfr_token": "<start_function_response>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}