davidmcmahon commited on
Commit
ac4bc13
·
verified ·
1 Parent(s): 71affb4

Upload performance_report.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. performance_report.txt +9 -5
performance_report.txt CHANGED
@@ -1,14 +1,18 @@
1
  Model Performance:
2
  precision recall f1-score support
3
 
4
- 0 1.00 0.90 0.95 39
5
- 1 0.91 1.00 0.96 43
6
 
7
  accuracy 0.95 82
8
- macro avg 0.96 0.95 0.95 82
9
- weighted avg 0.96 0.95 0.95 82
10
 
11
  Confusion Matrix:
12
  [[35 4]
13
  [ 0 43]]
14
-
 
 
 
 
 
1
  Model Performance:
2
  precision recall f1-score support
3
 
4
+ Normal (0) 1.00 0.90 0.95 39
5
+ Malicious (1) 0.91 1.00 0.96 43
6
 
7
  accuracy 0.95 82
8
+ macro avg 0.96 0.95 0.95 82
9
+ weighted avg 0.96 0.95 0.95 82
10
 
11
  Confusion Matrix:
12
  [[35 4]
13
  [ 0 43]]
14
+
15
+ Notes:
16
+ - Precision: Ability to avoid false positives
17
+ - Recall: Ability to detect all malicious prompts
18
+ - F1-score: Balanced measure of precision and recall