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

Model: analist/agent_gemma_16bit
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-13 05:59:56 +08:00
commit 08b47cd27a
10 changed files with 51797 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
}
}