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": 1280,
|
@@ -8,7 +12,7 @@
|
|
8 |
"decoder_ffn_dim": 5120,
|
9 |
"decoder_layerdrop": 0.0,
|
10 |
"decoder_layers": 32,
|
11 |
-
"decoder_start_token_id":
|
12 |
"dropout": 0.0,
|
13 |
"encoder_attention_heads": 20,
|
14 |
"encoder_ffn_dim": 5120,
|
@@ -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-large",
|
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": 1280,
|
|
|
12 |
"decoder_ffn_dim": 5120,
|
13 |
"decoder_layerdrop": 0.0,
|
14 |
"decoder_layers": 32,
|
15 |
+
"decoder_start_token_id": 50258,
|
16 |
"dropout": 0.0,
|
17 |
"encoder_attention_heads": 20,
|
18 |
"encoder_ffn_dim": 5120,
|
|
|
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:604afaab9242337bb1fe7ede5e65db4a2b8cffd6fe87cc7ba15cff3f5b06cca9
|
3 |
+
size 6173629930
|