Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- Hemg/AI-Generated-vs-Real-Images-Datasets
|
4 |
-
language:
|
5 |
-
- aa
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
- recall
|
|
|
9 |
pipeline_tag: image-classification
|
10 |
library_name: transformers
|
|
|
|
|
11 |
---
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
metrics:
|
3 |
- accuracy
|
4 |
- recall
|
5 |
+
- f1
|
6 |
pipeline_tag: image-classification
|
7 |
library_name: transformers
|
8 |
+
base_model:
|
9 |
+
- google/vit-base-patch32-224-in21k
|
10 |
---
|