Update README.md
Browse files
README.md
CHANGED
@@ -134,3 +134,15 @@ If you want to use the model with your own data, you must pre-process it in the
|
|
134 |
For a detailed description, read the [paper](https://arxiv.org/abs/2411.08842).
|
135 |
To see exactly how we performed this preprocessing, refer to [`preprocess.py`](https://huggingface.co/datasets/AstroMLCore/AstroM3Dataset/blob/main/preprocess.py) in the AstroM3Dataset repo.
|
136 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
For a detailed description, read the [paper](https://arxiv.org/abs/2411.08842).
|
135 |
To see exactly how we performed this preprocessing, refer to [`preprocess.py`](https://huggingface.co/datasets/AstroMLCore/AstroM3Dataset/blob/main/preprocess.py) in the AstroM3Dataset repo.
|
136 |
|
137 |
+
---
|
138 |
+
|
139 |
+
## Citation
|
140 |
+
🤗 If you find this model usefull, please cite our paper 🤗
|
141 |
+
```bibtex
|
142 |
+
@article{rizhko2024astrom,
|
143 |
+
title={AstroM $\^{} 3$: A self-supervised multimodal model for astronomy},
|
144 |
+
author={Rizhko, Mariia and Bloom, Joshua S},
|
145 |
+
journal={arXiv preprint arXiv:2411.08842},
|
146 |
+
year={2024}
|
147 |
+
}
|
148 |
+
```
|