Upload folder using huggingface_hub
Browse files- config.json +7 -7
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -9,17 +9,17 @@
|
|
| 9 |
"begin_suppress_tokens": null,
|
| 10 |
"bos_token_id": 50257,
|
| 11 |
"classifier_proj_size": 256,
|
| 12 |
-
"d_model":
|
| 13 |
-
"decoder_attention_heads":
|
| 14 |
-
"decoder_ffn_dim":
|
| 15 |
"decoder_layerdrop": 0.0,
|
| 16 |
"decoder_layers": 2,
|
| 17 |
"decoder_start_token_id": 50258,
|
| 18 |
"dropout": 0.0,
|
| 19 |
-
"encoder_attention_heads":
|
| 20 |
-
"encoder_ffn_dim":
|
| 21 |
"encoder_layerdrop": 0.0,
|
| 22 |
-
"encoder_layers":
|
| 23 |
"eos_token_id": 50257,
|
| 24 |
"forced_decoder_ids": null,
|
| 25 |
"init_std": 0.02,
|
|
@@ -35,7 +35,7 @@
|
|
| 35 |
"max_target_positions": 448,
|
| 36 |
"median_filter_width": 7,
|
| 37 |
"model_type": "whisper",
|
| 38 |
-
"num_hidden_layers":
|
| 39 |
"num_mel_bins": 80,
|
| 40 |
"pad_token_id": 50257,
|
| 41 |
"scale_embedding": false,
|
|
|
|
| 9 |
"begin_suppress_tokens": null,
|
| 10 |
"bos_token_id": 50257,
|
| 11 |
"classifier_proj_size": 256,
|
| 12 |
+
"d_model": 384,
|
| 13 |
+
"decoder_attention_heads": 6,
|
| 14 |
+
"decoder_ffn_dim": 1536,
|
| 15 |
"decoder_layerdrop": 0.0,
|
| 16 |
"decoder_layers": 2,
|
| 17 |
"decoder_start_token_id": 50258,
|
| 18 |
"dropout": 0.0,
|
| 19 |
+
"encoder_attention_heads": 6,
|
| 20 |
+
"encoder_ffn_dim": 1536,
|
| 21 |
"encoder_layerdrop": 0.0,
|
| 22 |
+
"encoder_layers": 4,
|
| 23 |
"eos_token_id": 50257,
|
| 24 |
"forced_decoder_ids": null,
|
| 25 |
"init_std": 0.02,
|
|
|
|
| 35 |
"max_target_positions": 448,
|
| 36 |
"median_filter_width": 7,
|
| 37 |
"model_type": "whisper",
|
| 38 |
+
"num_hidden_layers": 4,
|
| 39 |
"num_mel_bins": 80,
|
| 40 |
"pad_token_id": 50257,
|
| 41 |
"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:05b81ba9cb1756265f1c32bcf46100eafc0bd3d647e61b9c6e4eb8f3003384b3
|
| 3 |
+
size 22260094
|