rwightman HF staff commited on
Commit
2034f54
1 Parent(s): 00b0a93

Update model config and README

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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. Model does not have a classification head, useful for features and fine-tune only.
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
+ ```