narugo1992
commited on
Export model 'convnext_tiny.fb_in22k', on 2025-01-20 06:32:33 UTC
Browse files- README.md +3 -2
- convnext_tiny.fb_in22k/meta.json +3 -0
- convnext_tiny.fb_in22k/model.onnx +3 -0
- convnext_tiny.fb_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 |
|
|
@@ -183,7 +183,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
| 183 |
|
| 184 |
## ConvNeXt
|
| 185 |
|
| 186 |
-
|
| 187 |
|
| 188 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
| 189 |
|:---------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:---------|:-------------------|:-------------|
|
|
@@ -194,6 +194,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
| 194 |
| [convnext_small.in12k](https://huggingface.co/timm/convnext_small.in12k) | 58.5M | 8.7G | 224 | True | 768 | 11821 | imagenet-12k | ConvNeXt | convnext_small | 2023-01-11 |
|
| 195 |
| [convnext_nano.r384_ad_in12k](https://huggingface.co/timm/convnext_nano.r384_ad_in12k) | 22.5M | 7.2G | 384 | True | 640 | 11821 | imagenet-12k | ConvNeXt | convnext_nano | 2024-12-31 |
|
| 196 |
| [convnext_nano.r384_in12k_ft_in1k](https://huggingface.co/timm/convnext_nano.r384_in12k_ft_in1k) | 15.6M | 7.2G | 384 | True | 640 | 1000 | imagenet-1k | ConvNeXt | convnext_nano | 2024-12-31 |
|
|
|
|
| 197 |
| [convnext_nano.in12k](https://huggingface.co/timm/convnext_nano.in12k) | 22.5M | 2.5G | 224 | True | 640 | 11821 | imagenet-12k | ConvNeXt | convnext_nano | 2022-12-13 |
|
| 198 |
| [convnextv2_nano.fcmae_ft_in22k_in1k](https://huggingface.co/timm/convnextv2_nano.fcmae_ft_in22k_in1k) | 15.6M | 2.4G | 224 | True | 640 | 1000 | imagenet-1k | ConvNeXt | convnextv2_nano | 2023-01-05 |
|
| 199 |
| [convnext_pico_ols.d1_in1k](https://huggingface.co/timm/convnext_pico_ols.d1_in1k) | 9.1M | 1.4G | 224 | True | 512 | 1000 | imagenet-1k | ConvNeXt | convnext_pico_ols | 2022-12-13 |
|
|
|
|
| 114 |
|
| 115 |
# Models
|
| 116 |
|
| 117 |
+
385 models exported from TIMM in total.
|
| 118 |
|
| 119 |
## Beit
|
| 120 |
|
|
|
|
| 183 |
|
| 184 |
## ConvNeXt
|
| 185 |
|
| 186 |
+
18 models with model class `ConvNeXt`.
|
| 187 |
|
| 188 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
| 189 |
|:---------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:---------|:-------------------|:-------------|
|
|
|
|
| 194 |
| [convnext_small.in12k](https://huggingface.co/timm/convnext_small.in12k) | 58.5M | 8.7G | 224 | True | 768 | 11821 | imagenet-12k | ConvNeXt | convnext_small | 2023-01-11 |
|
| 195 |
| [convnext_nano.r384_ad_in12k](https://huggingface.co/timm/convnext_nano.r384_ad_in12k) | 22.5M | 7.2G | 384 | True | 640 | 11821 | imagenet-12k | ConvNeXt | convnext_nano | 2024-12-31 |
|
| 196 |
| [convnext_nano.r384_in12k_ft_in1k](https://huggingface.co/timm/convnext_nano.r384_in12k_ft_in1k) | 15.6M | 7.2G | 384 | True | 640 | 1000 | imagenet-1k | ConvNeXt | convnext_nano | 2024-12-31 |
|
| 197 |
+
| [convnext_tiny.fb_in22k](https://huggingface.co/timm/convnext_tiny.fb_in22k) | 44.6M | 4.5G | 224 | True | 768 | 21841 | imagenet-22k | ConvNeXt | convnext_tiny | 2022-12-13 |
|
| 198 |
| [convnext_nano.in12k](https://huggingface.co/timm/convnext_nano.in12k) | 22.5M | 2.5G | 224 | True | 640 | 11821 | imagenet-12k | ConvNeXt | convnext_nano | 2022-12-13 |
|
| 199 |
| [convnextv2_nano.fcmae_ft_in22k_in1k](https://huggingface.co/timm/convnextv2_nano.fcmae_ft_in22k_in1k) | 15.6M | 2.4G | 224 | True | 640 | 1000 | imagenet-1k | ConvNeXt | convnextv2_nano | 2023-01-05 |
|
| 200 |
| [convnext_pico_ols.d1_in1k](https://huggingface.co/timm/convnext_pico_ols.d1_in1k) | 9.1M | 1.4G | 224 | True | 512 | 1000 | imagenet-1k | ConvNeXt | convnext_pico_ols | 2022-12-13 |
|
convnext_tiny.fb_in22k/meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a107ab2bb306800f6a63f3a37e0db5c58edceac7841129b6042b55ae20305877
|
| 3 |
+
size 3713681
|
convnext_tiny.fb_in22k/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:612b29d3ee75bba2b878e88448a31824c87cfa417c06bade9d31c77a8bc8c051
|
| 3 |
+
size 178636196
|
convnext_tiny.fb_in22k/preprocess.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b5ddfa5f811419c53f2604e24f1d6ea68d955f1a20343d26ab2ebd78e4e21e5
|
| 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:4a9d28a9eda6d24848d5efc49c9a9d251f2cc2080a199266dd291c1b8e4251c6
|
| 3 |
+
size 30762
|