Manuel Muñoz Plá commited on
Commit
a35e5fb
·
verified ·
1 Parent(s): 933e98f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -27,12 +27,19 @@ angular probe (`R_div`, eq. 5). `dura` = hard variant, reprojected to
27
  the spherical code after every optimizer step. DINOv2 is analyzed
28
  frozen (no fine-tuning), hence a single realization.
29
 
30
- All backbones derive from `timm` pretrained weights (ImageNet-1k for
31
- ViT-B/16 and ViT-L/16; LVD-142M self-supervised pretraining for
32
- DINOv2), fine-tuned on ImageNet-100 for the two supervised columns.
33
- Redistributed under Apache-2.0, consistent with the code license;
34
- verify compatibility with upstream pretraining licenses before reuse
35
- beyond reproduction of this paper.
 
 
 
 
 
 
 
36
 
37
  ## License
38
 
 
27
  the spherical code after every optimizer step. DINOv2 is analyzed
28
  frozen (no fine-tuning), hence a single realization.
29
 
30
+ All backbones derive from `timm` pretrained weights, fine-tuned on
31
+ ImageNet-100 for the two supervised columns. Upstream pretraining
32
+ license, checked against `timm`'s own `PretrainedCfg` metadata (not
33
+ assumed):
34
+
35
+ | Backbone | Upstream checkpoint | License |
36
+ |---|---|---|
37
+ | ViT-B/16 | `timm/vit_base_patch16_224.augreg2_in21k_ft_in1k` | Apache-2.0 |
38
+ | ViT-L/16 | `timm/vit_large_patch16_224.augreg_in21k_ft_in1k` (Google AugReg) | Apache-2.0 |
39
+ | DINOv2-L | `timm/vit_large_patch14_dinov2.lvd142m` (Meta) | Apache-2.0 |
40
+
41
+ All three are Apache-2.0 at the source, consistent with this
42
+ repository's license — no upstream restriction carries over.
43
 
44
  ## License
45