Update config.json (#25)

- Update config.json (1f785283573a2d3ebdf42a00516bd3ac89cc6ed5)


Co-authored-by: Sanchit Gandhi <sanchit-gandhi@users.noreply.huggingface.co>
This commit is contained in:
Patrick von Platen 2023-11-16 11:44:34 +00:00 committed by system
parent 77b8369da9
commit 9ef08b92d5

@ -1,5 +1,5 @@
{
"_name_or_path": "./hub-whisper-large-v3",
"_name_or_path": "openai/whisper-large-v3",
"activation_dropout": 0.0,
"activation_function": "gelu",
"apply_spec_augment": false,
@ -11,7 +11,7 @@
220,
50256
],
"bos_token_id": 50256,
"bos_token_id": 50257,
"classifier_proj_size": 256,
"d_model": 1280,
"decoder_attention_heads": 20,
@ -24,7 +24,7 @@
"encoder_ffn_dim": 5120,
"encoder_layerdrop": 0.0,
"encoder_layers": 32,
"eos_token_id": 50256,
"eos_token_id": 50257,
"init_std": 0.02,
"is_encoder_decoder": true,
"mask_feature_length": 10,