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