Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
This is a simple AI image detection model utilizing visual transformers trained on the CIFake dataset.
|
| 5 |
|
| 6 |
Example usage:
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
---
|
| 5 |
+
labels:
|
| 6 |
+
0: FAKE
|
| 7 |
+
1: REAL
|
| 8 |
+
---
|
| 9 |
This is a simple AI image detection model utilizing visual transformers trained on the CIFake dataset.
|
| 10 |
|
| 11 |
Example usage:
|