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