Files
Aitana-TA-2B-S/special_tokens_map.json
ModelHub XC 39c8a69e4c 初始化项目,由ModelHub XC社区提供模型
Model: gplsi/Aitana-TA-2B-S
Source: Original Platform
2026-08-27 18:32:16 +08:00

29 lines
524 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": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<|im_end|>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}