narugo1992 commited on
Commit
3725ae3
·
verified ·
1 Parent(s): 34b563d

Export model 'vit_medium_patch16_reg4_gap_256.sbb_in12k', on 2025-01-20 20:11:35 JST

Browse files
README.md CHANGED
@@ -8,7 +8,6 @@ base_model:
8
  - timm/convnext_zepto_rms_ols.ra4_e3600_r224_in1k
9
  - timm/cs3darknet_focus_s.ra4_e3600_r256_in1k
10
  - timm/efficientnet_b1.ra4_e3600_r240_in1k
11
- - timm/hgnetv2_b6.ssld_stage1_in22k_in1k
12
  - timm/hiera_base_224.mae
13
  - timm/hiera_base_224.mae_in1k_ft_in1k
14
  - timm/hiera_base_plus_224.mae
@@ -93,6 +92,7 @@ base_model:
93
  - timm/vit_little_patch16_reg4_gap_256.sbb_in1k
94
  - timm/vit_medium_patch16_reg1_gap_256.sbb_in1k
95
  - timm/vit_medium_patch16_reg4_gap_256.sbb_in1k
 
96
  - timm/vit_medium_patch16_reg4_gap_256.sbb_in12k_ft_in1k
97
  - timm/vit_mediumd_patch16_reg4_gap_256.sbb2_e200_in12k
98
  - timm/vit_mediumd_patch16_reg4_gap_256.sbb2_e200_in12k_ft_in1k
@@ -114,7 +114,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
114
 
115
  # Models
116
 
117
- 844 models exported from TIMM in total.
118
 
119
  ## Beit
120
 
@@ -1186,7 +1186,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
1186
 
1187
  ## VisionTransformer
1188
 
1189
- 107 models with model class `VisionTransformer`.
1190
 
1191
  | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
1192
  |:-------------------------------------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------------|:------------------|:---------------------------------|:-------------|
