Vietnamese fine_tune_xlsr_wav2vec2_speech2text_vietnamese_pipeline pipeline Wav2Vec2ForCTC from leduytan93

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("fine_tune_xlsr_wav2vec2_speech2text_vietnamese_pipeline", lang = "vi")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("fine_tune_xlsr_wav2vec2_speech2text_vietnamese_pipeline", lang = "vi")
val annotations = pipeline.transform(df)

Model Information

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

References

https://huggingface.co/leduytan93/Fine-Tune-XLSR-Wav2Vec2-Speech2Text-Vietnamese

Included Models

  • AudioAssembler
  • Wav2Vec2ForCTC