Mertjhan commited on
Commit
008d3cb
·
verified ·
1 Parent(s): 07afb36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+
5
+ # IonoBench Benchmark Models
6
+
7
+ This repository stores trained weights, logs, and configs for various models used in the IonoBenchv1 Evalution Framework.
8
+
9
+ ## Models
10
+
11
+ Ex:
12
+
13
+ - **Checkpoint**: [`SimVP/model_best.pth`](SimVP_AllFeatures/model_best.pth)
14
+ - **Config**: [`config.yaml`](SimVP_AllFeatures/config.yaml)
15
+ - **Logs**: [`training_log.txt`](SimVP_AllFeatures/training_log.txt)
16
+ - **Test Results**: See `testing_info_*.txt`
17
+
18
+ ## Notes
19
+
20
+ - Please check config files to see training details and used dataset (Stratified or Chronological)
21
+ - For further information on the benchmark framework, experimental setup, and evaluation strategy, see the related paper:
22
+ - Turkmen, M.C., Lee, Y.H., Tan, E.L.
23
+ *IonoBench: A Framework for Benchmarking Spatiotemporal Ionospheric Forecasting Models under Solar-Balanced and Storm-Aware Conditions*.
24
+ [Remote Sensing, 2025] – https://doi.org/10.3390/rs1010000 (in review)
25
+
26
+ ## References
27
+
28
+ - **SimVPv2**: Tan et al., 2024. [arXiv:2211.12509](https://arxiv.org/abs/2211.12509)
29
+ - **SwinLSTM**: Tang et al., 2023. [arXiv:2308.09891](https://arxiv.org/abs/2308.09891)
30
+ - **DCNN121**: Boulch et al., 2018. [arXiv:1810.13273](https://arxiv.org/abs/1810.13273)
31
+ - **OpenSTL**: Tan et al., 2023. [arXiv:2306.11249](https://arxiv.org/abs/2306.11249)