Update model config and README
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
- image-classification
|
4 |
- timm
|
|
|
5 |
library_name: timm
|
6 |
license: apache-2.0
|
7 |
datasets:
|
@@ -9,14 +9,14 @@ datasets:
|
|
9 |
---
|
10 |
# Model card for vit_base_r50_s16_224.orig_in21k
|
11 |
|
12 |
-
A ResNet - Vision Transformer (ViT) hybrid image classification model.
|
13 |
|
14 |
|
15 |
## Model Details
|
16 |
- **Model Type:** Image classification / feature backbone
|
17 |
- **Model Stats:**
|
18 |
-
- Params (M):
|
19 |
-
- GMACs:
|
20 |
- Activations (M): 27.9
|
21 |
- Image size: 224 x 224
|
22 |
- **Papers:**
|
|
|
1 |
---
|
2 |
tags:
|
|
|
3 |
- timm
|
4 |
+
- image-classification
|
5 |
library_name: timm
|
6 |
license: apache-2.0
|
7 |
datasets:
|
|
|
9 |
---
|
10 |
# Model card for vit_base_r50_s16_224.orig_in21k
|
11 |
|
12 |
+
A ResNet - Vision Transformer (ViT) hybrid image classification model. Pretrained on ImageNet-21k in JAX by paper authors, ported to PyTorch by Ross Wightman. This model does not have a classification head, useful for features and fine-tune only.
|
13 |
|
14 |
|
15 |
## Model Details
|
16 |
- **Model Type:** Image classification / feature backbone
|
17 |
- **Model Stats:**
|
18 |
+
- Params (M): 97.9
|
19 |
+
- GMACs: 20.9
|
20 |
- Activations (M): 27.9
|
21 |
- Image size: 224 x 224
|
22 |
- **Papers:**
|