Description
Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.asr_whisper_small_spanish_ari_pipeline
is a Castilian, Spanish model originally trained by Ari.
This model is only compatible with PySpark 3.4 and above
How to use
pipeline = PretrainedPipeline('asr_whisper_small_spanish_ari_pipeline', lang = 'es')
annotations = pipeline.transform(audioDF)
val pipeline = new PretrainedPipeline('asr_whisper_small_spanish_ari_pipeline', lang = 'es')
val annotations = pipeline.transform(audioDF)
Model Information
Model Name: | asr_whisper_small_spanish_ari_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.1.4+ |
License: | Open Source |
Edition: | Official |
Language: | es |
Size: | 1.7 GB |
References
https://huggingface.co/Ari/whisper-small-es
Included Models
- AudioAssembler
- WhisperForCTC