Description
Pretrained ViTForImageClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.tiny224_sticker0_0_0_boost_pipeline is a English model originally trained by branyo.
How to use
pipeline = PretrainedPipeline("tiny224_sticker0_0_0_boost_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("tiny224_sticker0_0_0_boost_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | tiny224_sticker0_0_0_boost_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.1+ |
| License: | Open Source |
| Edition: | Official |
| Language: | en |
| Size: | 20.7 MB |
References
https://huggingface.co/branyo/tiny224-sticker0-0.0-boost
Included Models
- ImageAssembler
- ViTForImageClassification