prithivMLmods commited on
Commit
6558efd
·
verified ·
1 Parent(s): 0d939d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -17,4 +17,18 @@ tags:
17
  - AI-vs-Real
18
  - SigLIP2
19
  - Stable Diffusion v1-5
20
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  - AI-vs-Real
18
  - SigLIP2
19
  - Stable Diffusion v1-5
20
+ ---
21
+
22
+ ```py
23
+ Classification Report:
24
+ precision recall f1-score support
25
+
26
+ Real_Image 0.9036 0.9323 0.9177 10000
27
+ SD1.5_Generated 0.9301 0.9005 0.9150 10000
28
+
29
+ accuracy 0.9164 20000
30
+ macro avg 0.9168 0.9164 0.9164 20000
31
+ weighted avg 0.9168 0.9164 0.9164 20000
32
+ ```
33
+
34
+ ![download (1).png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/bvT7lxG1deDnMPjVt7f5C.png)