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

Model: GeneralAnalysis/GA_Guard_1B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-22 12:51:17 +08:00
commit f4952468ad
12 changed files with 2805 additions and 0 deletions

116
special_tokens_map.json Normal file
View File

@@ -0,0 +1,116 @@
{
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"additional_special_tokens": [
{
"content": "<illicit_activities_violation>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<hate_and_abuse_violation>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<pii_and_ip_violation>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<prompt_security_violation>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<sexual_content_violation>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<misinformation_violation>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<violence_and_self_harm_violation>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<illicit_activities_not_violation>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<hate_and_abuse_not_violation>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<pii_and_ip_not_violation>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<prompt_security_not_violation>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<sexual_content_not_violation>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<misinformation_not_violation>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<violence_and_self_harm_not_violation>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
]
}