narugo1992
commited on
Export model 'convmixer_1024_20_ks9_p14.in1k', on 2025-01-19 18:04:43 UTC
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
pipeline_tag: image-classification
|
3 |
base_model:
|
|
|
4 |
- timm/efficientvit_b1.r256_in1k
|
5 |
- timm/ghostnetv2_100.in1k
|
6 |
- timm/mobilenetv2_100.ra_in1k
|
@@ -21,13 +22,14 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
21 |
|
22 |
# Models
|
23 |
|
24 |
-
|
25 |
|
26 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
27 |
|:-------------------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:------------------|:--------------------------|:-------------|
|
28 |
| [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 |
|
29 |
| [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 |
|
30 |
| [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 |
|
|
|
31 |
| [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 |
|
32 |
| [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 |
|
33 |
| [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 |
|
|
|
1 |
---
|
2 |
pipeline_tag: image-classification
|
3 |
base_model:
|
4 |
+
- timm/convmixer_1024_20_ks9_p14.in1k
|
5 |
- timm/efficientvit_b1.r256_in1k
|
6 |
- timm/ghostnetv2_100.in1k
|
7 |
- timm/mobilenetv2_100.ra_in1k
|
|
|
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 |
|
convmixer_1024_20_ks9_p14.in1k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b75dcb851b471890169768b797cbd63bc5afdfd1792ca74e92d5a45c9f9332c6
|
3 |
+
size 169832
|
convmixer_1024_20_ks9_p14.in1k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:034c7ed186e8efdda1c812cb0587e7ac7a53710c5a6d655b2cfc400264b43a8a
|
3 |
+
size 97993203
|
convmixer_1024_20_ks9_p14.in1k/preprocess.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62761787d35b348fc38c7a5892b3e679209028e84e237af0faf2c390d7b77229
|
3 |
+
size 734
|
models.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0021990e91a6acc523f221cc4343c1f38216d4440d66d241e301467a06a8eb92
|
3 |
+
size 8720
|