File size: 567 Bytes
6cce858
 
 
 
 
 
eafc48d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
license: apache-2.0
metrics:
- accuracy
- f1
---
Checks whether the image is real or fake (AI-generated).

See https://www.kaggle.com/code/dima806/cifake-ai-generated-image-detection-vit for more details.

```
Classification report:

              precision    recall  f1-score   support

        REAL     0.9871    0.9808    0.9839      6000
        FAKE     0.9810    0.9872    0.9841      6000

    accuracy                         0.9840     12000
   macro avg     0.9840    0.9840    0.9840     12000
weighted avg     0.9840    0.9840    0.9840     12000
```