Update README.md
Browse files
README.md
CHANGED
@@ -2,9 +2,15 @@
|
|
2 |
license: apache-2.0
|
3 |
library_name: transformers
|
4 |
pipeline_tag: image-classification
|
5 |
-
|
6 |
-
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
This is a simple AI image detection model utilizing visual transformers trained on the CIFake dataset.
|
|
|
2 |
license: apache-2.0
|
3 |
library_name: transformers
|
4 |
pipeline_tag: image-classification
|
5 |
+
model-index:
|
6 |
+
- name: AI Image Detect
|
7 |
+
results:
|
8 |
+
- task:
|
9 |
+
type: image-classification
|
10 |
+
name: Image Classification
|
11 |
+
metrics:
|
12 |
+
- type: accuracy
|
13 |
+
value: 0.98
|
14 |
---
|
15 |
|
16 |
This is a simple AI image detection model utilizing visual transformers trained on the CIFake dataset.
|