Description
Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.mother_tongue_model_v3_pipeline is a Shona model originally trained by MothersTongue.
How to use
pipeline = PretrainedPipeline("mother_tongue_model_v3_pipeline", lang = "sn")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("mother_tongue_model_v3_pipeline", lang = "sn")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | mother_tongue_model_v3_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.0+ |
| License: | Open Source |
| Edition: | Official |
| Language: | sn |
| Size: | 1.7 GB |
References
https://huggingface.co/MothersTongue/mother_tongue_model_v3
Included Models
- AudioAssembler
- WhisperForCTC