Update README.md
Browse files
README.md
CHANGED
@@ -8,21 +8,21 @@ base_model:
|
|
8 |
pipeline_tag: image-classification
|
9 |
library_name: transformers
|
10 |
---
|
11 |
-
Predicts with about
|
12 |
|
13 |
See https://www.kaggle.com/code/dima806/ai-vs-human-generated-images-prediction-vit for details.
|
14 |
|
15 |
-

|
16 |
|
17 |
```
|
18 |
Classification report:
|
19 |
|
20 |
precision recall f1-score support
|
21 |
|
22 |
+
human 0.9655 0.9930 0.9790 3998
|
23 |
+
AI-generated 0.9928 0.9645 0.9784 3997
|
24 |
|
25 |
+
accuracy 0.9787 7995
|
26 |
+
macro avg 0.9791 0.9787 0.9787 7995
|
27 |
+
weighted avg 0.9791 0.9787 0.9787 7995
|
28 |
```
|