Update model.json
#4
by
pkufool
- opened
- model.json +18 -18
model.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
| 1 |
{
|
| 2 |
"model" : {
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
},
|
| 22 |
"feature" : {
|
| 23 |
"sampling_rate": 24000,
|
|
|
|
| 1 |
{
|
| 2 |
"model" : {
|
| 3 |
+
"fm_decoder_downsampling_factor" : "1,2,4,2,1",
|
| 4 |
+
"fm_decoder_num_layers" : "2,2,4,4,4",
|
| 5 |
+
"fm_decoder_cnn_module_kernel" : "31,15,7,15,31",
|
| 6 |
+
"fm_decoder_feedforward_dim" : 1536,
|
| 7 |
+
"fm_decoder_num_heads" : 4,
|
| 8 |
+
"fm_decoder_dim" : 512,
|
| 9 |
+
"text_encoder_downsampling_factor" : "1",
|
| 10 |
+
"text_encoder_num_layers" : "4",
|
| 11 |
+
"text_encoder_feedforward_dim" : 512,
|
| 12 |
+
"text_encoder_cnn_module_kernel" : 9,
|
| 13 |
+
"text_encoder_num_heads" : 4,
|
| 14 |
+
"text_encoder_dim" : 192,
|
| 15 |
+
"query_head_dim" : 32,
|
| 16 |
+
"value_head_dim" : 32,
|
| 17 |
+
"pos_head_dim" : 4,
|
| 18 |
+
"pos_dim" : 48,
|
| 19 |
+
"time_embed_dim" : 192,
|
| 20 |
+
"text_embed_dim" : 192
|
| 21 |
},
|
| 22 |
"feature" : {
|
| 23 |
"sampling_rate": 24000,
|