Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
pipeline_tag: image-classification
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
- deep-fake
|
7 |
- detectioon
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
![df[ViT].gif](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/Xbuv-x40-l3QjzWu5Yj2F.gif)
|
@@ -113,4 +116,4 @@ The model is trained on a specific dataset and may not generalize well to other
|
|
113 |
title = {Deep-Fake-Detector-Model},
|
114 |
initial = {2024},
|
115 |
last_updated = {31 Jan 2025}
|
116 |
-
}
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
pipeline_tag: image-classification
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
- deep-fake
|
7 |
- detectioon
|
8 |
+
- ViT
|
9 |
+
base_model:
|
10 |
+
- google/vit-base-patch16-224-in21k
|
11 |
---
|
12 |
|
13 |
![df[ViT].gif](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/Xbuv-x40-l3QjzWu5Yj2F.gif)
|
|
|
116 |
title = {Deep-Fake-Detector-Model},
|
117 |
initial = {2024},
|
118 |
last_updated = {31 Jan 2025}
|
119 |
+
}
|