kriskraw commited on
Commit
4a3f512
·
verified ·
1 Parent(s): 6cfc411

Upload pixelprism_config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. pixelprism_config.yaml +12 -0
pixelprism_config.yaml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PixelPrism v0.1 — DFD Arena submission config
2
+
3
+ # Hugging Face repo where this detector's weights + processor live.
4
+ hf_repo: 'pixelprism-ai/dfd-arena-mini'
5
+
6
+ # Original upstream model (re-hosted under our repo for arena evaluator
7
+ # convenience; weights are byte-identical, license MIT preserved).
8
+ backbone_repo: 'haywoodsloan/ai-image-detector-deploy'
9
+
10
+ # Output class index that corresponds to "AI-generated" in the Swin V2 head.
11
+ # Verified at deployment: idx 0 = AI, idx 1 = real.
12
+ ai_label_idx: 0