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