Description
Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.longclip_saban_vit_l_14_pipeline
is a English model originally trained by zer0int.
How to use
pipeline = PretrainedPipeline("longclip_saban_vit_l_14_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("longclip_saban_vit_l_14_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
Model Name: | longclip_saban_vit_l_14_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | en |
Size: | 1.1 GB |
References
https://huggingface.co/zer0int/LongCLIP-SAE-ViT-L-14
Included Models
- ImageAssembler
- CLIPForZeroShotClassification