Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
```
|
3 |
Classification report:
|
@@ -12,4 +25,4 @@ Classification report:
|
|
12 |
weighted avg 0.9255 0.9212 0.9210 56001
|
13 |
```
|
14 |
|
15 |
-

|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: image-classification
|
4 |
+
library_name: transformers
|
5 |
+
tags:
|
6 |
+
- deep-fake
|
7 |
+
- ViT
|
8 |
+
- detection
|
9 |
+
- Image
|
10 |
+
- transformers-4.49.0.dev0
|
11 |
+
base_model:
|
12 |
+
- google/vit-base-patch16-224-in21k
|
13 |
+
---
|
14 |
|
15 |
```
|
16 |
Classification report:
|
|
|
25 |
weighted avg 0.9255 0.9212 0.9210 56001
|
26 |
```
|
27 |
|
28 |
+

|