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