Files
semantic-turn-taking/special_tokens_map.json
ModelHub XC a288e309b5 初始化项目,由ModelHub XC社区提供模型
Model: anyreach-ai/semantic-turn-taking
Source: Original Platform
2026-04-29 12:06:38 +08:00

54 lines
1.1 KiB
JSON

{
"additional_special_tokens": [
{
"content": "<|continue_listening|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|start_speaking|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|start_listening|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|continue_speaking|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|predict|>",
"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": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}