astroshawn commited on
Commit
584995d
·
verified ·
1 Parent(s): a62bade

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +8 -199
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "version": "1.0.0",
3
  "description": "SpecCLIP: Aligning and Translating Spectroscopic Measurements for Stars",
4
  "founation_models": {
5
  "encoders": {
@@ -18,7 +18,7 @@
18
  "lrs_encoder": {
19
  "path": "encoders/lrs_encoder.ckpt",
20
  "description": "LAMOST LRS spectrum encoder (epoch=128)",
21
- "input": "LAMOST LRS spectra (4000-5600 Å)",
22
  "architecture": "SpecFormer"
23
  }
24
  },
@@ -39,200 +39,6 @@
39
  "architecture": "SpecClipModel_reconstruct_split_5122562_mlp_recordloss"
40
  }
41
  },
42
- "parameter_estimation": {
43
- "lamost_lrs": {
44
- "sbi": {
45
- "age": {
46
- "path": "downstream_models/lrs/sbi/age.pkl",
47
- "parameters": ["age"],
48
- "method": "SBI",
49
- "stats": null
50
- },
51
- "nu_max": {
52
- "path": "downstream_models/lrs/sbi/numax.pkl",
53
- "parameters": ["nu_max"],
54
- "method": "SBI",
55
- "stats": null
56
- },
57
- "mass": {
58
- "path": "downstream_models/lrs/sbi/mass.pkl",
59
- "parameters": ["mass"],
60
- "method": "SBI",
61
- "stats": null
62
- },
63
- "rad": {
64
- "path": "downstream_models/lrs/sbi/rad.pkl",
65
- "parameters": ["rad"],
66
- "method": "SBI",
67
- "stats": null
68
- },
69
- "dnu": {
70
- "path": "downstream_models/lrs/sbi/dnu.pkl",
71
- "parameters": ["dnu"],
72
- "method": "SBI",
73
- "stats": null
74
- },
75
- "rv": {
76
- "path": "downstream_models/lrs/sbi/rv.pkl",
77
- "parameters": ["rv"],
78
- "method": "SBI",
79
- "stats": null
80
- },
81
- "dpi1": {
82
- "path": "downstream_models/lrs/sbi/DP.pkl",
83
- "parameters": ["dpi"],
84
- "method": "SBI",
85
- "stats": null
86
- },
87
- "teff": {
88
- "path": "downstream_models/lrs/sbi/teff.pkl",
89
- "parameters": ["teff"],
90
- "method": "SBI",
91
- "stats": null
92
- },
93
- "logg": {
94
- "path": "downstream_models/lrs/sbi/logg.pkl",
95
- "parameters": ["logg"],
96
- "method": "SBI",
97
- "stats": null
98
- }
99
- },
100
- "mlp": {
101
- "feh": {
102
- "path": "downstream_models/lrs/mlp/feh.pt",
103
- "parameters": ["fe_h"],
104
- "method": "MLP",
105
- "stats": "stats/lrs/feh_mean_std.json"
106
- },
107
- "ebprp": {
108
- "path": "downstream_models/lrs/mlp/ebprp.pt",
109
- "parameters": ["e_bp_rp"],
110
- "method": "MLP",
111
- "stats": "stats/lrs/ebprp_mean_std.json"
112
- },
113
- "afe": {
114
- "path": "downstream_models/lrs/mlp/afe.pt",
115
- "parameters": ["a_fe"],
116
- "method": "MLP",
117
- "stats": "stats/lrs/afe_mean_std.json"
118
- },
119
- "cfe": {
120
- "path": "downstream_models/lrs/mlp/cfe.pt",
121
- "parameters": ["c_fe"],
122
- "method": "MLP",
123
- "stats": "stats/lrs/cfe_mean_std.json"
124
- },
125
- "nfe": {
126
- "path": "downstream_models/lrs/mlp/nfe.pt",
127
- "parameters": ["n_fe"],
128
- "method": "MLP",
129
- "stats": "stats/lrs/nfe_mean_std.json"
130
- },
131
- "alfe": {
132
- "path": "downstream_models/lrs/mlp/alfe.pt",
133
- "parameters": ["al_fe"],
134
- "method": "MLP",
135
- "stats": "stats/lrs/alfe_mean_std.json"
136
- },
137
- "mgfe": {
138
- "path": "downstream_models/lrs/mlp/mgfe.pt",
139
- "parameters": ["mg_fe"],
140
- "method": "MLP",
141
- "stats": "stats/lrs/mgfe_mean_std.json"
142
- },
143
- "mnfe": {
144
- "path": "downstream_models/lrs/mlp/mnfe.pt",
145
- "parameters": ["mn_fe"],
146
- "method": "MLP",
147
- "stats": "stats/lrs/mnfe_mean_std.json"
148
- },
149
- "nife": {
150
- "path": "downstream_models/lrs/mlp/nife.pt",
151
- "parameters": ["ni_fe"],
152
- "method": "MLP",
153
- "stats": "stats/lrs/nife_mean_std.json"
154
- },
155
- "ofe": {
156
- "path": "downstream_models/lrs/mlp/ofe.pt",
157
- "parameters": ["o_fe"],
158
- "method": "MLP",
159
- "stats": "stats/lrs/ofe_mean_std.json"
160
- },
161
- "sife": {
162
- "path": "downstream_models/lrs/mlp/sife.pt",
163
- "parameters": ["si_fe"],
164
- "method": "MLP",
165
- "stats": "stats/lrs/sife_mean_std.json"
166
- },
167
- "tife": {
168
- "path": "downstream_models/lrs/mlp/tife.pt",
169
- "parameters": ["ti_fe"],
170
- "method": "MLP",
171
- "stats": "stats/lrs/tife_mean_std.json"
172
- },
173
- "crfe": {
174
- "path": "downstream_models/lrs/mlp/crfe.pt",
175
- "parameters": ["cr_fe"],
176
- "method": "MLP",
177
- "stats": "stats/lrs/crfe_mean_std.json"
178
- },
179
- "cafe": {
180
- "path": "downstream_models/lrs/mlp/cafe.pt",
181
- "parameters": ["ca_fe"],
182
- "method": "MLP",
183
- "stats": "stats/lrs/cafe_mean_std.json"
184
- }
185
- }
186
- },
187
- "gaia_xp": {
188
- "mlp": {
189
- "afe": {
190
- "path": "downstream_models/xp/mlp/afe.pt",
191
- "parameters": ["a_fe"],
192
- "method": "MLP",
193
- "stats": "stats/xp/afe_mean_std.json"
194
- },
195
- "cfe": {
196
- "path": "downstream_models/xp/mlp/cfe.pt",
197
- "parameters": ["c_fe"],
198
- "method": "MLP",
199
- "stats": "stats/xp/cfe_mean_std.json"
200
- },
201
- "nfe": {
202
- "path": "downstream_models/xp/mlp/nfe.pt",
203
- "parameters": ["n_fe"],
204
- "method": "MLP",
205
- "stats": "stats/xp/nfe_mean_std.json"
206
- },
207
- "feh": {
208
- "path": "downstream_models/xp/mlp/feh.pt",
209
- "parameters": ["fe_h"],
210
- "method": "MLP",
211
- "stats": "stats/xp/FeH_mean_std.json"
212
- },
213
- "ebprp": {
214
- "path": "downstream_models/xp/mlp/ebprp.pt",
215
- "parameters": ["e_bp_rp"],
216
- "method": "MLP",
217
- "stats": "stats/xp/ebprp_mean_std.json"
218
- }
219
- }
220
- },
221
- "sbi": {
222
- "teff": {
223
- "path": "downstream_models/xp/sbi/teff.pkl",
224
- "parameters": ["teff"],
225
- "method": "SBI",
226
- "stats": null
227
- },
228
- "logg": {
229
- "path": "downstream_models/xp/sbi/logg.pkl",
230
- "parameters": ["logg"],
231
- "method": "SBI",
232
- "stats": null
233
- }
234
- }
235
- },
236
  "retrieval": {
237
  "model_path": "specclip/specclip_model_split_mlp.ckpt",
238
  "description": "Used for cross-modal retrieval and prediction"
@@ -242,18 +48,21 @@
242
  "gaia_lamost_split": {
243
  "path": "test_data/gaia_lamost_test_only.h5",
244
  "description": "Test set with paired Gaia XP and LAMOST LRS spectra",
245
- "size": "~500 MB",
246
  "contents": {
247
  "test/source_ids": "Gaia source identifiers",
248
  "test/gaia_spectra": "Gaia XP spectra (N, 343)",
249
  "test/lamost_spectra": "LAMOST LRS spectra (N, 1462)"
250
  },
251
- "required_for": ["retrieval", "embedding_database"],
 
 
 
252
  "optional": true
253
  }
254
  },
