Description
Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.asr_whisper_tiny_polish_pipeline
is a Polish model originally trained by Aspik101.
This model is only compatible with PySpark 3.4 and above
How to use
pipeline = PretrainedPipeline('asr_whisper_tiny_polish_pipeline', lang = 'pl')
annotations = pipeline.transform(audioDF)
val pipeline = new PretrainedPipeline('asr_whisper_tiny_polish_pipeline', lang = 'pl')
val annotations = pipeline.transform(audioDF)
Model Information
Model Name: | asr_whisper_tiny_polish_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.1.4+ |
License: | Open Source |
Edition: | Official |
Language: | pl |
Size: | 390.7 MB |
References
https://huggingface.co/Aspik101/whisper-tiny-pl
Included Models
- AudioAssembler
- WhisperForCTC