Manuel Muñoz Plá commited on
Upload README.md with huggingface_hub
Browse files
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
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|