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