monajm36 commited on
Commit
7a90e38
·
verified ·
1 Parent(s): dedbc15

Upload training_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_info.json +23 -0
training_info.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "optimal_threshold": 0.8592227101325989,
3
+ "test_metrics": {
4
+ "sensitivity": 0.9,
5
+ "specificity": 0.95,
6
+ "precision": 0.8181818181818182,
7
+ "npv": 0.9743589743589743,
8
+ "f1": 0.8571428571428572,
9
+ "auc": 0.9475
10
+ },
11
+ "confusion_matrix": {
12
+ "tn": 38,
13
+ "fp": 2,
14
+ "fn": 1,
15
+ "tp": 9
16
+ },
17
+ "training_params": {
18
+ "batch_size": 4,
19
+ "learning_rate": 2e-05,
20
+ "num_epochs": 5,
21
+ "seed": 42
22
+ }
23
+ }