Félix Marty
commited on
Commit
·
46b9c37
1
Parent(s):
7fad28d
update script
Browse files- run_whisper_ort.py +1 -1
run_whisper_ort.py
CHANGED
@@ -15,7 +15,7 @@ encoder_num_attention_heads = 6
|
|
15 |
decoder_num_attention_heads = 6
|
16 |
hidden_size = 384
|
17 |
encoder_sequence_length = 1500
|
18 |
-
decoder_max_length =
|
19 |
num_hidden_layers = 4
|
20 |
|
21 |
encoder_shape = (
|
|
|
15 |
decoder_num_attention_heads = 6
|
16 |
hidden_size = 384
|
17 |
encoder_sequence_length = 1500
|
18 |
+
decoder_max_length = 448
|
19 |
num_hidden_layers = 4
|
20 |
|
21 |
encoder_shape = (
|