narugo1992 commited on
Export model 'mobileone_s4.apple_in1k', on 2025-01-20 07:16:05 UTC
Browse files- README.md +4 -3
- mobileone_s4.apple_in1k/meta.json +3 -0
- mobileone_s4.apple_in1k/model.onnx +3 -0
- mobileone_s4.apple_in1k/preprocess.json +3 -0
- models.parquet +2 -2
README.md
CHANGED
|
@@ -7,7 +7,6 @@ base_model:
|
|
| 7 |
- timm/cs3darknet_focus_s.ra4_e3600_r256_in1k
|
| 8 |
- timm/efficientvit_l1.r224_in1k
|
| 9 |
- timm/efficientvit_l2.r224_in1k
|
| 10 |
-
- timm/efficientvit_m4.r224_in1k
|
| 11 |
- timm/efficientvit_m5.r224_in1k
|
| 12 |
- timm/fastvit_ma36.apple_dist_in1k
|
| 13 |
- timm/fastvit_s12.apple_dist_in1k
|
|
@@ -49,6 +48,7 @@ base_model:
|
|
| 49 |
- timm/mobilenetv4_hybrid_medium.ix_e550_r256_in1k
|
| 50 |
- timm/mobilenetv4_hybrid_medium.ix_e550_r384_in1k
|
| 51 |
- timm/mobileone_s2.apple_in1k
|
|
|
|
| 52 |
- timm/nextvit_base.bd_in1k
|
| 53 |
- timm/nextvit_large.bd_in1k
|
| 54 |
- timm/nextvit_small.bd_in1k_384
|
|
@@ -114,7 +114,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
| 114 |
|
| 115 |
# Models
|
| 116 |
|
| 117 |
-
|
| 118 |
|
| 119 |
## Beit
|
| 120 |
|
|
@@ -126,7 +126,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
| 126 |
|
| 127 |
## ByobNet
|
| 128 |
|
| 129 |
-
|
| 130 |
|
| 131 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
| 132 |
|:-----------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:--------------------|:-------------|
|
|
@@ -151,6 +151,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
| 151 |
| [sebotnet33ts_256.a1h_in1k](https://huggingface.co/timm/sebotnet33ts_256.a1h_in1k) | 13.6M | 3.5G | 256 | True | 1280 | 1000 | imagenet-1k | ByobNet | sebotnet33ts_256 | 2023-04-26 |
|
| 152 |
| [botnet26t_256.c1_in1k](https://huggingface.co/timm/botnet26t_256.c1_in1k) | 12.4M | 3.2G | 256 | True | 2048 | 1000 | imagenet-1k | ByobNet | botnet26t_256 | 2023-04-26 |
|
| 153 |
| [lambda_resnet26t.c1_in1k](https://huggingface.co/timm/lambda_resnet26t.c1_in1k) | 10.9M | 3.0G | 256 | True | 2048 | 1000 | imagenet-1k | ByobNet | lambda_resnet26t | 2023-04-26 |
|
|
|
|
| 154 |
| [regnetz_c16.ra3_in1k](https://huggingface.co/timm/regnetz_c16.ra3_in1k) | 13.4M | 2.5G | 256 | True | 1536 | 1000 | imagenet-1k | ByobNet | regnetz_c16 | 2023-03-22 |
|
| 155 |
| [seresnext26ts.ch_in1k](https://huggingface.co/timm/seresnext26ts.ch_in1k) | 10.4M | 2.4G | 256 | True | 2048 | 1000 | imagenet-1k | ByobNet | seresnext26ts | 2023-03-22 |
|
| 156 |
| [resnext26ts.ra2_in1k](https://huggingface.co/timm/resnext26ts.ra2_in1k) | 10.3M | 2.4G | 256 | True | 2048 | 1000 | imagenet-1k | ByobNet | resnext26ts | 2023-03-22 |
|
|
|
|
| 7 |
- timm/cs3darknet_focus_s.ra4_e3600_r256_in1k
|
| 8 |
- timm/efficientvit_l1.r224_in1k
|
| 9 |
- timm/efficientvit_l2.r224_in1k
|
|
|
|
| 10 |
- timm/efficientvit_m5.r224_in1k
|
| 11 |
- timm/fastvit_ma36.apple_dist_in1k
|
| 12 |
- timm/fastvit_s12.apple_dist_in1k
|
|
|
|
| 48 |
- timm/mobilenetv4_hybrid_medium.ix_e550_r256_in1k
|
| 49 |
- timm/mobilenetv4_hybrid_medium.ix_e550_r384_in1k
|
| 50 |
- timm/mobileone_s2.apple_in1k
|
| 51 |
+
- timm/mobileone_s4.apple_in1k
|
| 52 |
- timm/nextvit_base.bd_in1k
|
| 53 |
- timm/nextvit_large.bd_in1k
|
| 54 |
- timm/nextvit_small.bd_in1k_384
|
|
|
|
| 114 |
|
| 115 |
# Models
|
| 116 |
|
| 117 |
+
477 models exported from TIMM in total.
|
| 118 |
|
| 119 |
## Beit
|
| 120 |
|
|
|
|
| 126 |
|
| 127 |
## ByobNet
|
| 128 |
|
| 129 |
+
29 models with model class `ByobNet`.
|
| 130 |
|
| 131 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
| 132 |
|:-----------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:--------------------|:-------------|
|
|
|
|
| 151 |
| [sebotnet33ts_256.a1h_in1k](https://huggingface.co/timm/sebotnet33ts_256.a1h_in1k) | 13.6M | 3.5G | 256 | True | 1280 | 1000 | imagenet-1k | ByobNet | sebotnet33ts_256 | 2023-04-26 |
|
| 152 |
| [botnet26t_256.c1_in1k](https://huggingface.co/timm/botnet26t_256.c1_in1k) | 12.4M | 3.2G | 256 | True | 2048 | 1000 | imagenet-1k | ByobNet | botnet26t_256 | 2023-04-26 |
|
| 153 |
| [lambda_resnet26t.c1_in1k](https://huggingface.co/timm/lambda_resnet26t.c1_in1k) | 10.9M | 3.0G | 256 | True | 2048 | 1000 | imagenet-1k | ByobNet | lambda_resnet26t | 2023-04-26 |
|
| 154 |
+
| [mobileone_s4.apple_in1k](https://huggingface.co/timm/mobileone_s4.apple_in1k) | 14.8M | 3.0G | 224 | True | 2048 | 1000 | imagenet-1k | ByobNet | mobileone_s4 | 2023-08-23 |
|
| 155 |
| [regnetz_c16.ra3_in1k](https://huggingface.co/timm/regnetz_c16.ra3_in1k) | 13.4M | 2.5G | 256 | True | 1536 | 1000 | imagenet-1k | ByobNet | regnetz_c16 | 2023-03-22 |
|
| 156 |
| [seresnext26ts.ch_in1k](https://huggingface.co/timm/seresnext26ts.ch_in1k) | 10.4M | 2.4G | 256 | True | 2048 | 1000 | imagenet-1k | ByobNet | seresnext26ts | 2023-03-22 |
|
| 157 |
| [resnext26ts.ra2_in1k](https://huggingface.co/timm/resnext26ts.ra2_in1k) | 10.3M | 2.4G | 256 | True | 2048 | 1000 | imagenet-1k | ByobNet | resnext26ts | 2023-03-22 |
|
mobileone_s4.apple_in1k/meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9727c698d63a7cafed73c863a5e05044e56b7e850a001b411a7b330328e1ec9d
|
| 3 |
+
size 169803
|
mobileone_s4.apple_in1k/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:daf4df7537c728e1d35786acb88df068ec61f5b53672b1de725992dfe5e59061
|
| 3 |
+
size 59943346
|
mobileone_s4.apple_in1k/preprocess.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5553730a4057fc628803d7ffcb7f09f5174b8e333b51c26b7c787da0f20c1ffe
|
| 3 |
+
size 735
|
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:2d937ed9d1c161ff290ac7e4ca613316301d26c5e072c3c2fdf0674e196ae32b
|
| 3 |
+
size 34715
|