Skip to content

Commit 1a64bf5

Browse files
committed
2 parents 1c15399 + b0f9a8a commit 1a64bf5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Official PyTorch implementation and pre-trained models for the paper **AstroCLIP
99

1010
AstroCLIP is a novel, cross-modal, self-supervised foundation model that creates a shared embedding space for multi-band imaging and optical spectra of galaxies. These embeddings encode meaningful physical information shared between both modalities, and can be used as the basis for competitive zero- and few-shot learning on a variety of downstream tasks, including similarity search, redshift estimation, galaxy property prediction, and morphology classification.
1111

12+
## Web App
13+
Check out our interactive similarity search app, enabling both in-modal and cross-modal search for galaxies:
14+
https://astroclip.streamlit.app/
15+
1216
## Installation
1317
The training and evaluation code requires PyTorch 2.0. Additionally, an up-to-date eventlet is required for wandb. Note that the code has only been tested with the specified versions and also expects a Linux environment. To install the AstroCLIP package and its corresponding dependencies, please follow the code below.
1418

@@ -49,23 +53,23 @@ We provide the pretrained AstroCLIP model on the Huggingface model hub for easy
4953
<td>AstroCLIP</td>
5054
<td>CLIP</td>
5155
<td>370M</td>
52-
<td><a href="">ckpt</a></td>
56+
<td><a href="https://huggingface.co/polymathic-ai/astroclip">ckpt</a></td>
5357
<td><a href="https://github.com/PolymathicAI/AstroCLIP/blob/main/configs/astroclip.yaml">config</a></td>
5458
<td><a href="https://example.com/link3">logs</a></td>
5559
</tr>
5660
<tr>
5761
<td>Image Encoder</td>
5862
<td>DINOv2</td>
5963
<td>302M</td>
60-
<td><a href="https://example.com/link1">ckpt</a></td>
64+
<td><a href="https://huggingface.co/polymathic-ai/astrodino">ckpt</a></td>
6165
<td><a href="https://github.com/PolymathicAI/AstroCLIP/blob/main/astroclip/astrodino/config.yaml">config</a></td>
6266
<td><a href="https://example.com/link3">logs</a></td>
6367
</tr>
6468
<tr>
6569
<td>Spectrum Encoder</td>
6670
<td>Masked Modeling</td>
6771
<td>43M</td>
68-
<td><a href="https://example.com/link1">ckpt</a></td>
72+
<td><a href="https://huggingface.co/polymathic-ai/specformer">ckpt</a></td>
6973
<td><a href="https://github.com/PolymathicAI/AstroCLIP/blob/main/configs/specformer.yaml">config</a></td>
7074
<td><a href="https://example.com/link3">logs</a></td>
7175
</tr>

0 commit comments

Comments
 (0)