Views
No views yet
1from transformers import WhisperProcessor, WhisperForConditionalGeneration
2
3processor = WhisperProcessor.from_pretrained("amitkot/whisper-small-he-acft")
4model = WhisperForConditionalGeneration.from_pretrained("amitkot/whisper-small-he-acft")1uv run python scripts/pipeline.py \
2 --finetune-config configs/hebrew_small_finetune.yaml \
3 --config configs/hebrew_small_acft.yaml