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