ash12321 commited on
Commit
8d04b93
·
verified ·
1 Parent(s): e3475b5

Upload best_params_model_3.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. best_params_model_3.json +28 -0
best_params_model_3.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "trial_number": 15,
3
+ "f1_score": 1.0,
4
+ "accuracy": 1.0,
5
+ "precision": 1.0,
6
+ "recall": 1.0,
7
+ "params": {
8
+ "learning_rate": 3.6783263741984134e-05,
9
+ "dropout": 0.4309675933960072,
10
+ "weight_decay": 0.0010227222230110946,
11
+ "optimizer": "AdamW",
12
+ "beta1": 0.8783247791281578,
13
+ "beta2": 0.9073288215081395,
14
+ "scheduler": "None",
15
+ "loss_function": "FocalLoss",
16
+ "label_smoothing": 0.04831178707880919,
17
+ "focal_alpha": 0.36661518100986057,
18
+ "focal_gamma": 4.968951473332369,
19
+ "hidden_dim": 768,
20
+ "use_batch_norm": false,
21
+ "aug_rotation": 0,
22
+ "aug_brightness": 0.07797740845848904,
23
+ "aug_contrast": 0.0536075425330218,
24
+ "aug_hflip_prob": 0.1594113007793771,
25
+ "classification_threshold": 0.3647846046923233,
26
+ "gradient_clip": 0.507296340010881
27
+ }
28
+ }