vic35get commited on
Commit
98ea199
·
verified ·
1 Parent(s): abe7f5f

Add test results

Browse files
Files changed (1) hide show
  1. test_results.json +20 -0
test_results.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "test_accuracy": 0.9860627177700348,
4
+ "test_f1": 0.9863013698630136,
5
+ "test_f1_macro": 0.9860584863499465,
6
+ "test_false_negatives": 1,
7
+ "test_false_positives": 3,
8
+ "test_loss": 0.05948644131422043,
9
+ "test_precision": 0.9795918367346939,
10
+ "test_precision_macro": 0.9862244897959184,
11
+ "test_recall": 0.993103448275862,
12
+ "test_recall_macro": 0.9859883438562409,
13
+ "test_roc_auc": 0.9987858183584265,
14
+ "test_runtime": 2.872,
15
+ "test_samples_per_second": 99.932,
16
+ "test_specificity": 0.9788732394366197,
17
+ "test_steps_per_second": 3.134,
18
+ "test_true_negatives": 139,
19
+ "test_true_positives": 144
20
+ }