samvaran commited on
Commit
98a993c
·
verified ·
1 Parent(s): 4b6edc5

Upload task2_ssm/tuning/tuning_report.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. task2_ssm/tuning/tuning_report.txt +28 -0
task2_ssm/tuning/tuning_report.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ======================================================================
2
+ SSM NWP HYPERPARAMETER TUNING REPORT
3
+ ======================================================================
4
+ Date: 2026-03-25 02:04:30
5
+ Total trials: 1
6
+ Tune epochs per trial: 10
7
+ Early stopping patience: 5
8
+
9
+ BEST CONFIGURATION:
10
+ model.state_size: 32
11
+ model.num_layers: 2
12
+ model.input_size: 64
13
+ model.dropout: 0.1
14
+ training.learning_rate: 0.001
15
+ training.batch_size: 64
16
+ training.epochs: 50
17
+ Val Accuracy: 0.388911
18
+ Val Loss: 2.024374
19
+ Best Epoch: 37
20
+ Parameters: 15,797
21
+ Model: models/ssm_ss32_nl2_emb64_do0.1_lr0.001_bs64_ep50.pt
22
+
23
+ ======================================================================
24
+ FULL RANKING (by validation accuracy)
25
+ ======================================================================
26
+ Rank | Val Acc | Val Loss | Epochs | Params | Model File
27
+ ----------------------------------------------------------------------
28
+ 1 | 0.3889 | 2.0244 | 42 | 15,797 | ssm_ss32_nl2_emb64_do0.1_lr0.001_bs64_ep50