diff --git a/config.json b/config.json index 2859bcf..7546e28 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,10 @@ { + "_name_or_path": "openai/whisper-tiny.en", "activation_dropout": 0.0, "activation_function": "gelu", + "architectures": [ + "WhisperForConditionalGeneration" + ], "attention_dropout": 0.0, "begin_suppress_tokens": [ 220, @@ -27,6 +31,7 @@ ], "init_std": 0.02, "is_encoder_decoder": true, + "max_length": 448, "max_source_positions": 1500, "max_target_positions": 448, "model_type": "whisper", @@ -126,7 +131,8 @@ 50360, 50361 ], - "transformers_version": "4.23.0.dev0", + "torch_dtype": "float32", + "transformers_version": "4.24.0.dev0", "use_cache": true, "vocab_size": 51864 } diff --git a/pytorch_model.bin b/pytorch_model.bin index c12df6e..55bfdba 100644 --- a/pytorch_model.bin +++ b/pytorch_model.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65400d0bdf90fa9172968cf86ed5cdb1a33fb74944813e37671f4d98141cf02e -size 151095795 +oid sha256:8548de43c352b2c4f327aacbd8291c893d788a7d6ba0a2ec0ef35c09e51dce8a +size 151093491