Training in progress, step 200
Browse files- config.json +9 -9
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "openai/whisper-
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
@@ -13,17 +13,17 @@
|
|
13 |
],
|
14 |
"bos_token_id": 50257,
|
15 |
"classifier_proj_size": 256,
|
16 |
-
"d_model":
|
17 |
-
"decoder_attention_heads":
|
18 |
-
"decoder_ffn_dim":
|
19 |
"decoder_layerdrop": 0.0,
|
20 |
-
"decoder_layers":
|
21 |
"decoder_start_token_id": 50258,
|
22 |
"dropout": 0.0,
|
23 |
-
"encoder_attention_heads":
|
24 |
-
"encoder_ffn_dim":
|
25 |
"encoder_layerdrop": 0.0,
|
26 |
-
"encoder_layers":
|
27 |
"eos_token_id": 50257,
|
28 |
"forced_decoder_ids": null,
|
29 |
"init_std": 0.02,
|
@@ -38,7 +38,7 @@
|
|
38 |
"max_source_positions": 1500,
|
39 |
"max_target_positions": 448,
|
40 |
"model_type": "whisper",
|
41 |
-
"num_hidden_layers":
|
42 |
"num_mel_bins": 80,
|
43 |
"pad_token_id": 50257,
|
44 |
"scale_embedding": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "openai/whisper-medium",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
|
|
13 |
],
|
14 |
"bos_token_id": 50257,
|
15 |
"classifier_proj_size": 256,
|
16 |
+
"d_model": 1024,
|
17 |
+
"decoder_attention_heads": 16,
|
18 |
+
"decoder_ffn_dim": 4096,
|
19 |
"decoder_layerdrop": 0.0,
|
20 |
+
"decoder_layers": 24,
|
21 |
"decoder_start_token_id": 50258,
|
22 |
"dropout": 0.0,
|
23 |
+
"encoder_attention_heads": 16,
|
24 |
+
"encoder_ffn_dim": 4096,
|
25 |
"encoder_layerdrop": 0.0,
|
26 |
+
"encoder_layers": 24,
|
27 |
"eos_token_id": 50257,
|
28 |
"forced_decoder_ids": null,
|
29 |
"init_std": 0.02,
|
|
|
38 |
"max_source_positions": 1500,
|
39 |
"max_target_positions": 448,
|
40 |
"model_type": "whisper",
|
41 |
+
"num_hidden_layers": 24,
|
42 |
"num_mel_bins": 80,
|
43 |
"pad_token_id": 50257,
|
44 |
"scale_embedding": false,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a1fafc40ba8352c92960a0db9f49e777ce42e7cdc7c92327b400f279b553b4c
|
3 |
+
size 3055754841
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3707
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7677e8dd8c825ffa1d13c83f7f1875bc105b9a5f0b423a430332e80c88c683f5
|
3 |
size 3707
|