Upload WhisperForConditionalGeneration
Browse files- config.json +39 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/home/arthur_huggingface_co/transformers/Arthur/whisper-large-v2",
|
| 3 |
+
"activation_dropout": 0.0,
|
| 4 |
+
"activation_function": "gelu",
|
| 5 |
+
"architectures": [
|
| 6 |
+
"WhisperForConditionalGeneration"
|
| 7 |
+
],
|
| 8 |
+
"attention_dropout": 0.0,
|
| 9 |
+
"begin_suppress_tokens": [
|
| 10 |
+
220,
|
| 11 |
+
50256
|
| 12 |
+
],
|
| 13 |
+
"bos_token_id": 50257,
|
| 14 |
+
"d_model": 1280,
|
| 15 |
+
"decoder_attention_heads": 1280,
|
| 16 |
+
"decoder_ffn_dim": 5120,
|
| 17 |
+
"decoder_layerdrop": 0.0,
|
| 18 |
+
"decoder_layers": 32,
|
| 19 |
+
"decoder_start_token_id": 50257,
|
| 20 |
+
"dropout": 0.0,
|
| 21 |
+
"encoder_attention_heads": 20,
|
| 22 |
+
"encoder_ffn_dim": 5120,
|
| 23 |
+
"encoder_layerdrop": 0.0,
|
| 24 |
+
"encoder_layers": 32,
|
| 25 |
+
"eos_token_id": 50256,
|
| 26 |
+
"init_std": 0.02,
|
| 27 |
+
"is_encoder_decoder": true,
|
| 28 |
+
"max_source_positions": 1500,
|
| 29 |
+
"max_target_positions": 448,
|
| 30 |
+
"model_type": "whisper",
|
| 31 |
+
"num_hidden_layers": 32,
|
| 32 |
+
"num_mel_bins": 80,
|
| 33 |
+
"pad_token_id": 50256,
|
| 34 |
+
"scale_embedding": false,
|
| 35 |
+
"torch_dtype": "float32",
|
| 36 |
+
"transformers_version": "4.26.0.dev0",
|
| 37 |
+
"use_cache": true,
|
| 38 |
+
"vocab_size": 51865
|
| 39 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3b2988d9bda8155463311709196fec1a4cc4c74dac73db1be1258017d5f2fa6
|
| 3 |
+
size 6173629930
|