Commit ·
6d932c4
1
Parent(s): 5b4e2af
Training in progress, step 1000
Browse files- config.json +9 -9
- pytorch_model.bin +2 -2
- tokenizer_config.json +1 -1
- 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 |
"architectures": [
|
|
@@ -11,17 +11,17 @@
|
|
| 11 |
50257
|
| 12 |
],
|
| 13 |
"bos_token_id": 50257,
|
| 14 |
-
"d_model":
|
| 15 |
-
"decoder_attention_heads":
|
| 16 |
-
"decoder_ffn_dim":
|
| 17 |
"decoder_layerdrop": 0.0,
|
| 18 |
-
"decoder_layers":
|
| 19 |
"decoder_start_token_id": 50258,
|
| 20 |
"dropout": 0.0,
|
| 21 |
-
"encoder_attention_heads":
|
| 22 |
-
"encoder_ffn_dim":
|
| 23 |
"encoder_layerdrop": 0.0,
|
| 24 |
-
"encoder_layers":
|
| 25 |
"eos_token_id": 50257,
|
| 26 |
"forced_decoder_ids": null,
|
| 27 |
"init_std": 0.02,
|
|
@@ -30,7 +30,7 @@
|
|
| 30 |
"max_source_positions": 1500,
|
| 31 |
"max_target_positions": 448,
|
| 32 |
"model_type": "whisper",
|
| 33 |
-
"num_hidden_layers":
|
| 34 |
"num_mel_bins": 80,
|
| 35 |
"pad_token_id": 50257,
|
| 36 |
"scale_embedding": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "openai/whisper-medium",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"architectures": [
|
|
|
|
| 11 |
50257
|
| 12 |
],
|
| 13 |
"bos_token_id": 50257,
|
| 14 |
+
"d_model": 1024,
|
| 15 |
+
"decoder_attention_heads": 16,
|
| 16 |
+
"decoder_ffn_dim": 4096,
|
| 17 |
"decoder_layerdrop": 0.0,
|
| 18 |
+
"decoder_layers": 24,
|
| 19 |
"decoder_start_token_id": 50258,
|
| 20 |
"dropout": 0.0,
|
| 21 |
+
"encoder_attention_heads": 16,
|
| 22 |
+
"encoder_ffn_dim": 4096,
|
| 23 |
"encoder_layerdrop": 0.0,
|
| 24 |
+
"encoder_layers": 24,
|
| 25 |
"eos_token_id": 50257,
|
| 26 |
"forced_decoder_ids": null,
|
| 27 |
"init_std": 0.02,
|
|
|
|
| 30 |
"max_source_positions": 1500,
|
| 31 |
"max_target_positions": 448,
|
| 32 |
"model_type": "whisper",
|
| 33 |
+
"num_hidden_layers": 24,
|
| 34 |
"num_mel_bins": 80,
|
| 35 |
"pad_token_id": 50257,
|
| 36 |
"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:094fe63aeb332c29b588288a0a989111394ac5cb1ff02ebe44f4d558a2a12b41
|
| 3 |
+
size 3055754841
|
tokenizer_config.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
},
|
| 20 |
"errors": "replace",
|
| 21 |
"model_max_length": 1024,
|
| 22 |
-
"name_or_path": "openai/whisper-
|
| 23 |
"pad_token": null,
|
| 24 |
"processor_class": "WhisperProcessor",
|
| 25 |
"return_attention_mask": false,
|
|
|
|
| 19 |
},
|
| 20 |
"errors": "replace",
|
| 21 |
"model_max_length": 1024,
|
| 22 |
+
"name_or_path": "openai/whisper-medium",
|
| 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 3707
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a24a354d10cbc19da5b395016c86aca67ce02fbab4986656ecdcc7488a8efb7
|
| 3 |
size 3707
|