Description
Pretrained SwinForImageClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.cub_200_bird_classifier_swin_pipeline
is a English model originally trained by Emiel.
How to use
pipeline = PretrainedPipeline("cub_200_bird_classifier_swin_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("cub_200_bird_classifier_swin_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
Model Name: | cub_200_bird_classifier_swin_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | en |
Size: | 1.5 GB |
References
https://huggingface.co/Emiel/cub-200-bird-classifier-swin
Included Models
- ImageAssembler
- SwinForImageClassification