Image Classification
Transformers
ONNX
vit
vision
Inference Endpoints
regisss HF staff commited on
Commit
f83e016
1 Parent(s): 95b5a98

Specify the head of the model in the model card

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ widget:
17
 
18
  # ONNX convert of ViT (base-sized model)
19
 
20
- # Conversion of [ViT-base](https://huggingface.co/google/vit-base-patch16-224)
21
 
22
  # Vision Transformer (base-sized model)
23
 
17
 
18
  # ONNX convert of ViT (base-sized model)
19
 
20
+ Conversion of [ViT-base](https://huggingface.co/google/vit-base-patch16-224), which has a classification head to perform **image classification**.
21
 
22
  # Vision Transformer (base-sized model)
23