ash12321 commited on
Commit
019f985
·
verified ·
1 Parent(s): 639972c

Upload best_params_model_2.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. best_params_model_2.json +28 -0
best_params_model_2.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "trial_number": 24,
3
+ "f1_score": 0.9997764363961547,
4
+ "accuracy": 0.9997777777777778,
5
+ "precision": 1.0,
6
+ "recall": 0.9995529727313366,
7
+ "params": {
8
+ "learning_rate": 1.0462168276085126e-05,
9
+ "dropout": 0.5764579056609419,
10
+ "weight_decay": 5.148658898419634e-05,
11
+ "optimizer": "NAdam",
12
+ "beta1": 0.9168874446378785,
13
+ "beta2": 0.9058957372892114,
14
+ "scheduler": "ExponentialLR",
15
+ "loss_function": "FocalLoss",
16
+ "label_smoothing": 0.06548544626465128,
17
+ "focal_alpha": 0.21069397791740466,
18
+ "focal_gamma": 2.938701284939196,
19
+ "hidden_dim": 1024,
20
+ "use_batch_norm": false,
21
+ "aug_rotation": 16,
22
+ "aug_brightness": 0.20489785287863743,
23
+ "aug_contrast": 0.21627265945293886,
24
+ "aug_hflip_prob": 0.31536677402144486,
25
+ "classification_threshold": 0.5787554507303657,
26
+ "gradient_clip": 1.6643833182115513
27
+ }
28
+ }