Export model 'convit_tiny.fb_in1k', on 2025-01-20 09:39:25 UTC
Browse files- README.md +3 -2
- convit_tiny.fb_in1k/meta.json +3 -0
- convit_tiny.fb_in1k/model.onnx +3 -0
- convit_tiny.fb_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 |
|
@@ -189,12 +189,13 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
189 |
|
190 |
## ConVit
|
191 |
|
192 |
-
|
193 |
|
194 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
195 |
|:-------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:---------------|:-------------|
|
196 |
| [convit_base.fb_in1k](https://huggingface.co/timm/convit_base.fb_in1k) | 86.4M | 16.8G | 224 | True | 768 | 1000 | imagenet-1k | ConVit | convit_base | 2023-04-24 |
|
197 |
| [convit_small.fb_in1k](https://huggingface.co/timm/convit_small.fb_in1k) | 27.7M | 5.3G | 224 | True | 432 | 1000 | imagenet-1k | ConVit | convit_small | 2023-04-24 |
|
|
|
198 |
|
199 |
## ConvMixer
|
200 |
|
|
|
114 |
|
115 |
# Models
|
116 |
|
117 |
+
699 models exported from TIMM in total.
|
118 |
|
119 |
## Beit
|
120 |
|
|
|
189 |
|
190 |
## ConVit
|
191 |
|
192 |
+
3 models with model class `ConVit`.
|
193 |
|
194 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
195 |
|:-------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:---------------|:-------------|
|
196 |
| [convit_base.fb_in1k](https://huggingface.co/timm/convit_base.fb_in1k) | 86.4M | 16.8G | 224 | True | 768 | 1000 | imagenet-1k | ConVit | convit_base | 2023-04-24 |
|
197 |
| [convit_small.fb_in1k](https://huggingface.co/timm/convit_small.fb_in1k) | 27.7M | 5.3G | 224 | True | 432 | 1000 | imagenet-1k | ConVit | convit_small | 2023-04-24 |
|
198 |
+
| [convit_tiny.fb_in1k](https://huggingface.co/timm/convit_tiny.fb_in1k) | 5.7M | 1.1G | 224 | True | 192 | 1000 | imagenet-1k | ConVit | convit_tiny | 2023-04-24 |
|
199 |
|
200 |
## ConvMixer
|
201 |
|
convit_tiny.fb_in1k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8815e2f412f640a30c4e2b25669942b7b802caea13ad1e2fdb1fb4347774b04
|
3 |
+
size 169791
|
convit_tiny.fb_in1k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f555d3f11749eeb012f70271e9b15f21b657a291bbb86457adc7239f5ad66c7
|
3 |
+
size 23500295
|
convit_tiny.fb_in1k/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:98e744eda791cacb2e7c1bb2effe2641f67f96cf9e1689548c989c0161274d8c
|
3 |
+
size 43961
|