Aloukik21 commited on
Commit
c738563
·
verified ·
1 Parent(s): cef00b1

Upload image/Bombek1-siglip-dinov2/config.json with huggingface_hub

Browse files
image/Bombek1-siglip-dinov2/config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "EnsembleAIDetector",
3
+ "model_type": "ai-image-detector",
4
+ "backbone_siglip": "google/siglip2-so400m-patch14-384",
5
+ "backbone_dinov2": "vit_large_patch14_dinov2.lvd142m",
6
+ "image_size": 392,
7
+ "siglip_dim": 1152,
8
+ "dinov2_dim": 1024,
9
+ "combined_dim": 2176,
10
+ "classifier_hidden_dim": 512,
11
+ "classifier_dropout": 0.3,
12
+ "lora": {
13
+ "rank": 32,
14
+ "alpha": 64,
15
+ "dropout": 0.1,
16
+ "siglip_target_modules": [
17
+ "q_proj",
18
+ "v_proj"
19
+ ],
20
+ "dinov2_target_modules": [
21
+ "qkv"
22
+ ]
23
+ },
24
+ "training": {
25
+ "dataset": "OpenFake (shards 0-14)",
26
+ "epochs": 4,
27
+ "batch_size": 16,
28
+ "learning_rate": 0.0002,
29
+ "best_auc": 0.9997499999999999,
30
+ "best_step": 2000
31
+ },
32
+ "labels": {
33
+ "0": "real",
34
+ "1": "ai-generated"
35
+ }
36
+ }