GuillermoSC
commited on
Commit
•
778c58a
1
Parent(s):
f9844a0
End of training
Browse files
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-base",
|
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": 512,
|
17 |
+
"decoder_attention_heads": 8,
|
18 |
+
"decoder_ffn_dim": 2048,
|
19 |
"decoder_layerdrop": 0.0,
|
20 |
+
"decoder_layers": 6,
|
21 |
"decoder_start_token_id": 50258,
|
22 |
"dropout": 0.0,
|
23 |
+
"encoder_attention_heads": 8,
|
24 |
+
"encoder_ffn_dim": 2048,
|
25 |
"encoder_layerdrop": 0.0,
|
26 |
+
"encoder_layers": 6,
|
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": 6,
|
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:deb4088373601254a99e9253c59c0ec58ad9b870c4932abe660e9e51d8b1f869
|
3 |
+
size 290455265
|
runs/Jun18_13-03-46_9facc82456bb/events.out.tfevents.1687093797.9facc82456bb.12383.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68044302e2be63a0b680d3c8a14c088276e534e35dc1f74ae10ac48da1678ff9
|
3 |
+
size 5380
|
tokenizer_config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
"single_word": false
|
20 |
},
|
21 |
"errors": "replace",
|
22 |
-
"model_max_length":
|
23 |
"pad_token": null,
|
24 |
"processor_class": "WhisperProcessor",
|
25 |
"return_attention_mask": false,
|
|
|
19 |
"single_word": false
|
20 |
},
|
21 |
"errors": "replace",
|
22 |
+
"model_max_length": 448,
|
23 |
"pad_token": null,
|
24 |
"processor_class": "WhisperProcessor",
|
25 |
"return_attention_mask": false,
|
training_args.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:8396cd8cc91477de98767dd4944a2d34e86c1441478c01f6df855fbb44de862d
|
3 |
+
size 4091
|