Polish asr_swin_exp_w2v2t_pl_hubert_s6 TFHubertForCTC from jonatasgrosman

Description

Pretrained Hubert pipeline, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.asr_swin_exp_w2v2t_pl_hubert_s6 is a Polish model originally trained by jonatasgrosman.

Download Copy S3 URI

How to use


    pipeline = PretrainedPipeline('pipeline_asr_swin_exp_w2v2t_pl_hubert_s6', lang = 'pl')
    annotations =  pipeline.transform(audioDF)
    

    val pipeline = new PretrainedPipeline("pipeline_asr_swin_exp_w2v2t_pl_hubert_s6", lang = "pl")
    val annotations = pipeline.transform(audioDF)
    

Model Information

Model Name: pipeline_asr_swin_exp_w2v2t_pl_hubert_s6
Type: pipeline
Compatibility: Spark NLP 4.4.0+
License: Open Source
Edition: Official
Language: pl
Size: 2.4 GB

Included Models

  • AudioAssembler
  • HubertForCTC