Export model 'convit_small.fb_in1k', on 2025-01-20 08:17:14 UTC
Browse files- README.md +6 -5
- convit_small.fb_in1k/meta.json +3 -0
- convit_small.fb_in1k/model.onnx +3 -0
- convit_small.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 |
|
@@ -181,11 +181,12 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
181 |
|
182 |
## ConVit
|
183 |
|
184 |
-
|
185 |
|
186 |
-
| Name
|
187 |
-
|
188 |
-
| [convit_base.fb_in1k](https://huggingface.co/timm/convit_base.fb_in1k)
|
|
|
189 |
|
190 |
## ConvMixer
|
191 |
|
|
|
114 |
|
115 |
# Models
|
116 |
|
117 |
+
554 models exported from TIMM in total.
|
118 |
|
119 |
## Beit
|
120 |
|
|
|
181 |
|
182 |
## ConVit
|
183 |
|
184 |
+
2 models with model class `ConVit`.
|
185 |
|
186 |
+
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
187 |
+
|:-------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:---------------|:-------------|
|
188 |
+
| [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 |
|
189 |
+
| [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 |
|
190 |
|
191 |
## ConvMixer
|
192 |
|
convit_small.fb_in1k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b6d526aad1fd5ecb7c11937527d7fd6b1ac426cac9e28e28de6ab9b660e3e25
|
3 |
+
size 169795
|
convit_small.fb_in1k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c43808abd8ac544c0a88defc3cff55446dd2ff0d1abd6a0bcd66234c98379527
|
3 |
+
size 111767797
|
convit_small.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:67b92cc40f2b1ab655570549a72e529b1782dacab2255fbaaa1a402529acac33
|
3 |
+
size 38287
|