Files
Checkpoint_4epoch_rag/special_tokens_map.json
ModelHub XC 93cf55f1bd 初始化项目,由ModelHub XC社区提供模型
Model: BSC-LT/Checkpoint_4epoch_rag
Source: Original Platform
2026-04-12 08:19:54 +08:00

35 lines
657 B
JSON

{
"additional_special_tokens": [
{
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": "<|im_end|>",
"pad_token": "<unk>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}