Description
Pretrained HubertForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.hubert_ukrainian_pipeline is a Ukrainian model originally trained by Yehor.
How to use
pipeline = PretrainedPipeline("hubert_ukrainian_pipeline", lang = "uk")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("hubert_ukrainian_pipeline", lang = "uk")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | hubert_ukrainian_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.1+ |
| License: | Open Source |
| Edition: | Official |
| Language: | uk |
| Size: | 708.6 MB |
References
https://huggingface.co/Yehor/hubert-uk
Included Models
- AudioAssembler
- HubertForCTC