Files
Faust-1/special_tokens_map.json
ModelHub XC 4696ec8d99 初始化项目,由ModelHub XC社区提供模型
Model: tabularisai/Faust-1
Source: Original Platform
2026-05-27 05:22:17 +08:00

46 lines
869 B
JSON

{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|im_sep|>",
"<|special_0|>",
"<|special_1|>",
"<|special_2|>",
"<|special_3|>",
"<|special_4|>",
"<|special_5|>",
"<|special_6|>",
"<|special_7|>",
"<|special_8|>",
"<|special_9|>"
],
"bos_token": {
"content": "<|bos|>",
"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": {
"content": "<|pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|unk|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}