Description
Pretrained Wav2Vec2ForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.wav2vec2_xls_r_parlaspeech_croatian_lm_pipeline
is a Croatian model originally trained by classla.
How to use
pipeline = PretrainedPipeline("wav2vec2_xls_r_parlaspeech_croatian_lm_pipeline", lang = "hr")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("wav2vec2_xls_r_parlaspeech_croatian_lm_pipeline", lang = "hr")
val annotations = pipeline.transform(df)
Model Information
Model Name: | wav2vec2_xls_r_parlaspeech_croatian_lm_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | hr |
Size: | 1.2 GB |
References
https://huggingface.co/classla/wav2vec2-xls-r-parlaspeech-hr-lm
Included Models
- AudioAssembler
- Wav2Vec2ForCTC