| { | |
| "feature_extractor_type": "ViTFeatureExtractor", | |
| "do_resize": true, | |
| "size": 224, | |
| "do_normalize": true, | |
| "image_mean": [0.5, 0.5, 0.5], | |
| "image_std": [0.5, 0.5, 0.5], | |
| "num_labels": 2, | |
| "id2label": { | |
| "0": "real", | |
| "1": "ai_generated" | |
| }, | |
| "label2id": { | |
| "real": 0, | |
| "ai_generated": 1 | |
| } | |
| } |