ashvardanian commited on
Commit
90369d4
1 Parent(s): e47a60d

Add: Normalization parameters for the image encoders

Browse files
Files changed (1) hide show
  1. config.json +2 -0
config.json CHANGED
@@ -25,6 +25,8 @@
25
  "num_layers": 12,
26
  "num_heads": 6,
27
  "embedding_dim": 256,
 
 
28
  "pooling": "cls"
29
  }
30
  }
 
25
  "num_layers": 12,
26
  "num_heads": 6,
27
  "embedding_dim": 256,
28
+ "normalization_means": [0.48145466, 0.4578275, 0.40821073],
29
+ "normalization_deviations": [0.26862954, 0.26130258, 0.27577711],
30
  "pooling": "cls"
31
  }
32
  }