Files
Aitana-7B-S-Instruct-v0.1/special_tokens_map.json
ModelHub XC 14f52bfbb8 初始化项目,由ModelHub XC社区提供模型
Model: gplsi/Aitana-7B-S-Instruct-v0.1
Source: Original Platform
2026-05-20 01:39:35 +08:00

29 lines
513 B
JSON

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