Description
Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.whisper_tiny_dutch_25_pipeline
is a Dutch, Flemish model originally trained by renesteeman.
How to use
pipeline = PretrainedPipeline("whisper_tiny_dutch_25_pipeline", lang = "nl")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("whisper_tiny_dutch_25_pipeline", lang = "nl")
val annotations = pipeline.transform(df)
Model Information
Model Name: | whisper_tiny_dutch_25_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.0+ |
License: | Open Source |
Edition: | Official |
Language: | nl |
Size: | 390.9 MB |
References
https://huggingface.co/renesteeman/whisper-tiny-dutch-25
Included Models
- AudioAssembler
- WhisperForCTC