Description
Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.clip_vit_b_32_laion2b_s34b_b79k_pipeline
is a English model originally trained by timsek.
How to use
pipeline = PretrainedPipeline("clip_vit_b_32_laion2b_s34b_b79k_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("clip_vit_b_32_laion2b_s34b_b79k_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
Model Name: | clip_vit_b_32_laion2b_s34b_b79k_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | en |
Size: | 567.6 MB |
References
https://huggingface.co/timsek/CLIP-ViT-B-32-laion2B-s34B-b79K
Included Models
- ImageAssembler
- CLIPForZeroShotClassification