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,