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