| | |
| | |
| | |
| | |
| | |
| |
|
| |
|
| | |
| | whisper_hub: openai/whisper-medium |
| |
|
| | |
| | |
| | normalized_transcripts: True |
| |
|
| | language: persian |
| |
|
| | auto_mix_prec: False |
| | sample_rate: 16000 |
| |
|
| | |
| | min_decode_ratio: 0.0 |
| | max_decode_ratio: 0.1 |
| | test_beam_size: 8 |
| |
|
| | |
| | freeze_whisper: True |
| | freeze_encoder: True |
| |
|
| |
|
| | whisper: !new:speechbrain.lobes.models.huggingface_transformers.whisper.Whisper |
| | source: !ref <whisper_hub> |
| | freeze: !ref <freeze_whisper> |
| | freeze_encoder: !ref <freeze_encoder> |
| | save_path: whisper_checkpoints |
| | encoder_only: False |
| |
|
| | decoder: !new:speechbrain.decoders.seq2seq.S2SWhisperGreedySearcher |
| | model: !ref <whisper> |
| | min_decode_ratio: !ref <min_decode_ratio> |
| | max_decode_ratio: !ref <max_decode_ratio> |
| |
|
| | |
| | |
| | |
| | |
| | |
| |
|
| | modules: |
| | whisper: !ref <whisper> |
| | decoder: !ref <decoder> |
| | |
| |
|
| | pretrainer: !new:speechbrain.utils.parameter_transfer.Pretrainer |
| | loadables: |
| | whisper: !ref <whisper> |
| |
|
| |
|