Update config.json
Browse files- config.json +12 -14
config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"model_type": "qwen3_tts",
|
| 12 |
"tokenizer_type": "qwen3_tts_tokenizer_12hz",
|
| 13 |
"tts_model_size": "1b7",
|
| 14 |
-
"tts_model_type": "
|
| 15 |
"speaker_encoder_config": {
|
| 16 |
"enc_dim": 2048,
|
| 17 |
"sample_rate": 24000
|
|
@@ -113,26 +113,24 @@
|
|
| 113 |
"codec_eos_token_id": 2150,
|
| 114 |
"codec_think_id": 2154,
|
| 115 |
"codec_language_id": {
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
},
|
| 127 |
"codec_nothink_id": 2155,
|
| 128 |
"codec_pad_id": 2148,
|
| 129 |
"codec_think_bos_id": 2156,
|
| 130 |
"codec_think_eos_id": 2157,
|
| 131 |
"spk_id": {
|
| 132 |
-
"italian_multi": 3000
|
| 133 |
},
|
| 134 |
"spk_is_dialect": {
|
| 135 |
-
"italian_multi": false
|
| 136 |
},
|
| 137 |
"head_dim": 128,
|
| 138 |
"hidden_act": "silu",
|
|
@@ -166,4 +164,4 @@
|
|
| 166 |
"vocab_size": 3072
|
| 167 |
},
|
| 168 |
"transformers_version": "4.57.3"
|
| 169 |
-
}
|
|
|
|
| 11 |
"model_type": "qwen3_tts",
|
| 12 |
"tokenizer_type": "qwen3_tts_tokenizer_12hz",
|
| 13 |
"tts_model_size": "1b7",
|
| 14 |
+
"tts_model_type": "base",
|
| 15 |
"speaker_encoder_config": {
|
| 16 |
"enc_dim": 2048,
|
| 17 |
"sample_rate": 24000
|
|
|
|
| 113 |
"codec_eos_token_id": 2150,
|
| 114 |
"codec_think_id": 2154,
|
| 115 |
"codec_language_id": {
|
| 116 |
+
"chinese": 2055,
|
| 117 |
+
"english": 2050,
|
| 118 |
+
"german": 2053,
|
| 119 |
+
"italian": 2070,
|
| 120 |
+
"portuguese": 2071,
|
| 121 |
+
"spanish": 2054,
|
| 122 |
+
"japanese": 2058,
|
| 123 |
+
"korean": 2064,
|
| 124 |
+
"french": 2061,
|
| 125 |
+
"russian": 2069
|
| 126 |
},
|
| 127 |
"codec_nothink_id": 2155,
|
| 128 |
"codec_pad_id": 2148,
|
| 129 |
"codec_think_bos_id": 2156,
|
| 130 |
"codec_think_eos_id": 2157,
|
| 131 |
"spk_id": {
|
|
|
|
| 132 |
},
|
| 133 |
"spk_is_dialect": {
|
|
|
|
| 134 |
},
|
| 135 |
"head_dim": 128,
|
| 136 |
"hidden_act": "silu",
|
|
|
|
| 164 |
"vocab_size": 3072
|
| 165 |
},
|
| 166 |
"transformers_version": "4.57.3"
|
| 167 |
+
}
|