anishanish383 commited on
Commit
b4bd2b0
·
verified ·
1 Parent(s): 8051a9a

Upload dynamic_hyperparameters.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dynamic_hyperparameters.json +21 -0
dynamic_hyperparameters.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "class_weights": {
3
+ "0": 0.4102524866105585,
4
+ "1": 1.935740072202166,
5
+ "2": 0.7236167341430499,
6
+ "3": 3.913868613138686,
7
+ "4": 2.448401826484018
8
+ },
9
+ "class_distribution": {
10
+ "0": 1307,
11
+ "1": 277,
12
+ "2": 741,
13
+ "3": 137,
14
+ "4": 219
15
+ },
16
+ "total_train_images": 2681,
17
+ "imbalance_ratio": 9.540145985401459,
18
+ "focal_loss_gamma": 2.0,
19
+ "recommended_batch_size": 64,
20
+ "augmentation_intensity": "moderate"
21
+ }