EiffL commited on
Commit
57270a3
·
verified ·
1 Parent(s): 97c7686

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -29
README.md CHANGED
@@ -7,15 +7,22 @@ extra_gated_fields:
7
  Affiliation: text
8
  I want to use this model on the following data:
9
  type: select
10
- options:
11
- - Legacy Survey
12
- - HSC
13
- - SDSS
14
- - DESI
15
- - Gaia
16
  I want to use this model for the following science case: text
17
  I agree to provide feedback on the model and API through GitHub issues during the alpha-testing phase: checkbox
18
  I agree to use this model for non-commercial use ONLY: checkbox
 
 
 
 
 
 
 
19
  ---
20
  # AION-1: Astronomical Omnimodal Network
21
 
@@ -57,13 +64,9 @@ AION-Base processes data from major astronomical surveys:
57
  ## Installation
58
 
59
  ```bash
60
- pip install aion
61
  ```
62
 
63
- For development:
64
- ```bash
65
- pip install aion[torch,dev]
66
- ```
67
 
68
  ## Resources
69
 
@@ -71,26 +74,9 @@ pip install aion[torch,dev]
71
  - Documentation: https://polymathic-ai.github.io/AION/
72
  - Tutorial: https://colab.research.google.com/github/PolymathicAI/AION/blob/main/notebooks/Tutorial.ipynb
73
 
74
- ## Model Variants
75
-
76
- | Variant | Parameters | Encoder/Decoder | Model Dim |
77
- |---------|------------|-----------------|-----------|
78
- | Base | 300M | 12/12 blocks | 768 |
79
- | Large | 800M | 24/24 blocks | 1024 |
80
- | XLarge | 3B | 24/24 blocks | 2048 |
81
-
82
  ## License
83
 
84
  MIT License - see https://github.com/PolymathicAI/AION/blob/main/LICENSE for details.
85
 
86
- ## Citation
87
-
88
- @article{aion2025,
89
- title={AION: Astronomical Omnimodal Network},
90
- author={...},
91
- journal={arXiv preprint arXiv:XXXX.XXXXX},
92
- year={2025}
93
- }
94
-
95
  ---
96
- Built with ❤ for the astronomical community by https://polymathic-ai.org/
 
7
  Affiliation: text
8
  I want to use this model on the following data:
9
  type: select
10
+ options:
11
+ - Legacy Survey
12
+ - HSC
13
+ - SDSS
14
+ - DESI
15
+ - Gaia
16
  I want to use this model for the following science case: text
17
  I agree to provide feedback on the model and API through GitHub issues during the alpha-testing phase: checkbox
18
  I agree to use this model for non-commercial use ONLY: checkbox
19
+ license: mit
20
+ datasets:
21
+ - MultimodalUniverse/legacysurvey
22
+ - MultimodalUniverse/hsc
23
+ - MultimodalUniverse/gaia
24
+ - MultimodalUniverse/sdss
25
+ - MultimodalUniverse/desi
26
  ---
27
  # AION-1: Astronomical Omnimodal Network
28
 
 
64
  ## Installation
65
 
66
  ```bash
67
+ pip install polymathic-aion
68
  ```
69
 
 
 
 
 
70
 
71
  ## Resources
72
 
 
74
  - Documentation: https://polymathic-ai.github.io/AION/
75
  - Tutorial: https://colab.research.google.com/github/PolymathicAI/AION/blob/main/notebooks/Tutorial.ipynb
76
 
 
 
 
 
 
 
 
 
77
  ## License
78
 
79
  MIT License - see https://github.com/PolymathicAI/AION/blob/main/LICENSE for details.
80
 
 
 
 
 
 
 
 
 
 
81
  ---
82
+ Built with ❤ for the astronomical community by https://polymathic-ai.org/