narugo1992
commited on
Export model 'caformer_b36.sail_in1k', on 2025-01-20 04:43:41 UTC
Browse files- README.md +4 -3
- caformer_b36.sail_in1k/meta.json +3 -0
- caformer_b36.sail_in1k/model.onnx +3 -0
- caformer_b36.sail_in1k/preprocess.json +3 -0
- models.parquet +2 -2
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
pipeline_tag: image-classification
|
| 3 |
base_model:
|
| 4 |
- timm/beitv2_base_patch16_224.in1k_ft_in1k
|
|
|
|
| 5 |
- timm/caformer_s18.sail_in22k
|
| 6 |
- timm/cait_xs24_384.fb_dist_in1k
|
| 7 |
- timm/cait_xxs24_384.fb_dist_in1k
|
|
@@ -66,7 +67,6 @@ base_model:
|
|
| 66 |
- timm/res2net50_48w_2s.in1k
|
| 67 |
- timm/res2net101_26w_4s.in1k
|
| 68 |
- timm/resnest14d.gluon_in1k
|
| 69 |
-
- timm/resnet50s.gluon_in1k
|
| 70 |
- timm/resnet101.a1h_in1k
|
| 71 |
- timm/resnet101.a3_in1k
|
| 72 |
- timm/resnet101.tv_in1k
|
|
@@ -114,7 +114,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
| 114 |
|
| 115 |
# Models
|
| 116 |
|
| 117 |
-
|
| 118 |
|
| 119 |
## Beit
|
| 120 |
|
|
@@ -352,13 +352,14 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
| 352 |
|
| 353 |
## MetaFormer
|
| 354 |
|
| 355 |
-
|
| 356 |
|
| 357 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
| 358 |
|:-----------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:-----------|:---------------|:-------------|
|
| 359 |
| [convformer_b36.sail_in1k_384](https://huggingface.co/timm/convformer_b36.sail_in1k_384) | 99.8M | 66.5G | 384 | True | 768 | 1000 | imagenet-1k | MetaFormer | convformer_b36 | 2023-05-05 |
|
| 360 |
| [convformer_s36.sail_in22k_ft_in1k_384](https://huggingface.co/timm/convformer_s36.sail_in22k_ft_in1k_384) | 40.0M | 22.4G | 384 | True | 512 | 1000 | imagenet-1k | MetaFormer | convformer_s36 | 2023-05-05 |
|
| 361 |
| [convformer_s36.sail_in1k_384](https://huggingface.co/timm/convformer_s36.sail_in1k_384) | 40.0M | 22.4G | 384 | True | 512 | 1000 | imagenet-1k | MetaFormer | convformer_s36 | 2023-05-05 |
|
|
|
|
| 362 |
| [convformer_m36.sail_in22k_ft_in1k](https://huggingface.co/timm/convformer_m36.sail_in22k_ft_in1k) | 57.0M | 12.8G | 224 | True | 576 | 1000 | imagenet-1k | MetaFormer | convformer_m36 | 2023-05-05 |
|
| 363 |
| [convformer_s18.sail_in1k](https://huggingface.co/timm/convformer_s18.sail_in1k) | 26.7M | 3.9G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | convformer_s18 | 2023-05-05 |
|
| 364 |
| [caformer_s18.sail_in22k](https://huggingface.co/timm/caformer_s18.sail_in22k) | 69.0M | 3.9G | 224 | True | 512 | 21841 | imagenet-22k | MetaFormer | caformer_s18 | 2023-05-05 |
|
|
|
|
| 2 |
pipeline_tag: image-classification
|
| 3 |
base_model:
|
| 4 |
- timm/beitv2_base_patch16_224.in1k_ft_in1k
|
| 5 |
+
- timm/caformer_b36.sail_in1k
|
| 6 |
- timm/caformer_s18.sail_in22k
|
| 7 |
- timm/cait_xs24_384.fb_dist_in1k
|
| 8 |
- timm/cait_xxs24_384.fb_dist_in1k
|
|
|
|
| 67 |
- timm/res2net50_48w_2s.in1k
|
| 68 |
- timm/res2net101_26w_4s.in1k
|
| 69 |
- timm/resnest14d.gluon_in1k
|
|
|
|
| 70 |
- timm/resnet101.a1h_in1k
|
| 71 |
- timm/resnet101.a3_in1k
|
| 72 |
- timm/resnet101.tv_in1k
|
|
|
|
| 114 |
|
| 115 |
# Models
|
| 116 |
|
| 117 |
+
171 models exported from TIMM in total.
|
| 118 |
|
| 119 |
## Beit
|
| 120 |
|
|
|
|
| 352 |
|
| 353 |
## MetaFormer
|
| 354 |
|
| 355 |
+
7 models with model class `MetaFormer`.
|
| 356 |
|
| 357 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
| 358 |
|:-----------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:-----------|:---------------|:-------------|
|
| 359 |
| [convformer_b36.sail_in1k_384](https://huggingface.co/timm/convformer_b36.sail_in1k_384) | 99.8M | 66.5G | 384 | True | 768 | 1000 | imagenet-1k | MetaFormer | convformer_b36 | 2023-05-05 |
|
| 360 |
| [convformer_s36.sail_in22k_ft_in1k_384](https://huggingface.co/timm/convformer_s36.sail_in22k_ft_in1k_384) | 40.0M | 22.4G | 384 | True | 512 | 1000 | imagenet-1k | MetaFormer | convformer_s36 | 2023-05-05 |
|
| 361 |
| [convformer_s36.sail_in1k_384](https://huggingface.co/timm/convformer_s36.sail_in1k_384) | 40.0M | 22.4G | 384 | True | 512 | 1000 | imagenet-1k | MetaFormer | convformer_s36 | 2023-05-05 |
|
| 362 |
+
| [caformer_b36.sail_in1k](https://huggingface.co/timm/caformer_b36.sail_in1k) | 98.7M | 22.4G | 224 | True | 768 | 1000 | imagenet-1k | MetaFormer | caformer_b36 | 2023-05-05 |
|
| 363 |
| [convformer_m36.sail_in22k_ft_in1k](https://huggingface.co/timm/convformer_m36.sail_in22k_ft_in1k) | 57.0M | 12.8G | 224 | True | 576 | 1000 | imagenet-1k | MetaFormer | convformer_m36 | 2023-05-05 |
|
| 364 |
| [convformer_s18.sail_in1k](https://huggingface.co/timm/convformer_s18.sail_in1k) | 26.7M | 3.9G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | convformer_s18 | 2023-05-05 |
|
| 365 |
| [caformer_s18.sail_in22k](https://huggingface.co/timm/caformer_s18.sail_in22k) | 69.0M | 3.9G | 224 | True | 512 | 21841 | imagenet-22k | MetaFormer | caformer_s18 | 2023-05-05 |
|
caformer_b36.sail_in1k/meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e842a14c77c302aa9f174473f8d2fcc30c32e3eb8044647742b2c51cee1c7e8b
|
| 3 |
+
size 169804
|
caformer_b36.sail_in1k/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:857e8851632816c9e61c9d02f2b4e66eb7652632449d903acc3eccf59dfb561d
|
| 3 |
+
size 395691399
|
caformer_b36.sail_in1k/preprocess.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:669f8647198ada7d9fc760619c603fe09a7d39f34bf341b37e0efaf083c8db34
|
| 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:a9831f6b3e1a0eaf4755f1fe9a8a6fd154bd61242457b6d6b7df60511651ab92
|
| 3 |
+
size 19734
|