Files
llama3.2-3B-s-whispervq-init/special_tokens_map.json
ModelHub XC af987b0e1a 初始化项目,由ModelHub XC社区提供模型
Model: homebrewltd/llama3.2-3B-s-whispervq-init
Source: Original Platform
2026-06-30 06:46:12 +08:00

33 lines
629 B
JSON

{
"additional_special_tokens": [
{
"content": "<|sound_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|sound_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}