Update model config and README
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- timm
|
|
|
4 |
library_name: timm
|
5 |
license: apache-2.0
|
6 |
datasets:
|
@@ -8,7 +9,7 @@ datasets:
|
|
8 |
---
|
9 |
# Model card for vit_base_patch16_224.orig_in21k
|
10 |
|
11 |
-
A Vision Transformer (ViT) image classification model. Pretrained on ImageNet-21k in JAX by paper authors, ported to PyTorch by Ross Wightman.
|
12 |
|
13 |
|
14 |
## Model Details
|
@@ -100,4 +101,4 @@ Explore the dataset and runtime metrics of this model in timm [model results](ht
|
|
100 |
doi = {10.5281/zenodo.4414861},
|
101 |
howpublished = {\url{https://github.com/huggingface/pytorch-image-models}}
|
102 |
}
|
103 |
-
```
|
|
|
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_patch16_224.orig_in21k
|
11 |
|
12 |
+
A Vision Transformer (ViT) 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
|
|
|
101 |
doi = {10.5281/zenodo.4414861},
|
102 |
howpublished = {\url{https://github.com/huggingface/pytorch-image-models}}
|
103 |
}
|
104 |
+
```
|