AION-Search / clip /models /__init__.py
astronolan's picture
Add AION-Search Dash app for Hugging Face Spaces
c89f65f
"""CLIP model architecture for galaxy embeddings."""
from .clip_model import GalaxyClipModel
from .projections import CrossAttentionImageProjector, TextProjector
__all__ = ["GalaxyClipModel", "CrossAttentionImageProjector", "TextProjector"]