Description
Pretrained  Hubert  pipeline, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.asr_swin_exp_w2v2t_fa_hubert_s889 is a Persian model originally trained by jonatasgrosman.
How to use
    pipeline = PretrainedPipeline('pipeline_asr_swin_exp_w2v2t_fa_hubert_s889', lang = 'fa')
    annotations =  pipeline.transform(audioDF)
    
    val pipeline = new PretrainedPipeline("pipeline_asr_swin_exp_w2v2t_fa_hubert_s889", lang = "fa")
    val annotations = pipeline.transform(audioDF)
    
Model Information
| Model Name: | pipeline_asr_swin_exp_w2v2t_fa_hubert_s889 | 
| Type: | pipeline | 
| Compatibility: | Spark NLP 4.4.0+ | 
| License: | Open Source | 
| Edition: | Official | 
| Language: | fa | 
| Size: | 2.4 GB | 
Included Models
- AudioAssembler
- HubertForCTC