Description
Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.whisper_base_malayalam_russian_2_pipeline
is a Russian model originally trained by aangry-mouse.
How to use
pipeline = PretrainedPipeline("whisper_base_malayalam_russian_2_pipeline", lang = "ru")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("whisper_base_malayalam_russian_2_pipeline", lang = "ru")
val annotations = pipeline.transform(df)
Model Information
Model Name: | whisper_base_malayalam_russian_2_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.0+ |
License: | Open Source |
Edition: | Official |
Language: | ru |
Size: | 642.4 MB |
References
https://huggingface.co/aangry-mouse/whisper-base-ml-ru-2
Included Models
- AudioAssembler
- WhisperForCTC