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