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