English hubert_base_100_pr_pipeline pipeline HubertForCTC from voidful

Description

Pretrained HubertForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.hubert_base_100_pr_pipeline is a English model originally trained by voidful.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("hubert_base_100_pr_pipeline", lang = "en")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("hubert_base_100_pr_pipeline", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: hubert_base_100_pr_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: en
Size: 709.0 MB

References

https://huggingface.co/voidful/hubert-base-100-pr

Included Models

  • AudioAssembler
  • HubertForCTC