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