Update README.md
Browse files
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%.
|
| 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 β
|
| 73 |
β βββ training_args.json β all hyperparameters
|
| 74 |
β βββ best_metrics.json β training-time eval metrics
|
| 75 |
βββ code/
|
| 76 |
-
β
|
|
|
|
| 77 |
βββ eval_results/
|
| 78 |
-
β βββ desi_2500_metrics.json
|
| 79 |
βββ plots/
|
| 80 |
-
βββ
|
| 81 |
-
βββ
|
| 82 |
-
βββ comparison_vs_aion.png
|
| 83 |
-
βββ
|
| 84 |
-
βββ
|
| 85 |
-
βββ
|
| 86 |
-
|
| 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 `
|
| 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 |
|