prithivMLmods commited on
Commit
1c06fc9
·
verified ·
1 Parent(s): 0af341f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ ## Evaluation Report (Self-Reported)
4
+
5
+ ```py
6
+ Classification report:
7
+
8
+ precision recall f1-score support
9
+
10
+ SFW 0.8736 0.8673 0.8705 11103
11
+ NSFW 0.9047 0.9094 0.9071 15380
12
+
13
+ accuracy 0.8918 26483
14
+ macro avg 0.8892 0.8884 0.8888 26483
15
+ weighted avg 0.8917 0.8918 0.8917 26483
16
+ ```