Files
OpenCodeInterpreter-CL-7B/special_tokens_map.json
ModelHub XC ee3fc79507 初始化项目,由ModelHub XC社区提供模型
Model: m-a-p/OpenCodeInterpreter-CL-7B
Source: Original Platform
2026-05-29 17:08:12 +08:00

31 lines
535 B
JSON

{
"additional_special_tokens": [
"▁<PRE>",
"▁<MID>",
"▁<SUF>",
"▁<EOT>"
],
"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": "</s>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}