Files
Full-juni-dolphin-2.1-mistr…/special_tokens_map.json
ModelHub XC 862551e74c 初始化项目,由ModelHub XC社区提供模型
Model: Abe13/Full-juni-dolphin-2.1-mistral-7b
Source: Original Platform
2026-06-03 20:20:42 +08:00

38 lines
668 B
JSON

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