Update model_config.yaml
Browse files- model_config.yaml +1 -1
model_config.yaml
CHANGED
@@ -12,7 +12,7 @@ encoder_ffn_dim: 3072
|
|
12 |
encoder_layerdrop: 0.0
|
13 |
decoder_layerdrop: 0.0
|
14 |
decoder_start_token_id: 50258
|
15 |
-
use_cache:
|
16 |
sampling_rate: 16000
|
17 |
is_encoder_decoder: true
|
18 |
activation_function: gelu
|
|
|
12 |
encoder_layerdrop: 0.0
|
13 |
decoder_layerdrop: 0.0
|
14 |
decoder_start_token_id: 50258
|
15 |
+
use_cache: false
|
16 |
sampling_rate: 16000
|
17 |
is_encoder_decoder: true
|
18 |
activation_function: gelu
|