metadata
license: other
tags:
- image-classification
- ai-generated-image-detection
- dinov3
pipeline_tag: image-classification
mLoRC
AI-generated-image detector (DINOv3 ViT-H+/16 + LoRC). Code, results, and docs: Buxt-Codes/AIGI-mLoRC.
from mlorc import ModulatedLoRC
model = ModulatedLoRC.from_pretrained(hf_token="hf_...")
model.predict_image("photo.jpg")
Files
mlorc-full.pt— full checkpoint, LoRA merged into the backbone weights.dinov3_config.json— DINOv3 architecture config (no weights).