Description
Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.whisper_small_hebrew_modern_3_pipeline
is a Hebrew model originally trained by mike249.
How to use
pipeline = PretrainedPipeline("whisper_small_hebrew_modern_3_pipeline", lang = "he")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("whisper_small_hebrew_modern_3_pipeline", lang = "he")
val annotations = pipeline.transform(df)
Model Information
Model Name: | whisper_small_hebrew_modern_3_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.0+ |
License: | Open Source |
Edition: | Official |
Language: | he |
Size: | 1.7 GB |
References
https://huggingface.co/mike249/whisper-small-he-3
Included Models
- AudioAssembler
- WhisperForCTC