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