Update README.md
Browse files
README.md
CHANGED
@@ -8,15 +8,17 @@ Checks whether the image is real or fake (AI-generated).
|
|
8 |
|
9 |
See https://www.kaggle.com/code/dima806/cifake-ai-generated-image-detection-vit for more details.
|
10 |
|
|
|
|
|
11 |
```
|
12 |
Classification report:
|
13 |
|
14 |
precision recall f1-score support
|
15 |
|
16 |
-
REAL 0.
|
17 |
-
FAKE 0.
|
18 |
|
19 |
-
accuracy 0.
|
20 |
-
macro avg 0.
|
21 |
-
weighted avg 0.
|
22 |
```
|
|
|
8 |
|
9 |
See https://www.kaggle.com/code/dima806/cifake-ai-generated-image-detection-vit for more details.
|
10 |
|
11 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/bbtmz7duMA6o4HfEp_vjz.png)
|
12 |
+
|
13 |
```
|
14 |
Classification report:
|
15 |
|
16 |
precision recall f1-score support
|
17 |
|
18 |
+
REAL 0.9868 0.9780 0.9824 24000
|
19 |
+
FAKE 0.9782 0.9870 0.9826 24000
|
20 |
|
21 |
+
accuracy 0.9825 48000
|
22 |
+
macro avg 0.9825 0.9825 0.9825 48000
|
23 |
+
weighted avg 0.9825 0.9825 0.9825 48000
|
24 |
```
|