OpenMOSS-Team/MOSS-TTS-Realtime
10711k
1{2 "add_bos_token": false,3 "add_prefix_space": false,4 "auto_map": {5 "AutoProcessor": "processing_mossttsrealtime.MossTTSRealtimeProcessor"6 },7 "added_tokens_decoder": {8 "151643": {9 "content": "<|endoftext|>",10 "lstrip": false,11 "normalized": false,12 "rstrip": false,13 "single_word": false,14 "special": true15 },16 "151644": {17 "content": "<|im_start|>",18 "lstrip": false,19 "normalized": false,20 "rstrip": false,21 "single_word": false,22 "special": true23 },24 "151645": {25 "content": "<|im_end|>",26 "lstrip": false,27 "normalized": false,28 "rstrip": false,29 "single_word": false,30 "special": true31 },32 "151646": {33 "content": "<|object_ref_start|>",34 "lstrip": false,35 "normalized": false,36 "rstrip": false,37 "single_word": false,38 "special": true39 },40 "151647": {41 "content": "<|object_ref_end|>",42 "lstrip": false,43 "normalized": false,44 "rstrip": false,45 "single_word": false,46 "special": true47 },48 "151648": {49 "content": "<|box_start|>",50 "lstrip": false,51 "normalized": false,52 "rstrip": false,53 "single_word": false,54 "special": true55 },56 "151649": {57 "content": "<|box_end|>",58 "lstrip": false,59 "normalized": false,60 "rstrip": false,61 "single_word": false,62 "special": true63 },64 "151650": {65 "content": "<|quad_start|>",66 "lstrip": false,67 "normalized": false,68 "rstrip": false,69 "single_word": false,70 "special": true71 },72 "151651": {73 "content": "<|quad_end|>",74 "lstrip": false,75 "normalized": false,76 "rstrip": false,77 "single_word": false,78 "special": true79 },80 "151652": {81 "content": "<|audio_start|>",82 "lstrip": false,83 "normalized": false,84 "rstrip": false,85 "single_word": false,86 "special": true87 },88 "151653": {89 "content": "<|audio_end|>",90 "lstrip": false,91 "normalized": false,92 "rstrip": false,93 "single_word": false,94 "special": true95 },96 "151654": {97 "content": "<|audio_pad|>",98 "lstrip": false,99 "normalized": false,100 "rstrip": false,101 "single_word": false,102 "special": true103 },104 "151655": {105 "content": "<|text_pad|>",106 "lstrip": false,107 "normalized": false,108 "rstrip": false,109 "single_word": false,110 "special": true111 },112 "151656": {113 "content": "<|video_pad|>",114 "lstrip": false,115 "normalized": false,116 "rstrip": false,117 "single_word": false,118 "special": true119 },120 "151657": {121 "content": "<tool_call>",122 "lstrip": false,123 "normalized": false,124 "rstrip": false,125 "single_word": false,126 "special": false127 },128 "151658": {129 "content": "</tool_call>",130 "lstrip": false,131 "normalized": false,132 "rstrip": false,133 "single_word": false,134 "special": false135 },136 "151659": {137 "content": "<|fim_prefix|>",138 "lstrip": false,139 "normalized": false,140 "rstrip": false,141 "single_word": false,142 "special": false143 },144 "151660": {145 "content": "<|fim_middle|>",146 "lstrip": false,147 "normalized": false,148 "rstrip": false,149 "single_word": false,150 "special": false151 },152 "151661": {153 "content": "<|fim_suffix|>",154 "lstrip": false,155 "normalized": false,156 "rstrip": false,157 "single_word": false,158 "special": false159 },160 "151662": {161 "content": "<|fim_pad|>",162 "lstrip": false,163 "normalized": false,164 "rstrip": false,165 "single_word": false,166 "special": false167 },168 "151663": {169 "content": "<|repo_name|>",170 "lstrip": false,171 "normalized": false,172 "rstrip": false,173 "single_word": false,174 "special": false175 },176 "151664": {177 "content": "<|file_sep|>",178 "lstrip": false,179 "normalized": false,180 "rstrip": false,181 "single_word": false,182 "special": false183 },184 "151665": {185 "content": "<tool_response>",186 "lstrip": false,187 "normalized": false,188 "rstrip": false,189 "single_word": false,190 "special": false191 },192 "151666": {193 "content": "</tool_response>",194 "lstrip": false,195 "normalized": false,196 "rstrip": false,197 "single_word": false,198 "special": false199 },200 "151667": {201 "content": "<think>",202 "lstrip": false,203 "normalized": false,204 "rstrip": false,205 "single_word": false,206 "special": false207 },208 "151668": {209 "content": "</think>",210 "lstrip": false,211 "normalized": false,212 "rstrip": false,213 "single_word": false,214 "special": false215 }216 },217 "additional_special_tokens": [218 "<|im_start|>",219 "<|im_end|>",220 "<|object_ref_start|>",221 "<|object_ref_end|>",222 "<|box_start|>",223 "<|box_end|>",224 "<|quad_start|>",225 "<|quad_end|>",226 "<|audio_start|>",227 "<|audio_end|>",228 "<|audio_pad|>",229 "<|image_pad|>",230 "<|video_pad|>"231 ],232 "bos_token": null,233 "clean_up_tokenization_spaces": false,234 "eos_token": "<|im_end|>",235 "errors": "replace",236 "extra_special_tokens": {},237 "model_max_length": 131072,238 "pad_token": "<|endoftext|>",239 "processor_class": "MossTTSRealtimeProcessor",240 "split_special_tokens": false,241 "tokenizer_class": "Qwen2Tokenizer",242 "unk_token": null243}244 