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

Model: ibm-granite/granite-guardian-3.2-8b-factuality-detection
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-25 10:30:18 +08:00
commit 54d3fd7355
17 changed files with 294828 additions and 0 deletions

29
special_tokens_map.json Normal file
View File

@@ -0,0 +1,29 @@
{
"additional_special_tokens": [
"<|start_of_role|>",
"<|end_of_role|>",
"<|tool_call|>"
],
"bos_token": {
"content": "<|end_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": "<|end_of_text|>",
"unk_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}