Gabriele commited on
Commit
7cb9f79
·
1 Parent(s): e54c666

Enable download tracking and update pipeline tag

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. config.json +16 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- pipeline_tag: image-feature-extraction
3
  library_name: pytorch
4
  license: mit
5
  tags:
 
1
  ---
2
+ pipeline_tag: visual-document-retrieval
3
  library_name: pytorch
4
  license: mit
5
  tags:
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "megaloc",
3
+ "architectures": ["MegaLoc"],
4
+ "feat_dim": 8448,
5
+ "num_clusters": 64,
6
+ "cluster_dim": 256,
7
+ "token_dim": 256,
8
+ "mlp_dim": 512,
9
+ "backbone": {
10
+ "type": "dinov2",
11
+ "embed_dim": 768,
12
+ "patch_size": 14,
13
+ "depth": 12,
14
+ "num_heads": 12
15
+ }
16
+ }