File size: 687 Bytes
6cce858
 
 
 
 
 
eafc48d
 
 
 
a40807e
 
eafc48d
 
 
 
 
a40807e
 
eafc48d
a40807e
 
 
eafc48d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
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.

![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/bbtmz7duMA6o4HfEp_vjz.png)

```
Classification report:

              precision    recall  f1-score   support

        REAL     0.9868    0.9780    0.9824     24000
        FAKE     0.9782    0.9870    0.9826     24000

    accuracy                         0.9825     48000
   macro avg     0.9825    0.9825    0.9825     48000
weighted avg     0.9825    0.9825    0.9825     48000
```