@@ -1255,6 +1255,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
1255
  | [deit3_small_patch16_384.fb_in1k](https://huggingface.co/timm/deit3_small_patch16_384.fb_in1k) | 22.0M | 12.4G | 384 | True | 384 | 1000 | imagenet-1k | VisionTransformer | deit3_small_patch16_384 | 2023-03-28 |
1256
  | [vit_small_patch16_384.augreg_in21k_ft_in1k](https://huggingface.co/timm/vit_small_patch16_384.augreg_in21k_ft_in1k) | 22.0M | 12.4G | 384 | True | 384 | 1000 | imagenet-1k | VisionTransformer | vit_small_patch16_384 | 2022-12-22 |
1257
  | [vit_small_patch16_384.augreg_in1k](https://huggingface.co/timm/vit_small_patch16_384.augreg_in1k) | 22.0M | 12.4G | 384 | True | 384 | 1000 | imagenet-1k | VisionTransformer | vit_small_patch16_384 | 2022-12-22 |
 
1258
  | [vit_medium_patch16_reg4_gap_256.sbb_in12k_ft_in1k](https://huggingface.co/timm/vit_medium_patch16_reg4_gap_256.sbb_in12k_ft_in1k) | 38.7M | 9.9G | 256 | True | 512 | 1000 | imagenet-1k | VisionTransformer | vit_medium_patch16_reg4_gap_256 | 2024-05-21 |
1259
  | [vit_medium_patch16_reg4_gap_256.sbb_in1k](https://huggingface.co/timm/vit_medium_patch16_reg4_gap_256.sbb_in1k) | 38.7M | 9.9G | 256 | True | 512 | 1000 | imagenet-1k | VisionTransformer | vit_medium_patch16_reg4_gap_256 | 2024-05-11 |
1260
  | [vit_medium_patch16_reg1_gap_256.sbb_in1k](https://huggingface.co/timm/vit_medium_patch16_reg1_gap_256.sbb_in1k) | 38.7M | 9.8G | 256 | True | 512 | 1000 | imagenet-1k | VisionTransformer | vit_medium_patch16_reg1_gap_256 | 2024-05-11 |
 
8
  - timm/convnext_zepto_rms_ols.ra4_e3600_r224_in1k
9
  - timm/cs3darknet_focus_s.ra4_e3600_r256_in1k
10
  - timm/efficientnet_b1.ra4_e3600_r240_in1k
 
11
  - timm/hiera_base_224.mae
12
  - timm/hiera_base_224.mae_in1k_ft_in1k
13
  - timm/hiera_base_plus_224.mae
 
92
  - timm/vit_little_patch16_reg4_gap_256.sbb_in1k
93
  - timm/vit_medium_patch16_reg1_gap_256.sbb_in1k
94
  - timm/vit_medium_patch16_reg4_gap_256.sbb_in1k
95
+ - timm/vit_medium_patch16_reg4_gap_256.sbb_in12k
96
  - timm/vit_medium_patch16_reg4_gap_256.sbb_in12k_ft_in1k
97
  - timm/vit_mediumd_patch16_reg4_gap_256.sbb2_e200_in12k
98
  - timm/vit_mediumd_patch16_reg4_gap_256.sbb2_e200_in12k_ft_in1k
 
114
 
115
  # Models
116
 
117
+ 845 models exported from TIMM in total.
118
 
119
  ## Beit
120
 
 
1186
 
1187
  ## VisionTransformer
1188
 
1189
+ 108 models with model class `VisionTransformer`.
1190
 
1191
  | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
1192
  |:-------------------------------------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------------|:------------------|:---------------------------------|:-------------|
 
1255
  | [deit3_small_patch16_384.fb_in1k](https://huggingface.co/timm/deit3_small_patch16_384.fb_in1k) | 22.0M | 12.4G | 384 | True | 384 | 1000 | imagenet-1k | VisionTransformer | deit3_small_patch16_384 | 2023-03-28 |
1256
  | [vit_small_patch16_384.augreg_in21k_ft_in1k](https://huggingface.co/timm/vit_small_patch16_384.augreg_in21k_ft_in1k) | 22.0M | 12.4G | 384 | True | 384 | 1000 | imagenet-1k | VisionTransformer | vit_small_patch16_384 | 2022-12-22 |
1257
  | [vit_small_patch16_384.augreg_in1k](https://huggingface.co/timm/vit_small_patch16_384.augreg_in1k) | 22.0M | 12.4G | 384 | True | 384 | 1000 | imagenet-1k | VisionTransformer | vit_small_patch16_384 | 2022-12-22 |
1258
+ | [vit_medium_patch16_reg4_gap_256.sbb_in12k](https://huggingface.co/timm/vit_medium_patch16_reg4_gap_256.sbb_in12k) | 44.3M | 9.9G | 256 | True | 512 | 11821 | imagenet-12k | VisionTransformer | vit_medium_patch16_reg4_gap_256 | 2024-05-21 |
1259
  | [vit_medium_patch16_reg4_gap_256.sbb_in12k_ft_in1k](https://huggingface.co/timm/vit_medium_patch16_reg4_gap_256.sbb_in12k_ft_in1k) | 38.7M | 9.9G | 256 | True | 512 | 1000 | imagenet-1k | VisionTransformer | vit_medium_patch16_reg4_gap_256 | 2024-05-21 |
1260
  | [vit_medium_patch16_reg4_gap_256.sbb_in1k](https://huggingface.co/timm/vit_medium_patch16_reg4_gap_256.sbb_in1k) | 38.7M | 9.9G | 256 | True | 512 | 1000 | imagenet-1k | VisionTransformer | vit_medium_patch16_reg4_gap_256 | 2024-05-11 |
1261
  | [vit_medium_patch16_reg1_gap_256.sbb_in1k](https://huggingface.co/timm/vit_medium_patch16_reg1_gap_256.sbb_in1k) | 38.7M | 9.8G | 256 | True | 512 | 1000 | imagenet-1k | VisionTransformer | vit_medium_patch16_reg1_gap_256 | 2024-05-11 |
models.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:43a1d4b13c66446fb6c8a1b27ce5d227c88987b984979b31a907ea772a93e636
3
- size 49633
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f4dfd4c6794b3537965a762c12c2a9138529d4dbfec00775703e24c92f49959
3
+ size 49668
vit_medium_patch16_reg4_gap_256.sbb_in12k/meta.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c7c5050692b9fc95733dbe038cc4a20bac2e5d59a8dde18f6ecc5dc3a63bbb5
3
+ size 2015433
vit_medium_patch16_reg4_gap_256.sbb_in12k/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b70b543883c7ef4f78a9e015a1d51e09efb1dbaddc5b6fe4772695abee6959a0
3
+ size 177911585
vit_medium_patch16_reg4_gap_256.sbb_in12k/preprocess.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4c3ceed99ae49aa023c8c7cbc224be5ba023f409004ac0091862f1e398d784e
3
+ size 642