Export model 'caformer_s36.sail_in22k', on 2025-01-20 22:04:26 JST
Browse files- README.md +3 -2
- caformer_s36.sail_in22k/meta.json +3 -0
- caformer_s36.sail_in22k/model.onnx +3 -0
- caformer_s36.sail_in22k/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 |
|
@@ -685,7 +685,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
685 |
|
686 |
## MetaFormer
|
687 |
|
688 |
-
|
689 |
|
690 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
691 |
|:-----------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:-----------|:-----------------|:-------------|
|
@@ -718,6 +718,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
718 |
| [poolformer_m36.sail_in1k](https://huggingface.co/timm/poolformer_m36.sail_in1k) | 56.1M | 8.8G | 224 | True | 768 | 1000 | imagenet-1k | MetaFormer | poolformer_m36 | 2023-05-05 |
|
719 |
| [convformer_s36.sail_in22k](https://huggingface.co/timm/convformer_s36.sail_in22k) | 82.7M | 7.7G | 224 | True | 512 | 21841 | imagenet-22k | MetaFormer | convformer_s36 | 2023-05-05 |
|
720 |
| [convformer_s36.sail_in22k_ft_in1k](https://huggingface.co/timm/convformer_s36.sail_in22k_ft_in1k) | 40.0M | 7.6G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | convformer_s36 | 2023-05-05 |
|
|
|
721 |
| [caformer_s36.sail_in22k_ft_in1k](https://huggingface.co/timm/caformer_s36.sail_in22k_ft_in1k) | 39.3M | 7.5G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | caformer_s36 | 2023-05-05 |
|
722 |
| [caformer_s36.sail_in1k](https://huggingface.co/timm/caformer_s36.sail_in1k) | 39.3M | 7.5G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | caformer_s36 | 2023-05-05 |
|
723 |
| [poolformer_s36.sail_in1k](https://huggingface.co/timm/poolformer_s36.sail_in1k) | 30.8M | 5.0G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | poolformer_s36 | 2023-05-05 |
|
|
|
114 |
|
115 |
# Models
|
116 |
|
117 |
+
983 models exported from TIMM in total.
|
118 |
|
119 |
## Beit
|
120 |
|
|
|
685 |
|
686 |
## MetaFormer
|
687 |
|
688 |
+
43 models with model class `MetaFormer`.
|
689 |
|
690 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
691 |
|:-----------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:-----------|:-----------------|:-------------|
|
|
|
718 |
| [poolformer_m36.sail_in1k](https://huggingface.co/timm/poolformer_m36.sail_in1k) | 56.1M | 8.8G | 224 | True | 768 | 1000 | imagenet-1k | MetaFormer | poolformer_m36 | 2023-05-05 |
|
719 |
| [convformer_s36.sail_in22k](https://huggingface.co/timm/convformer_s36.sail_in22k) | 82.7M | 7.7G | 224 | True | 512 | 21841 | imagenet-22k | MetaFormer | convformer_s36 | 2023-05-05 |
|
720 |
| [convformer_s36.sail_in22k_ft_in1k](https://huggingface.co/timm/convformer_s36.sail_in22k_ft_in1k) | 40.0M | 7.6G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | convformer_s36 | 2023-05-05 |
|
721 |
+
| [caformer_s36.sail_in22k](https://huggingface.co/timm/caformer_s36.sail_in22k) | 82.0M | 7.6G | 224 | True | 512 | 21841 | imagenet-22k | MetaFormer | caformer_s36 | 2023-05-05 |
|
722 |
| [caformer_s36.sail_in22k_ft_in1k](https://huggingface.co/timm/caformer_s36.sail_in22k_ft_in1k) | 39.3M | 7.5G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | caformer_s36 | 2023-05-05 |
|
723 |
| [caformer_s36.sail_in1k](https://huggingface.co/timm/caformer_s36.sail_in1k) | 39.3M | 7.5G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | caformer_s36 | 2023-05-05 |
|
724 |
| [poolformer_s36.sail_in1k](https://huggingface.co/timm/poolformer_s36.sail_in1k) | 30.8M | 5.0G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | poolformer_s36 | 2023-05-05 |
|
caformer_s36.sail_in22k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1d55fc195024d7f87bb23457a6aef83e50eeefe78d5a9698c30db88f1c56207
|
3 |
+
size 3713684
|
caformer_s36.sail_in22k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9041a9316dc458786a60581c18dfb9dade391387d7ccc4b70661157a99031064
|
3 |
+
size 328677994
|
caformer_s36.sail_in22k/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:dab1c5ee6abf866d7d28ff71504858b09ac13f6692b0a2f55c0bcd6aa40b45d1
|
3 |
+
size 54999
|