Description
Pretrained ViTForImageClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.kematangan_pisang_vit_l_16_100eph_224_v2_3_pipeline is a English model originally trained by aryap2.
How to use
pipeline = PretrainedPipeline("kematangan_pisang_vit_l_16_100eph_224_v2_3_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("kematangan_pisang_vit_l_16_100eph_224_v2_3_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | kematangan_pisang_vit_l_16_100eph_224_v2_3_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.1+ |
| License: | Open Source |
| Edition: | Official |
| Language: | en |
| Size: | 1.1 GB |
References
https://huggingface.co/aryap2/kematangan-pisang-vit-l-16-100eph-224-v2.3
Included Models
- ImageAssembler
- ViTForImageClassification