Multilingual CLIP
Collection
Models that can be used for multilingual Smart Search in Immich. See https://immich.app/docs/features/searching/#clip-models for more info. • 6 items • Updated • 24
How to use immich-app/XLM-Roberta-Large-Vit-B-32 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("immich-app/XLM-Roberta-Large-Vit-B-32", dtype="auto")