narugo1992 commited on
Commit
d2c499c
·
verified ·
1 Parent(s): 346303e

Export model 'vit_little_patch16_reg4_gap_256.sbb_in1k', on 2025-01-19 18:05:02 UTC

Browse files
README.md CHANGED
@@ -8,6 +8,7 @@ base_model:
8
  - timm/mobilevitv2_050.cvnets_in1k
9
  - timm/resnetaa50.a1h_in1k
10
  - timm/vit_base_patch16_clip_384.laion2b_ft_in12k_in1k
 
11
  - timm/xcit_small_24_p16_224.fb_in1k
12
  language:
13
  - en
@@ -22,16 +23,17 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
22
 
23
  # Models
24
 
25
- 8 models exported from TIMM in total.
26
 
27
- | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
28
- |:-------------------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:------------------|:--------------------------|:-------------|
29
- | [ghostnetv2_100.in1k](https://huggingface.co/timm/ghostnetv2_100.in1k) | 4.9M | 183.8M | 224 | True | 1280 | 1000 | imagenet-1k | GhostNet | ghostnetv2_100 | 2023-08-20 |
30
- | [efficientvit_b1.r256_in1k](https://huggingface.co/timm/efficientvit_b1.r256_in1k) | 9.1M | 689.0M | 256 | True | 1600 | 1000 | imagenet-1k | EfficientVit | efficientvit_b1 | 2023-08-18 |
31
- | [mobilevitv2_050.cvnets_in1k](https://huggingface.co/timm/mobilevitv2_050.cvnets_in1k) | 1.4M | 464.6M | 256 | True | 256 | 1000 | imagenet-1k | ByobNet | mobilevitv2_050 | 2023-04-24 |
32
- | [convmixer_1024_20_ks9_p14.in1k](https://huggingface.co/timm/convmixer_1024_20_ks9_p14.in1k) | 24.4M | 6.0G | 224 | True | 1024 | 1000 | imagenet-1k | ConvMixer | convmixer_1024_20_ks9_p14 | 2023-04-24 |
33
- | [xcit_small_24_p16_224.fb_in1k](https://huggingface.co/timm/xcit_small_24_p16_224.fb_in1k) | 47.6M | 8.9G | 224 | True | 384 | 1000 | imagenet-1k | Xcit | xcit_small_24_p16_224 | 2023-04-13 |
34
- | [resnetaa50.a1h_in1k](https://huggingface.co/timm/resnetaa50.a1h_in1k) | 25.6M | 5.2G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnetaa50 | 2023-04-05 |
35
- | [mobilenetv2_100.ra_in1k](https://huggingface.co/timm/mobilenetv2_100.ra_in1k) | 3.5M | 300.8M | 224 | True | 1280 | 1000 | imagenet-1k | EfficientNet | mobilenetv2_100 | 2022-12-13 |
36
- | [vit_base_patch16_clip_384.laion2b_ft_in12k_in1k](https://huggingface.co/timm/vit_base_patch16_clip_384.laion2b_ft_in12k_in1k) | 86.4M | 49.4G | 384 | True | 768 | 1000 | imagenet-1k | VisionTransformer | vit_base_patch16_clip_384 | 2022-11-11 |
 
37
 
 
8
  - timm/mobilevitv2_050.cvnets_in1k
9
  - timm/resnetaa50.a1h_in1k
10
  - timm/vit_base_patch16_clip_384.laion2b_ft_in12k_in1k
11
+ - timm/vit_little_patch16_reg4_gap_256.sbb_in1k
12
  - timm/xcit_small_24_p16_224.fb_in1k
13
  language:
14
  - en
 
23
 
24
  # Models
25
 
26
+ 9 models exported from TIMM in total.
27
 
28
+ | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
29
+ |:-------------------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:------------------|:--------------------------------|:-------------|
30
+ | [vit_little_patch16_reg4_gap_256.sbb_in1k](https://huggingface.co/timm/vit_little_patch16_reg4_gap_256.sbb_in1k) | 22.4M | 5.7G | 256 | True | 320 | 1000 | imagenet-1k | VisionTransformer | vit_little_patch16_reg4_gap_256 | 2024-05-10 |
31
+ | [ghostnetv2_100.in1k](https://huggingface.co/timm/ghostnetv2_100.in1k) | 4.9M | 183.8M | 224 | True | 1280 | 1000 | imagenet-1k | GhostNet | ghostnetv2_100 | 2023-08-20 |
32
+ | [efficientvit_b1.r256_in1k](https://huggingface.co/timm/efficientvit_b1.r256_in1k) | 9.1M | 689.0M | 256 | True | 1600 | 1000 | imagenet-1k | EfficientVit | efficientvit_b1 | 2023-08-18 |
33
+ | [mobilevitv2_050.cvnets_in1k](https://huggingface.co/timm/mobilevitv2_050.cvnets_in1k) | 1.4M | 464.6M | 256 | True | 256 | 1000 | imagenet-1k | ByobNet | mobilevitv2_050 | 2023-04-24 |
34
+ | [convmixer_1024_20_ks9_p14.in1k](https://huggingface.co/timm/convmixer_1024_20_ks9_p14.in1k) | 24.4M | 6.0G | 224 | True | 1024 | 1000 | imagenet-1k | ConvMixer | convmixer_1024_20_ks9_p14 | 2023-04-24 |
35
+ | [xcit_small_24_p16_224.fb_in1k](https://huggingface.co/timm/xcit_small_24_p16_224.fb_in1k) | 47.6M | 8.9G | 224 | True | 384 | 1000 | imagenet-1k | Xcit | xcit_small_24_p16_224 | 2023-04-13 |
36
+ | [resnetaa50.a1h_in1k](https://huggingface.co/timm/resnetaa50.a1h_in1k) | 25.6M | 5.2G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnetaa50 | 2023-04-05 |
37
+ | [mobilenetv2_100.ra_in1k](https://huggingface.co/timm/mobilenetv2_100.ra_in1k) | 3.5M | 300.8M | 224 | True | 1280 | 1000 | imagenet-1k | EfficientNet | mobilenetv2_100 | 2022-12-13 |
38
+ | [vit_base_patch16_clip_384.laion2b_ft_in12k_in1k](https://huggingface.co/timm/vit_base_patch16_clip_384.laion2b_ft_in12k_in1k) | 86.4M | 49.4G | 384 | True | 768 | 1000 | imagenet-1k | VisionTransformer | vit_base_patch16_clip_384 | 2022-11-11 |
39
 
models.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0021990e91a6acc523f221cc4343c1f38216d4440d66d241e301467a06a8eb92
3
- size 8720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e2e84a05e6151ed271823e3b8a30490cc13d26f294e2e0838b1abec56af4700
3
+ size 8908
vit_little_patch16_reg4_gap_256.sbb_in1k/meta.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f5dc13fa49231bad0f1238a577f663c3c1ea1bd54b3da49bc792f6477c70092
3
+ size 169865
vit_little_patch16_reg4_gap_256.sbb_in1k/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4966fd719383d619f257bc1b31b35d7743bed257c9c7a098562d5872a7731ecb
3
+ size 90273061
vit_little_patch16_reg4_gap_256.sbb_in1k/preprocess.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4c3ceed99ae49aa023c8c7cbc224be5ba023f409004ac0091862f1e398d784e
3
+ size 642