alperctnkaya commited on
Commit
b002894
·
verified ·
1 Parent(s): 45809a2

Upload model_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_config.json +27 -0
model_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backbone_arch": "dinov2_vitb14",
3
+ "backbone_config": {
4
+ "num_trainable_blocks": 4,
5
+ "return_token": true,
6
+ "norm_layer": true
7
+ },
8
+ "agg_arch": "convap",
9
+ "agg_config": {
10
+ "in_channels":768,
11
+ "out_channels":2048
12
+ },
13
+ "lr": 6e-05,
14
+ "optimizer": "adamw",
15
+ "weight_decay": 9.5e-09,
16
+ "momentum": 0.9,
17
+ "lr_sched": "linear",
18
+ "lr_sched_args": {
19
+ "start_factor": 1,
20
+ "end_factor": 0.2,
21
+ "total_iters": 4000
22
+ },
23
+ "loss_name": "MultiSimilarityLoss",
24
+ "miner_name": null,
25
+ "miner_margin": 0.1,
26
+ "faiss_gpu": false
27
+ }