AurevinP commited on
Commit
b169c22
·
verified ·
1 Parent(s): f788acd

Upload results.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. results.json +29 -0
results.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "efficientnet_b0",
3
+ "dataset": "hf-vision/chest-xray-pneumonia",
4
+ "seed": 42,
5
+ "epochs": 3,
6
+ "best_val_auc": 0.640625,
7
+ "test_metrics": {
8
+ "loss": null,
9
+ "accuracy": 0.38782051282051283,
10
+ "precision": 0.5210526315789473,
11
+ "recall": 0.25384615384615383,
12
+ "f1": 0.3413793103448276,
13
+ "roc_auc": 0.3552816129739207
14
+ },
15
+ "class_dist": {
16
+ "train": [
17
+ 300,
18
+ 0
19
+ ],
20
+ "val": [
21
+ 8,
22
+ 8
23
+ ],
24
+ "test": [
25
+ 234,
26
+ 390
27
+ ]
28
+ }
29
+ }