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