| license: apache-2.0 | |
| tags: | |
| - image-classification | |
| - ai-generated-image-detection | |
| - aiorscam | |
| base_model: | |
| - facebook/dinov2-large | |
| # AiorScam DDA Mirror | |
| This repository mirrors the runtime checkpoint for the AiorScam DDA custom inference container. | |
| - Upstream code: https://github.com/roy-ch/Dual-Data-Alignment | |
| - Upstream checkpoint source: https://huggingface.co/Junwei-Xi/Dual-Data-Alignment | |
| - Checkpoint file: `DDA_ckpt.pth` | |
| - AiorScam inference image: `docker.io/aiorscam/dda-inference:0.1.0` | |
| The model is promptless. The endpoint loads `DDA_ckpt.pth` strictly into a DINOv2 ViT-L/14 + LoRA architecture and interprets `sigmoid(logit)` as the synthetic/fake probability. | |
| See `AIORSCAM_MIRROR.md` and `mirror_manifest.json` for mirror provenance. | |