Files
Full-juni-Mistral-7B-OpenOrca/special_tokens_map.json
ModelHub XC d35c01dbe0 初始化项目,由ModelHub XC社区提供模型
Model: Abe13/Full-juni-Mistral-7B-OpenOrca
Source: Original Platform
2026-06-10 14:18:44 +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
}
}