astroshawn commited on
Commit
12ca4c7
·
verified ·
1 Parent(s): 907362e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -8,7 +8,7 @@
8
  It learns a **general-purpose spectral embedding (768-dim)** that supports:
9
 
10
  * **Stellar parameter estimation**
11
- * **Cross-survey spectral translation** (LAMOST ⟷ Gaia XP)
12
  * **Similarity retrieval** across LAMOST LRS and GAIA XP spectra
13
 
14
  For full documentation, installation instructions, examples, and end-to-end usage, please visit the **GitHub repository**:
@@ -20,14 +20,14 @@ For full documentation, installation instructions, examples, and end-to-end usag
20
 
21
  The following pretrained weights are included in this model repository:
22
 
23
- | File | Description | Embedding Dim |
24
- | -------------------------------------------- | ------------------------------------- | ------------- |
25
- | `encoders/lrs_encoder.ckpt` | LAMOST LRS masked transformer encoder | 768 |
26
- | `encoders/xp_encoder.ckpt` | Gaia XP masked transformer encoder | 768 |
27
- | `encoders/xp_encoder_mlp.ckpt` | Gaia XP autoencoder (MLP head) | 768 |
28
- | `specclip/specclip_model_base.ckpt` | Gaia XP ⟷ LAMOST contrastive | 768 |
29
- | `specclip/specclip_model_predrecon_mlp.ckpt` | CLIP alignment + pred+recon | 768 |
30
- | `specclip/specclip_model_split_mlp.ckpt` | CLIP alignment + split pred/recon | 768 |
31
 
32
  ---
33
 
 
8
  It learns a **general-purpose spectral embedding (768-dim)** that supports:
9
 
10
  * **Stellar parameter estimation**
11
+ * **Cross-survey spectral translation** (LAMOST LRS ⟷ Gaia XP)
12
  * **Similarity retrieval** across LAMOST LRS and GAIA XP spectra
13
 
14
  For full documentation, installation instructions, examples, and end-to-end usage, please visit the **GitHub repository**:
 
20
 
21
  The following pretrained weights are included in this model repository:
22
 
23
+ | File | Description | Embedding Dim | Param |
24
+ | -------------------------------------------- | ------------------------------------- | ------------- | ------|
25
+ | `encoders/lrs_encoder.ckpt` | LAMOST LRS masked transformer encoder | 768 | 43M |
26
+ | `encoders/xp_encoder.ckpt` | Gaia XP masked transformer encoder | 768 | 43M |
27
+ | `encoders/xp_encoder_mlp.ckpt` | Gaia XP autoencoder (MLP head) | 768 | 43M |
28
+ | `specclip/specclip_model_base.ckpt` | Gaia XP ⟷ LAMOST contrastive | 768 | 100M |
29
+ | `specclip/specclip_model_predrecon_mlp.ckpt` | CLIP alignment + pred+recon | 768 | 168M |
30
+ | `specclip/specclip_model_split_mlp.ckpt` | CLIP alignment + split pred/recon | 768 | 126M |
31
 
32
  ---
33