Description
Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.lab2_id2223_pipeline is a Swedish model originally trained by humeur.
How to use
pipeline = PretrainedPipeline("lab2_id2223_pipeline", lang = "sv")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("lab2_id2223_pipeline", lang = "sv")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | lab2_id2223_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.0+ |
| License: | Open Source |
| Edition: | Official |
| Language: | sv |
| Size: | 1.7 GB |
References
https://huggingface.co/humeur/lab2_id2223
Included Models
- AudioAssembler
- WhisperForCTC