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