AliArshad commited on
Commit
63755cc
1 Parent(s): 267cfb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -1 +1,22 @@
1
- label_mapping = {'non-severe': 0, 'severe': 1}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ label_mapping = {'non-severe': 0, 'severe': 1}
2
+
3
+
4
+ Step Training Loss
5
+ 500 0.518800
6
+ 1000 0.321000
7
+ 1500 0.210000
8
+ 2000 0.120900
9
+ Accuracy: 0.8452921586436573
10
+ ------------------------------
11
+ Precision: 0.8686567164179104
12
+ ------------------------------
13
+ Recall: 0.909375
14
+ ------------------------------
15
+ F1-score: 0.8885496183206106
16
+ ------------------------------
17
+ MCC: 0.637922907223529
18
+ ------------------------------
19
+ Confusion Matrix:
20
+ [[ 755 308]
21
+ [ 203 2037]]
22
+ ------------------------------