Description
Pretrained Wav2Vec2ForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.yoruba_asr_pipeline is a Yoruba model originally trained by AstralZander.
How to use
pipeline = PretrainedPipeline("yoruba_asr_pipeline", lang = "yo")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("yoruba_asr_pipeline", lang = "yo")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | yoruba_asr_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.1+ |
| License: | Open Source |
| Edition: | Official |
| Language: | yo |
| Size: | 1.2 GB |
References
https://huggingface.co/AstralZander/yoruba_ASR
Included Models
- AudioAssembler
- Wav2Vec2ForCTC