From 9ef08b92d5117306d28a6bcba2ca4ba407155f65 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Thu, 16 Nov 2023 11:44:34 +0000 Subject: [PATCH] Update config.json (#25) - Update config.json (1f785283573a2d3ebdf42a00516bd3ac89cc6ed5) Co-authored-by: Sanchit Gandhi --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index b2f37cf..df69fca 100644 --- a/config.json +++ b/config.json @@ -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,