Description
Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.clip_vit_large_patch14_korean_pipeline is a Korean model originally trained by Bingsu.
How to use
pipeline = PretrainedPipeline("clip_vit_large_patch14_korean_pipeline", lang = "ko")
annotations =  pipeline.transform(df)   
val pipeline = new PretrainedPipeline("clip_vit_large_patch14_korean_pipeline", lang = "ko")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | clip_vit_large_patch14_korean_pipeline | 
| Type: | pipeline | 
| Compatibility: | Spark NLP 5.5.0+ | 
| License: | Open Source | 
| Edition: | Official | 
| Language: | ko | 
| Size: | 1.2 GB | 
References
https://huggingface.co/Bingsu/clip-vit-large-patch14-ko
Included Models
- ImageAssembler
- CLIPForZeroShotClassification