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

Model: jaymart7/functiongemma-270m-it-simple-tool-calling
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-03 06:16:25 +08:00
commit 3f6f56a3e9
20 changed files with 548 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": "<eos>",
"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
}
}