Basque mhubert_basque_asr_pipeline pipeline HubertForCTC from Ansu

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("mhubert_basque_asr_pipeline", lang = "eu")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("mhubert_basque_asr_pipeline", lang = "eu")
val annotations = pipeline.transform(df)

Model Information

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

References

https://huggingface.co/Ansu/mHubert-basque-ASR

Included Models

  • AudioAssembler
  • HubertForCTC