Update README.md
Browse files
README.md
CHANGED
|
@@ -134,3 +134,16 @@ 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 |
+
|
| 140 |
+
## Citation
|
| 141 |
+
🤗 If you find this model usefull, please cite our paper 🤗
|
| 142 |
+
```bibtex
|
| 143 |
+
@article{rizhko2024astrom,
|
| 144 |
+
title={AstroM $\^{} 3$: A self-supervised multimodal model for astronomy},
|
| 145 |
+
author={Rizhko, Mariia and Bloom, Joshua S},
|
| 146 |
+
journal={arXiv preprint arXiv:2411.08842},
|
| 147 |
+
year={2024}
|
| 148 |
+
}
|
| 149 |
+
```
|