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