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