Upload WhisperForConditionalGeneration
Browse files- config.json +6 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation_dropout": 0.0,
|
| 3 |
"activation_function": "gelu",
|
|
|
|
|
|
|
|
|
|
| 4 |
"attention_dropout": 0.0,
|
| 5 |
"bos_token_id": 50257,
|
| 6 |
"d_model": 768,
|
|
@@ -8,7 +12,7 @@
|
|
| 8 |
"decoder_ffn_dim": 3072,
|
| 9 |
"decoder_layerdrop": 0.0,
|
| 10 |
"decoder_layers": 12,
|
| 11 |
-
"decoder_start_token_id":
|
| 12 |
"dropout": 0.0,
|
| 13 |
"encoder_attention_heads": 12,
|
| 14 |
"encoder_ffn_dim": 3072,
|
|
@@ -112,6 +116,7 @@
|
|
| 112 |
"num_mel_bins": 80,
|
| 113 |
"pad_token_id": 0,
|
| 114 |
"scale_embedding": false,
|
|
|
|
| 115 |
"transformers_version": "4.23.0.dev0",
|
| 116 |
"use_cache": true,
|
| 117 |
"vocab_size": 51865
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "openai/whisper-small",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
+
"architectures": [
|
| 6 |
+
"WhisperForConditionalGeneration"
|
| 7 |
+
],
|
| 8 |
"attention_dropout": 0.0,
|
| 9 |
"bos_token_id": 50257,
|
| 10 |
"d_model": 768,
|
|
|
|
| 12 |
"decoder_ffn_dim": 3072,
|
| 13 |
"decoder_layerdrop": 0.0,
|
| 14 |
"decoder_layers": 12,
|
| 15 |
+
"decoder_start_token_id": 50258,
|
| 16 |
"dropout": 0.0,
|
| 17 |
"encoder_attention_heads": 12,
|
| 18 |
"encoder_ffn_dim": 3072,
|
|
|
|
| 116 |
"num_mel_bins": 80,
|
| 117 |
"pad_token_id": 0,
|
| 118 |
"scale_embedding": false,
|
| 119 |
+
"torch_dtype": "float32",
|
| 120 |
"transformers_version": "4.23.0.dev0",
|
| 121 |
"use_cache": true,
|
| 122 |
"vocab_size": 51865
|
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:ea40d8f6c99cada3695b9ddec20d5ee228a58292650b79c94d8600f567bf9b37
|
| 3 |
+
size 967092419
|