Export model 'caformer_s18.sail_in1k', on 2025-01-20 19:21:59 JST
Browse files- README.md +3 -2
- caformer_s18.sail_in1k/meta.json +3 -0
- caformer_s18.sail_in1k/model.onnx +3 -0
- caformer_s18.sail_in1k/preprocess.json +3 -0
- models.parquet +2 -2
README.md
CHANGED
@@ -114,7 +114,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
114 |
|
115 |
# Models
|
116 |
|
117 |
-
|
118 |
|
119 |
## Beit
|
120 |
|
@@ -605,7 +605,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
605 |
|
606 |
## MetaFormer
|
607 |
|
608 |
-
|
609 |
|
610 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
611 |
|:-----------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:-----------|:-----------------|:-------------|
|
@@ -640,6 +640,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
640 |
| [convformer_s18.sail_in22k_ft_in1k](https://huggingface.co/timm/convformer_s18.sail_in22k_ft_in1k) | 26.7M | 3.9G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | convformer_s18 | 2023-05-05 |
|
641 |
| [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 |
|
642 |
| [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 |
|
|
|
643 |
| [poolformerv2_s24.sail_in1k](https://huggingface.co/timm/poolformerv2_s24.sail_in1k) | 21.3M | 3.4G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | poolformerv2_s24 | 2023-05-05 |
|
644 |
| [poolformer_s24.sail_in1k](https://huggingface.co/timm/poolformer_s24.sail_in1k) | 21.3M | 3.4G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | poolformer_s24 | 2023-05-05 |
|
645 |
| [poolformerv2_s12.sail_in1k](https://huggingface.co/timm/poolformerv2_s12.sail_in1k) | 11.9M | 1.8G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | poolformerv2_s12 | 2023-05-05 |
|
|
|
114 |
|
115 |
# Models
|
116 |
|
117 |
+
769 models exported from TIMM in total.
|
118 |
|
119 |
## Beit
|
120 |
|
|
|
605 |
|
606 |
## MetaFormer
|
607 |
|
608 |
+
36 models with model class `MetaFormer`.
|
609 |
|
610 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
611 |
|:-----------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:-----------|:-----------------|:-------------|
|
|
|
640 |
| [convformer_s18.sail_in22k_ft_in1k](https://huggingface.co/timm/convformer_s18.sail_in22k_ft_in1k) | 26.7M | 3.9G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | convformer_s18 | 2023-05-05 |
|
641 |
| [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 |
|
642 |
| [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 |
|
643 |
+
| [caformer_s18.sail_in1k](https://huggingface.co/timm/caformer_s18.sail_in1k) | 26.3M | 3.9G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | caformer_s18 | 2023-05-05 |
|
644 |
| [poolformerv2_s24.sail_in1k](https://huggingface.co/timm/poolformerv2_s24.sail_in1k) | 21.3M | 3.4G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | poolformerv2_s24 | 2023-05-05 |
|
645 |
| [poolformer_s24.sail_in1k](https://huggingface.co/timm/poolformer_s24.sail_in1k) | 21.3M | 3.4G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | poolformer_s24 | 2023-05-05 |
|
646 |
| [poolformerv2_s12.sail_in1k](https://huggingface.co/timm/poolformerv2_s12.sail_in1k) | 11.9M | 1.8G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | poolformerv2_s12 | 2023-05-05 |
|
caformer_s18.sail_in1k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cea2635c7472aaf82bba189b8a650efb5027f4709976411a7057c9794f82cbc
|
3 |
+
size 169803
|
caformer_s18.sail_in1k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:126306949f36a612f6f8bf754b580b81b3326e01e0fed3899d09cd9b982e5f34
|
3 |
+
size 105727273
|
caformer_s18.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:9da8b7680affc492545e99e7a8c7a09aad7e678138d410d50140f4da5825c26a
|
3 |
+
size 46857
|