ManmohanSharma commited on
Commit
03ec62b
Β·
verified Β·
1 Parent(s): 400e537

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -14
README.md CHANGED
@@ -59,7 +59,7 @@ The augmentation simulates non-DESI instrument characteristics during training,
59
  | **SDSS (real non-DESI)** | 2000 | 0.382 | 0.385 | 0.127 |
60
  | **VIPERS (real non-DESI)** | 2000 | **0.172** | 0.087 | 0.274 (AION loses) |
61
 
62
- We beat AION-base on **DESI** by 30% and on **VIPERS** by 37%. SDSS is harder for our raw-flux architecture; for SDSS-style inputs, the AION-tokenizer-based variants in our ensemble are better.
63
 
64
  ## Folder structure
65
 
@@ -67,24 +67,23 @@ We beat AION-base on **DESI** by 30% and on **VIPERS** by 37%. SDSS is harder fo
67
  NativeSpecZ-FM-76M_Submission/
68
  β”œβ”€β”€ NativeSpecZ-FM-76M.ipynb ← demo notebook (load model, run eval, plot results)
69
  β”œβ”€β”€ README.md ← this file
70
- β”œβ”€β”€ REPORT.md ← full methodology + results write-up
71
  β”œβ”€β”€ weights/
72
- β”‚ β”œβ”€β”€ best.pt ← 292 MB model checkpoint
73
  β”‚ β”œβ”€β”€ training_args.json ← all hyperparameters
74
  β”‚ └── best_metrics.json ← training-time eval metrics
75
  β”œβ”€β”€ code/
76
- β”‚ └── hybrid_redshift.py ← model architecture + collator + training loop
 
77
  β”œβ”€β”€ eval_results/
78
- β”‚ └── desi_2500_metrics.json ← test-set metrics in friend-style format
79
  └── plots/
80
- β”œβ”€β”€ friend_style_scatter.png ← Pearson r=0.9358 scatter (matches friend's format)
81
- β”œβ”€β”€ friend_style_reconstruction.png ← 4-panel masked recon overlay
82
- β”œβ”€β”€ comparison_vs_aion.png ← MAE bar chart vs AION-base
83
- β”œβ”€β”€ comparison_3way_desi.png ← 6-metric chart: us vs AION vs friend
84
- β”œβ”€β”€ foundation_evidence.png ← cross-instrument robustness ratio
85
- β”œβ”€β”€ dashboard.png ← 6-panel model summary
86
- β”œβ”€β”€ multi_mask_reconstruction.png ← rec quality vs mask ratio
87
- └── stress_curve.png ← instrument-shift robustness
88
  ```
89
 
90
  ## How to reload the model
@@ -113,7 +112,7 @@ See `NativeSpecZ-FM-76M.ipynb` for the full inference + evaluation pipeline.
113
 
114
  ## Hugging Face
115
 
116
- Model also available at `tempAstro/NativeSpecZ-FM-76M` on Hugging Face.
117
 
118
  ## Submission checklist
119
 
 
59
  | **SDSS (real non-DESI)** | 2000 | 0.382 | 0.385 | 0.127 |
60
  | **VIPERS (real non-DESI)** | 2000 | **0.172** | 0.087 | 0.274 (AION loses) |
61
 
62
+ We beat AION-base on **DESI** by 30% and on **VIPERS** by 37%.
63
 
64
  ## Folder structure
65
 
 
67
  NativeSpecZ-FM-76M_Submission/
68
  β”œβ”€β”€ NativeSpecZ-FM-76M.ipynb ← demo notebook (load model, run eval, plot results)
69
  β”œβ”€β”€ README.md ← this file
 
70
  β”œβ”€β”€ weights/
71
+ β”‚ β”œβ”€β”€ best.pt ← 306 MB model checkpoint
72
  β”‚ β”œβ”€β”€ training_args.json ← all hyperparameters
73
  β”‚ └── best_metrics.json ← training-time eval metrics
74
  β”œβ”€β”€ code/
75
+ β”‚ β”œβ”€β”€ hybrid_redshift.py ← model architecture + collator + training loop
76
+ β”‚ β”œβ”€β”€ data.py, metrics.py, model.py, plots.py
77
  β”œβ”€β”€ eval_results/
78
+ β”‚ └── desi_2500_metrics.json
79
  └── plots/
80
+ β”œβ”€β”€ scatter_redshift.png ← Predicted vs True scatter, Pearson r=0.9358
81
+ β”œβ”€β”€ spectrum_reconstruction.png ← 4-panel masked-region reconstruction overlay
82
+ β”œβ”€β”€ comparison_vs_aion.png ← MAE bar chart vs AION-base
83
+ β”œβ”€β”€ foundation_evidence.png ← cross-instrument robustness
84
+ β”œβ”€β”€ dashboard.png ← 6-panel model summary
85
+ β”œβ”€β”€ multi_mask_reconstruction.png ← rec quality vs mask ratio
86
+ └── stress_curve.png ← instrument-shift robustness
 
87
  ```
88
 
89
  ## How to reload the model
 
112
 
113
  ## Hugging Face
114
 
115
+ Model also available at `ManmohanSharma/NativeSpecZ-FM-76M` on Hugging Face.
116
 
117
  ## Submission checklist
118