255
  "wavelength_ranges": {
256
- "lamost_lrs": "4000-5600 Å",
257
  "gaia_xp": "336-1020 nm"
258
  },
259
  "preprocessing": {
 
1
  {
2
+ "version": "1.0.0-no-param",
3
  "description": "SpecCLIP: Aligning and Translating Spectroscopic Measurements for Stars",
4
  "founation_models": {
5
  "encoders": {
 
18
  "lrs_encoder": {
19
  "path": "encoders/lrs_encoder.ckpt",
20
  "description": "LAMOST LRS spectrum encoder (epoch=128)",
21
+ "input": "LAMOST LRS spectra (4000-5600 \u00c5)",
22
  "architecture": "SpecFormer"
23
  }
24
  },
 
39
  "architecture": "SpecClipModel_reconstruct_split_5122562_mlp_recordloss"
40
  }
41
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  "retrieval": {
43
  "model_path": "specclip/specclip_model_split_mlp.ckpt",
44
  "description": "Used for cross-modal retrieval and prediction"
 
48
  "gaia_lamost_split": {
49
  "path": "test_data/gaia_lamost_test_only.h5",
50
  "description": "Test set with paired Gaia XP and LAMOST LRS spectra",
51
+ "size": "~10 MB",
52
  "contents": {
53
  "test/source_ids": "Gaia source identifiers",
54
  "test/gaia_spectra": "Gaia XP spectra (N, 343)",
55
  "test/lamost_spectra": "LAMOST LRS spectra (N, 1462)"
56
  },
57
+ "required_for": [
58
+ "retrieval",
59
+ "embedding_database"
60
+ ],
61
  "optional": true
62
  }
63
  },
64
  "wavelength_ranges": {
65
+ "lamost_lrs": "4000-5600 \u00c5",
66
  "gaia_xp": "336-1020 nm"
67
  },
68
  "preprocessing": {