Bengali finetune_wav2vec2_large_xlsr_bengali_pipeline pipeline Wav2Vec2ForCTC from sshasnain

Description

Pretrained Wav2Vec2ForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.finetune_wav2vec2_large_xlsr_bengali_pipeline is a Bengali model originally trained by sshasnain.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("finetune_wav2vec2_large_xlsr_bengali_pipeline", lang = "bn")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("finetune_wav2vec2_large_xlsr_bengali_pipeline", lang = "bn")
val annotations = pipeline.transform(df)

Model Information

Model Name: finetune_wav2vec2_large_xlsr_bengali_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: bn
Size: 1.2 GB

References

https://huggingface.co/sshasnain/finetune-wav2vec2-large-xlsr-bengali

Included Models

  • AudioAssembler
  • Wav2Vec2ForCTC