Upload dynamic_hyperparameters.json with huggingface_hub
Browse files- 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 |
+
}
|