Files
offensive-powershell-CodeGP…/special_tokens_map.json
ModelHub XC 2b8c79d492 初始化项目,由ModelHub XC社区提供模型
Model: dessertlab/offensive-powershell-CodeGPT-small
Source: Original Platform
2026-06-14 04:26:17 +08:00

32 lines
578 B
JSON

{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"sep_token": "<EOL>",
"unk_token": {
"content": "<|UNKNOWN|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}