File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 12
12
13
13
## What's New
14
14
15
+ ## Feb 21, 2025
16
+ * SigLIP 2 ViT image encoders added (https://huggingface.co/collections/timm/siglip-2-67b8e72ba08b09dd97aecaf9 )
17
+ * Variable resolution / aspect NaFlex versions are a WIP
18
+ * Add 'SO150M2' ViT weights trained with SBB recipes, great results, better for ImageNet than previous attempt w/ less training.
19
+ * ` vit_so150m2_patch16_reg1_gap_448.sbb_e200_in12k_ft_in1k ` - 88.1% top-1
20
+ * ` vit_so150m2_patch16_reg1_gap_384.sbb_e200_in12k_ft_in1k ` - 87.9% top-1
21
+ * ` vit_so150m2_patch16_reg1_gap_256.sbb_e200_in12k_ft_in1k ` - 87.3% top-1
22
+ * ` vit_so150m2_patch16_reg4_gap_256.sbb_e200_in12k `
23
+ * Updated InternViT-300M '2.5' weights
24
+
15
25
## Feb 1, 2025
16
26
* FYI PyTorch 2.6 & Python 3.13 are tested and working w/ current main and released version of ` timm `
17
27
You can’t perform that action at this time.
0 commit comments