Description
Pretrained Wav2Vec2ForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.wave2vec2_large_xlsr_hindi_pipeline
is a Hindi model originally trained by shiwangi27.
How to use
pipeline = PretrainedPipeline("wave2vec2_large_xlsr_hindi_pipeline", lang = "hi")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("wave2vec2_large_xlsr_hindi_pipeline", lang = "hi")
val annotations = pipeline.transform(df)
Model Information
Model Name: | wave2vec2_large_xlsr_hindi_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | hi |
Size: | 1.2 GB |
References
https://huggingface.co/shiwangi27/wave2vec2-large-xlsr-hindi
Included Models
- AudioAssembler
- Wav2Vec2ForCTC