File size: 620 Bytes
b3f5d03
 
 
 
 
 
 
 
 
9477e06
b3f5d03
9477e06
 
b3f5d03
 
653da7a
9477e06
 
b3f5d03
 
 
 
9477e06
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: other
tags:
  - image-classification
  - ai-generated-image-detection
  - dinov3
pipeline_tag: image-classification
---

# mLoRC

AI-generated-image detector (DINOv3 ViT-H+/16 + [LoRC](https://arxiv.org/abs/2608.20882)).
Code, results, and docs: [Buxt-Codes/AIGI-mLoRC](https://github.com/Buxt-Codes/AIGI-mLoRC).

```python
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).