Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_name_or_path": "openai/whisper-large-v3",
|
3 |
-
"activation_dropout": 0.
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
6 |
"architectures": [
|
@@ -19,7 +19,7 @@
|
|
19 |
"decoder_layerdrop": 0.0,
|
20 |
"decoder_layers": 32,
|
21 |
"decoder_start_token_id": 50258,
|
22 |
-
"dropout": 0.
|
23 |
"encoder_attention_heads": 20,
|
24 |
"encoder_ffn_dim": 5120,
|
25 |
"encoder_layerdrop": 0.0,
|
|
|
1 |
{
|
2 |
"_name_or_path": "openai/whisper-large-v3",
|
3 |
+
"activation_dropout": 0.1,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
6 |
"architectures": [
|
|
|
19 |
"decoder_layerdrop": 0.0,
|
20 |
"decoder_layers": 32,
|
21 |
"decoder_start_token_id": 50258,
|
22 |
+
"dropout": 0.1,
|
23 |
"encoder_attention_heads": 20,
|
24 |
"encoder_ffn_dim": 5120,
|
25 |
"encoder_layerdrop": 0.0,
|