Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -8,11 +8,11 @@
|
|
8 |
"attention_dropout": 0.0,
|
9 |
"begin_suppress_tokens": [
|
10 |
220,
|
11 |
-
|
12 |
],
|
13 |
"bos_token_id": 50257,
|
14 |
"d_model": 1280,
|
15 |
-
"decoder_attention_heads":
|
16 |
"decoder_ffn_dim": 5120,
|
17 |
"decoder_layerdrop": 0.0,
|
18 |
"decoder_layers": 32,
|
@@ -44,7 +44,7 @@
|
|
44 |
"model_type": "whisper",
|
45 |
"num_hidden_layers": 32,
|
46 |
"num_mel_bins": 80,
|
47 |
-
"pad_token_id":
|
48 |
"scale_embedding": false,
|
49 |
"suppress_tokens": [
|
50 |
1,
|
|
|
8 |
"attention_dropout": 0.0,
|
9 |
"begin_suppress_tokens": [
|
10 |
220,
|
11 |
+
50257
|
12 |
],
|
13 |
"bos_token_id": 50257,
|
14 |
"d_model": 1280,
|
15 |
+
"decoder_attention_heads": 20,
|
16 |
"decoder_ffn_dim": 5120,
|
17 |
"decoder_layerdrop": 0.0,
|
18 |
"decoder_layers": 32,
|
|
|
44 |
"model_type": "whisper",
|
45 |
"num_hidden_layers": 32,
|
46 |
"num_mel_bins": 80,
|
47 |
+
"pad_token_id": 50257,
|
48 |
"scale_embedding": false,
|
49 |
"suppress_tokens": [
|
50 |
1,
|