Instructions to use Wvolf/ViT_Deepfake_Detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Wvolf/ViT_Deepfake_Detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Wvolf/ViT_Deepfake_Detection") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("Wvolf/ViT_Deepfake_Detection") model = AutoModelForImageClassification.from_pretrained("Wvolf/ViT_Deepfake_Detection") - Inference
- Notebooks
- Google Colab
- Kaggle
Upload model.safetensors
Browse files- .gitattributes +1 -0
- model.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
checkpoint-22604/optimizer.pt filter=lfs diff=lfs merge=lfs -text
|
| 2 |
checkpoint-22604/pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
| 3 |
pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 1 |
checkpoint-22604/optimizer.pt filter=lfs diff=lfs merge=lfs -text
|
| 2 |
checkpoint-22604/pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
| 3 |
pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8737e9866236ae5987aa2a3b0415a41eba5eac05d6f6d63cc16679ca8cc511fc
|
| 3 |
+
size 343223968
|