HrishiKabra commited on
Commit
b392d2d
·
verified ·
1 Parent(s): 6003503

Upload linear_probe/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. linear_probe/config.json +15 -0
linear_probe/config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "stage": "linear_probe",
3
+ "epochs": 10,
4
+ "backbone": "facebook/dinov2-base",
5
+ "classes": [
6
+ "healthy",
7
+ "bleached"
8
+ ],
9
+ "best_val_macro_f1": 0.8426970080516112,
10
+ "test": {
11
+ "loss": 0.3451853933930397,
12
+ "acc": 0.8568690095846645,
13
+ "macro_f1": 0.8460430390865173
14
+ }
15
+ }