alperctnkaya commited on
Commit
b6fef37
·
verified ·
1 Parent(s): 896de05

Upload model_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_config.json +26 -0
model_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "gem",
9
+ "agg_config": {
10
+ "p": 3
11
+ },
12
+ "lr": 6e-05,
13
+ "optimizer": "adamw",
14
+ "weight_decay": 9.5e-09,
15
+ "momentum": 0.9,
16
+ "lr_sched": "linear",
17
+ "lr_sched_args": {
18
+ "start_factor": 1,
19
+ "end_factor": 0.2,
20
+ "total_iters": 4000
21
+ },
22
+ "loss_name": "MultiSimilarityLoss",
23
+ "miner_name": null,
24
+ "miner_margin": 0.1,
25
+ "faiss_gpu": false
26
+ }