ai-detection / check_labels.py
maddyrox's picture
Upload 23 files
6361699 verified
raw
history blame contribute delete
203 Bytes
from transformers import AutoModelForImageClassification
model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Deep-Fake-Detector-v2-Model")
print("LABELS:", model.config.id2label)